-
Couldn't load subscription status.
- Fork 793
[SYCL] Remove unnecessary fallback assert impl in libdevice #20092
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: sycl
Are you sure you want to change the base?
Conversation
Signed-off-by: jinge90 <[email protected]>
Signed-off-by: jinge90 <[email protected]>
|
The failures related to assert is due to OCL CPU runtime on Linux, these failures are gone if using latest OCL CPU runtime, wait for syclos pre-ci infra updates. |
Signed-off-by: jinge90 <[email protected]>
libdevice/fallback-cassert.cpp
Outdated
| *Dst = SPIR_AssertHappenedMem; | ||
| } | ||
|
|
||
| DEVICE_EXTERN_C void __devicelib_assert_fail(const char *expr, const char *file, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at the failures, we may still need a dummy implementation of this. The extension states:
If device has the
ext_oneapi_native_assertaspect, then its Device-Side Runtime is capable of native support of assert. If device doesn’t have the aspect, then assertions on the device will be silently ignored.
Fallback assert support has been dropped in #18310.