Method |
Description |
|
nvrtcAddNameExpression ( nvrtcProgram prog, [ name_expression ) : nvrtcResult |
|
|
nvrtcCompileProgram ( nvrtcProgram prog, int numOptions, IntPtr options ) : nvrtcResult |
|
|
nvrtcCreateProgram ( nvrtcProgram &prog, [ src, [ name, int numHeaders, IntPtr headers, IntPtr includeNames ) : nvrtcResult |
|
|
nvrtcDestroyProgram ( nvrtcProgram &prog ) : nvrtcResult |
|
|
nvrtcGetErrorStringInternal ( nvrtcResult result ) : IntPtr |
|
|
nvrtcGetLoweredName ( nvrtcProgram prog, [ name_expression, IntPtr &lowered_name ) : nvrtcResult |
|
|
nvrtcGetPTX ( nvrtcProgram prog, byte ptx ) : nvrtcResult |
|
|
nvrtcGetPTXSize ( nvrtcProgram prog, ManagedCuda.BasicTypes.SizeT &ptxSizeRet ) : nvrtcResult |
|
|
nvrtcGetProgramLog ( nvrtcProgram prog, byte log ) : nvrtcResult |
|
|
nvrtcGetProgramLogSize ( nvrtcProgram prog, ManagedCuda.BasicTypes.SizeT &logSizeRet ) : nvrtcResult |
|
|
nvrtcVersion ( int &major, int &minor ) : nvrtcResult |
|
|