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
Seems like the Python failures (and exceptions) as well as failures in the backend don't
get propagated back to libnomp. Instead, libnomp kernels just prints the wrong answer.
This has to be fixed.
The text was updated successfully, but these errors were encountered:
We can always print the error in the nomp_set_log function and let the user know that there is a error. Is that okay?
I guess there are certain cases where the execution doesn't halt even when there are errors from the Python side. (In NOMP programs that I wrote even with loopy transformation errors the program continued and exited in the normal routine which shouldn't happen). This also needs to be addressed here right?
thilinarmtb
changed the title
Backend errors and Python errors don't propagate back to the user
Python errors don't propagate back to the user
May 29, 2023
Seems like the Python failures (and exceptions) as well as failures in the backend don't
get propagated back to
libnomp
. Instead,libnomp
kernels just prints the wrong answer.This has to be fixed.
The text was updated successfully, but these errors were encountered: