-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This PR adds support to call kernels in CUDA from v2 Awkward Arrays. #1276
Conversation
Codecov Report
|
for more information, see https://pre-commit.ci
The functions For now, I have commented out the assertions and they should be easy to find by doing a Also, now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's fantastic that this is working! On review, I found a few organizational things that, fixing them now, will save us trouble later. See the inline comments.
Thanks!
Tasks to complete:
copy_to
for all array classesto_backend
andbackend(*arrays)
ak.num
- [ ] Don't upload artifacts during CI testing.