Skip to content

Commit 27ad775

Browse files
leofangclaude
andcommitted
Remove NVML implementation detail from UMD docstring
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4c7cd2c commit 27ad775

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cuda_core/cuda/core/system/_system.pyx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ def get_user_mode_driver_version() -> tuple[int, ...]:
3434
Get the user-mode (UMD / CUDA) driver version.
3535

3636
This is the most commonly needed version when checking CUDA driver
37-
compatibility. It works with all ``cuda-bindings`` versions: when
38-
NVML is available it uses NVML, otherwise it falls back to the
39-
CUDA driver API.
37+
compatibility. It works with all ``cuda-bindings`` versions.
4038

4139
Returns
4240
-------

0 commit comments

Comments
 (0)