grain.cuda.compiler

Members

Functions

compile
CUfunction compile(scope string name, scope string args, scope string proc, CompileOpt opt = CompileOpt.init)

runtime function compiler TODO type check version (pick up d-nv impl)

compileModule
CUmodule compileModule(scope const(char)[] src, scope const(char)[] name = "", CompileOpt opt = CompileOpt.init)

compile kernel string (input) to PTX

Meta