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
In numpy_usm_shared where we iterate through functions and register them with Numba, we do an eval of the function name and for now some of those are failing. I added try/except around the eval so we can skip ones that fail eval for now but we need to fix this soon.
The text was updated successfully, but these errors were encountered:
In numpy_usm_shared where we iterate through functions and register them with Numba, we do an eval of the function name and for now some of those are failing. I added try/except around the eval so we can skip ones that fail eval for now but we need to fix this soon.
The text was updated successfully, but these errors were encountered: