-
Notifications
You must be signed in to change notification settings - Fork 130
[ESIMD] Add a test to validate new implementation of esimd::fmod #1045
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.
The test looks good.
I have only one comment: It tests only 1 input pair or values and it is the only test for fmod we have in ESIMD folder. Can you please add more test cases with various signs and reminders.
Something similar to the test cases used here: https://en.cppreference.com/w/cpp/numeric/math/fmod
Fixed |
/verify with intel/llvm#6242 |
…el#1045) * Add a test to validate new implementation of esimd::fmod
CMPLRTST-17291: fix the issue ZE_DEBUG=1 will be overwrited by opt_use_gpu_zedebug (ZE_DEBUG=-1)
…el/llvm-test-suite#1045) * Add a test to validate new implementation of esimd::fmod
Complementary compiler PR intel/llvm#6242