Class CudaJOFallbackStrategy
Specifies choice of fallback strategy if matching cubin is not found. Choice is based on supplied CUJITFallback.
Option type: unsigned int for enumerated type CUJITFallback
Applies to: compiler only
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ManagedCuda
Assembly: ManagedCuda.dll
Syntax
public class CudaJOFallbackStrategy : CudaJitOption, IDisposable
Constructors
| Improve this Doc View SourceCudaJOFallbackStrategy(CUJITFallback)
Specifies choice of fallback strategy if matching cubin is not found. Choice is based on supplied CUJITFallback.
Option type: unsigned int for enumerated type CUJITFallback
Applies to: compiler only
Declaration
public CudaJOFallbackStrategy(CUJITFallback value)
Parameters
Type | Name | Description |
---|---|---|
CUJITFallback | value |
Implements
System.IDisposable