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.