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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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.Update 2025.Apr.07
Now explicitly requesting the function defining to provide the expected output dimension
Beta Was this translation helpful? Give feedback.
All reactions