Running dask with custom numba acceleration #1173
yimuchen
started this conversation in
Show and tell
Replies: 1 comment
-
Just to have all this together for when awkward-cuda has all of its interoperability bits working: NVIDIA/numba-cuda#37 |
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
-
Created a custom decorator to allow for
numba
-accelerated array builder to allow users to provide computations that may be difficult to implement with awkward calls. Currently, the implementation requires that:ak.ArrayBuilder
as a final argumentnumba
acceleration)Potential improvements
cumsum_2d
is showingarr.y
, though the final compute answer is correct?? I'm not sure what is going on here.Beta Was this translation helpful? Give feedback.
All reactions