We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29b935 commit 884c0a7Copy full SHA for 884c0a7
cuda_core/cuda/core/system/_device.pyx
@@ -133,8 +133,8 @@ cdef class Device:
133
board serial identifier.
134
135
In the upstream NVML C++ API, the UUID includes a ``gpu-`` or ``mig-``
136
- prefix. If you a `uuid` without that prefix (for example, to interact
137
- with CUDA), use the `uuid_without_prefix` property.
+ prefix. If you need a `uuid` without that prefix (for example, to
+ interact with CUDA), use the `uuid_without_prefix` property.
138
"""
139
return nvml.device_get_uuid(self._handle)
140
0 commit comments