Skip to content

numba-cuda DeviceNDArray deprecation #3841

@brandon-b-miller

Description

@brandon-b-miller

Description of new feature

Hi AwkwardArray maintainers! numba-cuda dev here. There's been some efforts recently to split off the pieces of numba-cuda that aren't pure compiler functionality, and as part of that we're moving away from supporting numba-cuda's array library features. In particular, after NVIDIA/numba-cuda#546 is released, you'll observe deprecation warnings using numba-cuda APIs that create DeviceNDArray objects, such as those used in this set of awkwardarray tests.

We're recommending users migrate to alternative libraries that are purpose built for working with GPU arrays, such as CuPy, when allocating device data, etc. There looks to be some cupy usage in awkward already, and I'm wondering if it'd be feasible to simply switch to using CuPy arrays in the relevant tests. I am happy to work on a PR for this if that seems feasible.

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions