Closed
Description
Numpy reduction operations are not yet automatically offloadable to a SYCL GPU. To get around the issue, we are detouring to fallback on CPU execution for all reduction functions (refer PR IntelPython/numba#8). We need to support reductions by either directly generating a SPIR-V kernel for reduction inside Numba or calling a library routine that does the reduction.
Metadata
Metadata
Assignees
Labels
No labels