Class CudaJOMaxRegisters
Max number of registers that a thread may use.
Option type: unsigned int
Applies to: compiler only
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 class CudaJOMaxRegisters : CudaJitOption, IDisposable
Constructors
| Improve this Doc View SourceCudaJOMaxRegisters(UInt32)
Max number of registers that a thread may use.
Option type: unsigned int
Applies to: compiler only
Declaration
public CudaJOMaxRegisters(uint value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt32 | value |
Implements
System.IDisposable