Class CudaTensorCoreExecutionResult
- Namespace
- DotCompute.Backends.CUDA.Advanced
- Assembly
- DotCompute.Backends.CUDA.dll
A class that represents cuda tensor core execution result.
public sealed class CudaTensorCoreExecutionResult
- Inheritance
-
CudaTensorCoreExecutionResult
- Inherited Members
Properties
ErrorMessage
Gets or sets the error message.
public string? ErrorMessage { get; set; }
Property Value
- string
The error message.
ExecutionTime
Gets or sets the execution time.
public TimeSpan ExecutionTime { get; set; }
Property Value
- TimeSpan
The execution time.
OperationType
Gets or sets the operation type.
public CudaTensorOperationType OperationType { get; set; }
Property Value
- CudaTensorOperationType
The operation type.
Success
Gets or sets the success.
public bool Success { get; set; }
Property Value
- bool
The success.
TensorCoreUtilization
Gets or sets the tensor core utilization.
public double TensorCoreUtilization { get; set; }
Property Value
- double
The tensor core utilization.
ThroughputTFLOPS
Gets or sets the throughput t f l o p s.
public double ThroughputTFLOPS { get; set; }
Property Value
- double
The throughput t f l o p s.