Class CudaJOJITCacheMode
Specifies whether to enable caching explicitly (-dlcm)
Choice is based on supplied CUJITCacheMode.
Option type: unsigned int for enumerated type CUJITCacheMode
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 CudaJOJITCacheMode : CudaJitOption, IDisposable
Constructors
| Improve this Doc View SourceCudaJOJITCacheMode(CUJITCacheMode)
Specifies whether to enable caching explicitly (-dlcm)
Choice is based on supplied CUJITCacheMode.
Option type: unsigned int for enumerated type CUJITCacheMode
Applies to: compiler only
Declaration
public CudaJOJITCacheMode(CUJITCacheMode value)
Parameters
Type | Name | Description |
---|---|---|
CUJITCacheMode | value |
Implements
System.IDisposable