I am using cuda c in visual studio. for checking the memory I use cuda-memccheck . while going through some sites I found that cudagrind of valgrind provides much more details of the error of memory.and further this is my misunderstanding or what I found it can be only used in linux system. Am I right?? or can cudagrind be applied in windows to check the memory error???
Asked
Active
Viewed 127 times
1
-
cudagrind is an extension to valgrind. valgrind is Linux only, so it follows that cudagrind can't be used on Windows platforms – talonmies Jul 15 '19 at 09:20