alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
alpaka::concepts::KernelArg Concept Reference

Concept to check for a kernel argument object. More...

#include <trait.hpp>

Concept definition

template<typename T>
Concept to check for a kernel argument object.
Definition trait.hpp:143
constexpr bool isKernelArgumentTriviallyCopyable_v
Definition trait.hpp:110

Detailed Description

Concept to check for a kernel argument object.

A kernel call requires that its arguments are trivially copyable, which this concept requires.

Definition at line 143 of file trait.hpp.