You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2023. It is now read-only.
Currently for any NumPy operation or parfor that is not offloadable to a SYCL GPU we throw an exception. A more optimal behavior from a user experience will be to fallback to the default Numba behavior and run the code on the CPU.