-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
Numba njit GPU function silently executes on the CPU whenever Numba is not able to successfully compile the function for the GPU. This can be sometimes frustrating to the user who has assumes the code works correctly on the GPU, while in fact it has been executing on the CPU. While providing feedback will help slightly, we really need to provide some mechanism using which the user can disable CPU fallback and force program failure when GPU compilation fails. One way would be through an environment variable.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request