Enum CUJITFallback
Cubin matching fallback strategies
Namespace: ManagedCuda.BasicTypes
Assembly: ManagedCuda.dll
Syntax
public enum CUJITFallback
Fields
Name | Description |
---|---|
Binary | Prefer to fall back to compatible binary code if exact binary match not found |
PTX | Prefer to compile ptx if exact binary match not found |