Skip to content
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

migration to numba v0.60 and a separate numba-cuda package #3192

Open
1 of 2 tasks
ianna opened this issue Jul 31, 2024 · 0 comments
Open
1 of 2 tasks

migration to numba v0.60 and a separate numba-cuda package #3192

ianna opened this issue Jul 31, 2024 · 0 comments
Labels
dependencies Pull requests that update a dependency file

Comments

@ianna
Copy link
Collaborator

ianna commented Jul 31, 2024

Version of Awkward Array

2.6.6 (master)

Description and code to reproduce

A new numba-cuda package has been created, containing a copy of the CUDA target as of Numba 0.60 as announced in
Moving the CUDA target to a new package maintained by NVIDIA

Using the built-in numba.cuda module continues to work. However, we may want to include the numba-cuda package in our environment.

Currently numba-cuda v0.0.13 is pip installable, there is no conda yet.

Here is our current requirement:
numba>=0.50.0;sys_platform != "win32" and python_version < "3.12"

Tasks

@ianna ianna added bug (unverified) The problem described would be a bug, but needs to be triaged dependencies Pull requests that update a dependency file and removed bug (unverified) The problem described would be a bug, but needs to be triaged labels Jul 31, 2024
@ianna ianna changed the title migration to numba v0.60 and a separate numba_cuda package Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
1 participant