We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23aefa3 commit c995aecCopy full SHA for c995aec
cuda_core/cuda/core/_device.pyx
@@ -1041,6 +1041,11 @@ class Device:
1041
:class:`cuda.core.Device` (which is used for CUDA access).
1042
1043
The devices are mapped to one another by their UUID.
1044
+
1045
+ Returns
1046
+ -------
1047
+ cuda.core.system.Device
1048
+ The corresponding system-level device instance used for NVML access.
1049
"""
1050
from cuda.core.system import Device as SystemDevice
1051
return SystemDevice(uuid=self.uuid)
0 commit comments