-
Notifications
You must be signed in to change notification settings - Fork 130
[SYCL][ESIMD] Add test to validate tanh function fix #1361
Conversation
|
Complementary compiler PR intel/llvm#7265 |
v-klochkov
left a comment
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 have 3 comments. Thank you.
| // RUN: %clangxx -fsycl %s -o %t.out | ||
| // RUN: %GPU_RUN_PLACEHOLDER %t.out | ||
|
|
||
| //==- tanh_compatibility_test.cpp - Test for tanh -==// |
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.
Should be tanh_fix_test.cpp in this line. Or it is better to rename the test to tanh_compatibility_test.cpp
|
/verify with intel/llvm#7265 |
|
@fineg74 - The new LIT test failed on Windows with the fixed compiler. Please see Jenkins/llvm-test-suite: |
|
/verify with intel/llvm#7265 |
1 similar comment
|
/verify with intel/llvm#7265 |
Fixed. |
Fixed. |
|
@fineg74 - The added test is passing unexpectedly on the ESIMD emulator. See https://github.com/intel/llvm/actions/runs/3427185876/jobs/5710264219. |
No description provided.