Skip to content

Commit c995aec

Browse files
mdboomCopilot
andauthored
Update cuda_core/cuda/core/_device.pyx
Co-authored-by: Copilot <[email protected]>
1 parent 23aefa3 commit c995aec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cuda_core/cuda/core/_device.pyx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,11 @@ class Device:
10411041
:class:`cuda.core.Device` (which is used for CUDA access).
10421042

10431043
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.
10441049
"""
10451050
from cuda.core.system import Device as SystemDevice
10461051
return SystemDevice(uuid=self.uuid)

0 commit comments

Comments
 (0)