diff --git a/cuda_core/cuda/core/experimental/_device.py b/cuda_core/cuda/core/experimental/_device.py index c9a786070..af07e89ab 100644 --- a/cuda_core/cuda/core/experimental/_device.py +++ b/cuda_core/cuda/core/experimental/_device.py @@ -955,6 +955,13 @@ class Device: ---- Will not initialize the GPU. + Note + ---- + Internal implementation depends on the CUDA Driver API error handling, that + may cause ``compute-sanitizer`` to fail. In order to avoid this, you can use + ``--report-api-errors=no`` `compute-sanitizer argument + `__. + Parameters ---------- device_id : int, optional