Show / Hide Table of Contents

    Class CudaJitOption

    Online compiler options

    Inheritance
    System.Object
    CudaJitOption
    CudaJOErrorLogBuffer
    CudaJOFallbackStrategy
    CudaJOGenerateDebugInfo
    CudaJOGenerateLineInfo
    CudaJOInfoLogBuffer
    CudaJOJITCacheMode
    CudaJOLogVerbose
    CudaJOMaxRegisters
    CudaJOOptimizationLevel
    CudaJOTarget
    CudaJOTargetFromContext
    CudaJOThreadsPerBlock
    CudaJOWallTime
    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 abstract class CudaJitOption : IDisposable

    Fields

    | Improve this Doc View Source

    _option

    Option

    Declaration
    protected CUJITOption _option
    Field Value
    Type Description
    CUJITOption
    | Improve this Doc View Source

    _ptrValue

    Option value converted to (void *)

    Declaration
    protected IntPtr _ptrValue
    Field Value
    Type Description
    System.IntPtr
    | Improve this Doc View Source

    disposed

    Declaration
    protected bool disposed
    Field Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    Dispose()

    Dispose

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    Dispose(Boolean)

    For IDisposable

    Declaration
    protected virtual void Dispose(bool fDisposing)
    Parameters
    Type Name Description
    System.Boolean fDisposing
    | Improve this Doc View Source

    Finalize()

    For dispose

    Declaration
    protected void Finalize()

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX