You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To debug kernel issues like memory errors or race conditions, you can use CUDA's `compute-sanitizer` tool. Refer to the [manual](https://docs.nvidia.com/compute-sanitizer/ComputeSanitizer/index.html#using-compute-sanitizer) for more information.
98
95
99
-
To facilitate using the compute sanitizer, CUDA.jl ships the tool as part of its artifacts.
100
-
You can get the path to the tool using the following function:
96
+
To use `compute-sanitizer`, you need to install the `CUDA_SDK_jll` package in your environment first.
101
97
98
+
To spawn a new Julia session under `compute-sanitizer`:
0 commit comments