-
Notifications
You must be signed in to change notification settings - Fork 813
-
https://developer.nvidia.com/compute-sanitizer
I guess compute-sanitizer does instrument directly on PTX.
Can we compile SPIRV image to PTX by AOT?
Beta Was this translation helpful? Give feedback.
All reactions
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.
Replies: 1 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.
Beta Was this translation helpful? Give feedback.