How to correctly index a flattened 3D array in CUDA Fortran

前端 未结 0 573
孤街浪徒
孤街浪徒 2021-02-08 22:44

I am trying to work out the indexing for a 3D complex array in Cuda fortran. I\'m setting up the kernels via:

TYPE(dim3) :: block = dim3(Nx/blockx,Ny/blocky,Nz/bl         


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