Can someone tell me can we use cuda-memcheck in JP6.0?

After extensive searching, I couldn’t find any information on using cuda-memcheck on JetPack (JP) for AGX Orin. Could you tell me how to use this tool?

Hi,

The tool is now integrated into the compute-sanitizer.

For example:

x$ sudo /usr/local/cuda/bin/compute-sanitizer --tool=memcheck Samples/0_Introduction/vectorAdd/vectorAdd
========= COMPUTE-SANITIZER
[Vector addition of 50000 elements]
Copy input data from the host memory to the CUDA device
CUDA kernel launch with 196 blocks of 256 threads
Copy output data from the CUDA device to the host memory
Test PASSED
Done
========= ERROR SUMMARY: 0 errors

Thanks.

2 Likes

Cool !!!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.