C# 클래스 ManagedCuda.NVRTC.NVRTCNativeMethods

파일 보기 프로젝트 열기: kunzmi/managedCuda 1 사용 예제들

공개 메소드들

메소드 설명
nvrtcGetErrorString ( nvrtcResult result ) : string

helper function that stringifies the given #nvrtcResult code, e.g., NVRTC_SUCCESS to "NVRTC_SUCCESS". For unrecognized enumeration values, it returns "NVRTC_ERROR unknown"

비공개 메소드들

메소드 설명
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

메소드 상세

nvrtcGetErrorString() 공개 정적인 메소드

helper function that stringifies the given #nvrtcResult code, e.g., NVRTC_SUCCESS to "NVRTC_SUCCESS". For unrecognized enumeration values, it returns "NVRTC_ERROR unknown"
public static nvrtcGetErrorString ( nvrtcResult result ) : string
result nvrtcResult CUDA Runtime Compiler API result code.
리턴 string