I forgot the debugging tool name...

my code has illegal memory access was encountered’s an error message.

I want to find the problem. but pointers are no problem…

I think there is a problem with other things.

Could you recommend the debugging tool in the Linux environment? (nvprof? right?)

cuda-gdb

you can also use cuda-memcheck to start the debug process

thank you so much!!!