-
Notifications
You must be signed in to change notification settings - Fork 131
[SYCL] Add lit test for integer math function abs, labs, llabs #184
Conversation
Signed-off-by: haonanya <haonan.yang@intel.com>
The tests is passing before submission of intel/llvm#3364. I expected that the test should fail until the device library change is submitted. |
Hi, @vladimirlaz |
@haonanya |
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.
@haonanya
Could you add "-fno-builtin" to the building command?
Hi, @vladimirlaz. Sorry for late reply. There are some compiling issues when added "-fno-builtin" to the building command in Windows, we are looking into this issue. |
Signed-off-by: haonanya <haonan.yang@intel.com>
Hi, @vladimirlaz |
The failures below do not correlate with the PR:
|
…/llvm-test-suite#184) Signed-off-by: haonanya <haonan.yang@intel.com>
Signed-off-by: haonanya haonan.yang@intel.com
This PR aims to add lit test for intel/llvm#3364