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.
Description of new feature
Hi AwkwardArray maintainers!
numba-cudadev here. There's been some efforts recently to split off the pieces ofnumba-cudathat aren't pure compiler functionality, and as part of that we're moving away from supportingnumba-cuda's array library features. In particular, after NVIDIA/numba-cuda#546 is released, you'll observe deprecation warnings usingnumba-cudaAPIs that createDeviceNDArrayobjects, 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.