Class CudaCooperativeLaunchResult
- Namespace
- DotCompute.Backends.CUDA.Advanced
- Assembly
- DotCompute.Backends.CUDA.dll
A class that represents cuda cooperative launch result.
public sealed class CudaCooperativeLaunchResult
- Inheritance
-
CudaCooperativeLaunchResult
- 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.
KernelId
Gets or sets the kernel identifier.
public string KernelId { get; set; }
Property Value
- string
The kernel id.
LaunchCount
Gets or sets the launch count.
public int LaunchCount { get; set; }
Property Value
- int
The launch count.
Success
Gets or sets the success.
public bool Success { get; set; }
Property Value
- bool
The success.