ExecutionCUDA#

class nvmath.linalg.ExecutionCUDA(*, device_id: int = 0)[source]#

A data class for providing GPU execution options.

device_id#

CUDA device ordinal (only used if the operand resides on the CPU). The default value is 0.

Type:

int