Skip to content

Commit bdfb547

Browse files
committed
DOC: Document CUDA_PYTHON_SANITIZER_RUNNING
1 parent 10d4c7a commit bdfb547

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cuda_bindings/docs/source/environment_variables.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@
1111
## Runtime Environment Variables
1212

1313
- `CUDA_PYTHON_CUDA_PER_THREAD_DEFAULT_STREAM` : When set to 1, the default stream is the per-thread default stream. When set to 0, the default stream is the legacy default stream. This defaults to 0, for the legacy default stream. See [Stream Synchronization Behavior](https://docs.nvidia.com/cuda/cuda-runtime-api/stream-sync-behavior.html) for an explanation of the legacy and per-thread default streams.
14+
15+
16+
## Test-Time Environment Variables
17+
18+
- `CUDA_PYTHON_SANTIZER_RUNNING` : When set to 1, tests are skipped that would cause [compute-sanitizer](https://docs.nvidia.com/compute-sanitizer/ComputeSanitizer/index.html) to raise an error.

0 commit comments

Comments
 (0)