-
Notifications
You must be signed in to change notification settings - Fork 790
[SYCL] Change UConvert arg type to unsigned and SConvert arg type to signed #19316
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
base: sycl
Are you sure you want to change the base?
Conversation
…signed To align with SPIR-V spec and SPV-IR in SPIRV-LLVM-Translator.
@@ -9,6 +9,12 @@ | |||
|
|||
// Autogenerated by gen-libclc-test.py | |||
|
|||
// INTEL_CUSTOMIZATION |
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.
@wenju-he, please, remove INTEL_CUSTOMIZATION comments.
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.
@@ -803,7 +803,7 @@ foreach rnd = ["", "_rte", "_rtn", "_rtp", "_rtz"] in { | |||
} | |||
|
|||
foreach sat = ["", "_sat"] in { | |||
foreach InType = TLAllInts.List in { | |||
foreach InType = TLUnsignedInts.List in { |
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.
Could you please add a clang test for the change?
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.
Could you please add a clang test for the change?
done in 587306a
To align with SPIR-V spec and SPV-IR in SPIRV-LLVM-Translator.