예제 #1
0
 /// <summary>
 /// Static constructor for the <see cref="CudafyModes"/> class.
 /// Sets CodeGen to CudaC, Compiler to CudaNvcc, Target to Cuda and Mode to Cuda.
 /// </summary>
 static CudafyModes()
 {
     //CodeGen = eGPUCodeGenerator.CudaC;
     Compiler = eGPUCompiler.CudaNvcc;
     Target   = eGPUType.Cuda;
     Mode     = eCudafyQuickMode.Cuda;
     DeviceId = 0;
 }
예제 #2
0
 /// <summary>
 /// Static constructor for the <see cref="CudafyModes"/> class.
 /// Sets CodeGen to CudaC, Compiler to CudaNvcc, Target to Cuda and Mode to Cuda.
 /// </summary>
 static CudafyModes()
 {
     //CodeGen = eGPUCodeGenerator.CudaC;
     Compiler = eGPUCompiler.CudaNvcc;
     Target = eGPUType.Cuda;
     Mode = eCudafyQuickMode.Cuda;
     DeviceId = 0;
 }