Why is memcpy() within a CUDA global function giving the wrong result?

后端 未结 0 584
不思量自难忘°
不思量自难忘° 2020-11-22 01:25

I have the following loop within a function marked as global:

for (int i = id * dataPerThread; i < iterMax; ++i)
{
    int oldValue = atom         


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