Compiles the module based on current Cuda source code and options.
Namespace: CudafyAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public string Compile( eGPUCompiler mode, bool deleteGeneratedCode ) |
Visual Basic |
---|
Public Function Compile ( _ mode As eGPUCompiler, _ deleteGeneratedCode As Boolean _ ) As String |
Visual C++ |
---|
public: String^ Compile( eGPUCompiler mode, bool deleteGeneratedCode ) |
Parameters
- mode
- Type: Cudafy..::..eGPUCompiler
The mode.
- deleteGeneratedCode
- Type: System..::..Boolean
if set to true [delete generated code].