Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions cuda_core/cuda/core/experimental/_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://docs.nvidia.com/compute-sanitizer/ComputeSanitizer/index.html>`__.

Parameters
----------
device_id : int, optional
Expand Down