-
Notifications
You must be signed in to change notification settings - Fork 792
[SYCL] Add E2E test for -foffload-fp32-prec-div/sqrt #17037
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
Signed-off-by: Sidorov, Dmitry <dmitry.sidorov@intel.com>
9ea9efa
to
4a5678f
Compare
Signed-off-by: Sidorov, Dmitry <dmitry.sidorov@intel.com>
@intel/llvm-reviewers-runtime please take a look |
14b1a52
to
20068a6
Compare
CUDA results: guess I first need this patch to be merged #17044 |
Signed-off-by: Sidorov, Dmitry <dmitry.sidorov@intel.com>
b5b7681
to
8cd6672
Compare
HIP and BMG failures are unrelated |
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 still don't like the naming of the helper. IMO, just inlining ==
would be better, but I can live with the current version.
Signed-off-by: Sidorov, Dmitry <dmitry.sidorov@intel.com>
Well, inlining into the assert imho looks quite unpleasant (at least in my IDE), but I can get rid of the function without any regret. |
@intel/llvm-gatekeepers please help with the merge |
Supporting doc: #17033