Cfg
Namespace: Tensor.Cuda.Backend
CUDA backend configuration
Constructors
Constructor | Description |
new()
Signature: unit -> Cfg
|
CompiledName: .ctor
|
Static members
Static member | Description |
Stacktrace()
Signature: unit -> bool
|
If set to true, CUDA operations produce an acurate stack trace
when an error is encountered. However, this affects performance,
even if no error occurs.
This setting is local to the calling thread and defaults to false.
CompiledName: set_Stacktrace
|
Stacktrace()
Signature: unit -> unit
|
If set to true, CUDA operations produce an acurate stack trace
when an error is encountered. However, this affects performance,
even if no error occurs.
This setting is local to the calling thread and defaults to false.
CompiledName: get_Stacktrace
|
Stream()
Signature: unit -> CUstream
|
The CUDA stream to execute CUDA operations on.
This setting is local to the calling thread and defaults to the null stream.
CompiledName: set_Stream
|
Stream()
Signature: unit -> unit
|
The CUDA stream to execute CUDA operations on.
This setting is local to the calling thread and defaults to the null stream.
CompiledName: get_Stream
|