Ianna Osborne
Ianna Osborne
### Version of Awkward Array 2.6.7 ### Description and code to reproduce 25 tests-cuda and 131 tests-cuda-kernels-explicit fail what looks like in min/max reducers with `TypeError: can_cast()` ``` awkward-cpp 37...
### Version of Awkward Array 2.6.6 (master) ### Description and code to reproduce A new [`numba-cuda` package](https://github.com/NVIDIA/numba-cuda) has been created, containing a copy of the CUDA target as of Numba...
AwkwardArray CPU reducers may return `NaN` or `Inf` while the GPU ones would return the zero values: Here is the full output: ```python tests-cuda/test_3149_complex_reducers.py ......................F.........ssss [100%] =========================================================== FAILURES =========================================================== ______________________________________________...
### Description It would be nice to have the support for cupy ufuncs on the array-like objects that define an `__array_ufunc__` method ([NEP-13](https://numpy.org/neps/nep-0013-ufunc-overrides.html)) Awkward knows how to dispatch through numpy...
### Version of Awkward Array master branch (2.6.7) ### Description and code to reproduce ```python def test_block_boundary_prod_complex13(): rng = np.random.default_rng(seed=42) array = rng.integers(50, size=1000) complex_array = np.vectorize(complex)( array[0 : len(array)...
The latest version of uproot is 5.4.0: https://github.com/scikit-hep/uproot5/releases/tag/v5.4.0
Fine for now, since it's following the same pattern as something else, but it's not the right way to do this. The correct way is to make this a function...
I'm pretty sure _all_ of our nplike functions will now need `| VirtualArray` in the input signature. Can you update the nplikes, and the array modules, etc? _Originally posted by...