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 12e8b07 commit 5dd3e80Copy full SHA for 5dd3e80
1 file changed
cuda_core/cuda/core/experimental/_device.py
@@ -955,6 +955,13 @@ class Device:
955
----
956
Will not initialize the GPU.
957
958
+ Note
959
+ ----
960
+ Internal implementation depends on the CUDA Driver API error handling, that
961
+ may cause ``compute-sanitizer`` to fail. In order to avoid this, you can use
962
+ ``--report-api-errors=no`` `compute-sanitizer argument
963
+ <https://docs.nvidia.com/compute-sanitizer/ComputeSanitizer/index.html>`__.
964
+
965
Parameters
966
----------
967
device_id : int, optional
0 commit comments