Environment Variables#
Note
The cuda-bindings runtime environment variables also affect cuda.core.
See the cuda-bindings environment variables documentation.
Runtime Environment Variables#
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 for an explanation of the legacy and per-thread default streams.CUDA_PYTHON_DISABLE_MAJOR_VERSION_WARNING: When set to 1, suppresses warnings about CUDA major version mismatches betweencuda-bindingsand the installed driver. This warning occurs whencuda-bindingswas built for a newer CUDA major version than the installed driver supports.