-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][E2E] add the FP16 tests in marray_geometric #12082
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
Conversation
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.
I haven't seen the test results complete yet, but this looks good.
could you please explain "test results not complete yet" ? |
@jinz2014 - sure. I simply meant that the CI had not yet run all the tests (including your updated one). So my approval is conditional on the tests passing ( and I don't expect any problem on that front) |
The compiler errors are the same as those reported in #12058 |
@jinz2014 hi, tests are failing for all platforms even with -fpreview-breaking-changes flag. Could you please take a look? |
@KseniyaTikhomirova Could you please point out where the flag is added for the AMD HIP build ? Reference #11929 |
@jinz2014 hi, I would start from test run on OCL/L0 on our HW. It is also failing. I guess the problem could be that your have lines 1-2 not removed/unchanged, with no any flags, and sycl::cross for sycl::half is still involved in compilation. |
I deleted the first two lines. Thanks. |
I clarified more details about that. |
Thanks for the suggestions. |
Thank you for your review.