CuModule

cuda module compiled from ptx string

version(grain_cuda)
struct CuModule {
CUmodule cuModule;
}

Constructors

this
this(string ptxstr)

Destructor

~this
~this()

Members

Functions

kernel
auto kernel()

Meta