Skip to content

Conversation

@jinge90
Copy link
Contributor

@jinge90 jinge90 commented Sep 16, 2025

Fallback assert support has been dropped in #18310.

@jinge90 jinge90 marked this pull request as draft September 16, 2025 06:54
@jinge90
Copy link
Contributor Author

jinge90 commented Sep 17, 2025

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.

*Dst = SPIR_AssertHappenedMem;
}

DEVICE_EXTERN_C void __devicelib_assert_fail(const char *expr, const char *file,
Copy link
Contributor

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_assert aspect, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants