Implementing Awkward CUDA Kernels #2946
ManasviGoyal
started this conversation in
Ideas
Replies: 1 comment
-
The following reducers kernels can be implemented by using a modified
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
These are the 88(+13)/147 CUDA kernels that need to be implemented.
(A) if condition uses the counter to update the counters
(B) one of the argument is of double pointer type
(C) kernel calls another function
Also, the following 13 kernels that use
atomicAdd()
need to be reimplemented.Beta Was this translation helpful? Give feedback.
All reactions