How can I traverse a 3D matrix on a thread per row basis in Numba?

后端 未结 0 1512
天涯浪人
天涯浪人 2020-12-03 02:58

I’m trying to implement a runs-based kernel using Numba where I need to traverse the elements of a 3D matrix on a row per thread basis i.e. each thread is assigned a row tha

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