Show / Hide Table of Contents

    Class CudaJOOptimizationLevel

    Level of optimizations to apply to generated code (0 - 4), with 4 being the default and highest level of optimizations.

    Option type: unsigned int

    Applies to: compiler only

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

    Constructors

    | Improve this Doc View Source

    CudaJOOptimizationLevel(UInt32)

    Level of optimizations to apply to generated code (0 - 4), with 4 being the default and highest level of optimizations.

    Option type: unsigned int

    Applies to: compiler only

    Declaration
    public CudaJOOptimizationLevel(uint value)
    Parameters
    Type Name Description
    System.UInt32 value

    Level of optimizations to apply to generated code (0 - 4), with 4 being the default and highest level of optimizations.

    Implements

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