函数内的推力计数迭代器
非常感谢您在 Cuda Thrust Custom function 的答案,
如果我想通过的话,最后一件事另一个向量来复制这样的值?
for (i=0;i<n;i++)
for (j=0;j<n;j++)
y[i*n+j]=h1[i]*a1[pos*n+j];
我仍然不清楚如何将值传递给创建的函数谢谢!
Thank you very much for the answers at Cuda Thrust Custom function
One last thing if I wanted to pass another vector to copy values such as this?
for (i=0;i<n;i++)
for (j=0;j<n;j++)
y[i*n+j]=h1[i]*a1[pos*n+j];
Its still not clear to me how to pass values to the function created Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)