alpaka
Abstraction Library for Parallel Kernel Acceleration
|
Check if the kernel type is trivially copyable. More...
#include <Traits.hpp>
Check if the kernel type is trivially copyable.
The default implementation is true for trivially copyable types (or for extended lambda expressions for CUDA).
T | type to check |
Definition at line 305 of file Traits.hpp.