CUDA debugging cannot see memory

前端 未结 0 946
梦谈多话
梦谈多话 2021-01-15 07:41

I want to use Nsight Cuda Debugging (Next-Gen) to step through the following code

__device__ int* globalArray;

__global__ void kernelTest() {
    globalArray         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题