Show / Hide Table of Contents

    Class CudaJOTarget

    Target is chosen based on supplied CUJITTarget.

    Option type: unsigned int for enumerated type CUJITTarget

    Applies to: compiler and linker

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

    Constructors

    | Improve this Doc View Source

    CudaJOTarget(CUJITTarget)

    Target is chosen based on supplied ::CUjit_target_enum.

    Option type: unsigned int for enumerated type ::CUjit_target_enum

    Applies to: compiler and linker

    Declaration
    public CudaJOTarget(CUJITTarget value)
    Parameters
    Type Name Description
    CUJITTarget value

    Implements

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