-
Notifications
You must be signed in to change notification settings - Fork 752
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
[SYCL][E2E] Refactor/fix bfloat16 test #14062
Conversation
Substitutes #14059. |
Fixes ansi-alias violation and reads from uninitialized buffers. Fixes intel#13790.
8910c8a
to
eee0ae3
Compare
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.
Overall, the changes looks good to me. I'm wondering if we should also extend this test to also test for BF16 builtins on the host?
That would be an unrelated change. |
That can be done in a separate PR, not necessarily now. |
Just to be clear, I'm not planning on working on that. |
That's fine - I can create an internal tracker for this. |
Failures are unrelated. Since this is a one test change to fix flaky issue merging without green CI. |
Fixes ansi-alias violation and reads from uninitialized buffers. Fixes intel#13790.
Fixes ansi-alias violation and reads from uninitialized buffers. Fixes #13790.