Using scatter_reduce function did not work for CUDA/LLVM backend #984
Replies: 2 comments 6 replies
-
Hello @juhyeonkim95, What are the types of
|
Beta Was this translation helpful? Give feedback.
-
Hi @juhyeonkim95, If I understand your requirement correctly, I don't think you need
where As Merlin suggested, because the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to use scatter_reduce function to aovs, like this.
dr::scatter_reduce(ReduceOp::Add, aovs, throughput[0], index);
This worked on scalar mode, but failed on CUDA/LLVM mode, with the following error.
Not implemented, please use scatter_reduce() variant that takes a array target argument.
Could you please help me regarding this problem? I have tried several ways but could not resolve the problem.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions