Skip to content

Support automatically offloading of NumPy reduction operations and prange reductions to SYCL devices #93

Closed
@diptorupd

Description

@diptorupd

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions