-
https://developer.nvidia.com/compute-sanitizer |
Beta Was this translation helpful? Give feedback.
Answered by
al42and
Aug 8, 2024
Replies: 1 comment
-
Do you mean SYCL code compiled with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AllanZyne
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you mean SYCL code compiled with
-fsycl-targets=nvidia_gpu_sm_*
? Yes, that works quite well with NVIDIA's compute-sanitizer (I haven't tested if it picks up debug info, but it detects data races etc). But it compiles directly to PTX, without intermediate SPIR-V, if I understand correctly.