Method | Description | |
---|---|---|
AddNameExpression ( string nameExpression ) : void | ||
Compile ( string options ) : void | ||
CudaRuntimeCompiler ( string src, string name ) : System |
Creates a runtime compiler instance.
|
|
CudaRuntimeCompiler ( string src, string name, string headers, string includeNames ) : System |
Creates a runtime compiler instance.
|
|
Dispose ( ) : void |
Dispose
|
|
GetLog ( ) : byte[] | ||
GetLogAsString ( ) : string | ||
GetLoweredName ( string nameExpression ) : string | ||
GetPTX ( ) : byte[] | ||
GetPTXAsString ( ) : string | ||
GetVersion ( ) : System.Version |
Method | Description | |
---|---|---|
Dispose ( bool fDisposing ) : void |
For IDisposable
|
public AddNameExpression ( string nameExpression ) : void | ||
nameExpression | string | |
return | void |
public CudaRuntimeCompiler ( string src, string name ) : System | ||
src | string | CUDA program source. |
name | string | CUDA program name. |
return | System |
public CudaRuntimeCompiler ( string src, string name, string headers, string includeNames ) : System | ||
src | string | CUDA program source. |
name | string | CUDA program name. |
headers | string | Name of each header by which they can be included in the CUDA program source. |
includeNames | string | Sources of the headers. |
return | System |
public GetLoweredName ( string nameExpression ) : string | ||
nameExpression | string | |
return | string |
public static GetVersion ( ) : System.Version | ||
return | System.Version |