Show / Hide Table of Contents

    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

    Inheritance
    System.Object
    CudaJitOption
    CudaJOJITCacheMode
    Implements
    System.IDisposable
    Inherited Members
    CudaJitOption._ptrValue
    CudaJitOption._option
    CudaJitOption.disposed
    CudaJitOption.Dispose()
    CudaJitOption.Dispose(Boolean)
    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 Source

    CudaJOJITCacheMode(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
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX