cuda-python
cuda-python copied to clipboard
Address known thread-safety issues in `cuda.core`
In general,
cuda.corehas a few internal, module-level states that should be guarded by a lock. We haven't done that extensively.
Originally posted by @leofang in https://github.com/NVIDIA/cuda-python/pull/1364#discussion_r2624683212