Prior to this, error message from an exception would look like below
In function af_err af_transpose_inplace(af_array, bool)
In file src/api/c/transpose.cpp:97
Earlier approach was hindering any useful log messages, especially from
runtime(like nvrtc) compilation phase, to be properly captured by
by the string returned by af_get_last_error function call.
Now it would look the same in debug builds but for release builds it
shall look like as following
In function af_transpose_inplace
In file src/api/c/transpose.cpp:97
Description
Prior to this, error message from an exception would look like below
Earlier approach was hindering any useful log messages, especially from
runtime(like nvrtc) compilation phase, to be properly captured by
by the string returned by af_get_last_error function call.
Now it would look the same in debug builds but for release builds it
shall look like as following
Fixes: #3053
Changes to Users
Issues such as the ones mentioned in #3053 will be fixed.
Checklist