Enum CUjit_fallback_strategy
- Namespace
- DotCompute.Backends.CUDA.Types.Native
- Assembly
- DotCompute.Backends.CUDA.dll
JIT fallback strategies
public enum CUjit_fallback_strategy
Fields
CU_PREFER_BINARY = 1Prefer to fall back to compatible binary code if exact match not found
CU_PREFER_PTX = 0Prefer to compile PTX if exact binary match not found