Show / Hide Table of Contents

    Class CudaJOGenerateDebugInfo

    Specifies whether to create debug information in output (-g)

    (0: false, default)

    Option type: int

    Applies to: compiler and linker

    Inheritance
    System.Object
    CudaJitOption
    CudaJOGenerateDebugInfo
    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 CudaJOGenerateDebugInfo : CudaJitOption, IDisposable

    Constructors

    | Improve this Doc View Source

    CudaJOGenerateDebugInfo(Boolean)

    Specifies whether to create debug information in output (-g)

    (0: false, default)

    Option type: int

    Applies to: compiler and linker

    Declaration
    public CudaJOGenerateDebugInfo(bool value)
    Parameters
    Type Name Description
    System.Boolean value

    Implements

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