Kernel

cuda function object called by mangled name of C++/D device function F

version(grain_cuda)
struct Kernel () if (
is(ReturnType!F == void)
) {}

Constructors

this
this(CUmodule m)

Members

Functions

call
auto call(T args)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

name
enum name;
Undocumented in source.

Variables

cuFunction
CUfunction cuFunction;
Undocumented in source.

Meta