-
Notifications
You must be signed in to change notification settings - Fork 756
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
[SYCL-PTX] Add _Float16 as native type #1848
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.
Please fix the code format errors.
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 also revert a4f4fa9 ?
96b3e79
to
b1ffe4a
Compare
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.
LGTM, thanks!
@Naghasan, could you apply clang-format to the patch, please? |
The NVPTX backend supports half and handle the insertion of conversion operations when required. Signed-off-by: Victor Lomuller <[email protected]>
This reverts commit a4f4fa9. Signed-off-by: Victor Lomuller <[email protected]>
b1ffe4a
to
a45ca0a
Compare
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 think we should submit this patch to the community.
@Naghasan, could you do that, please?
This specifies the right operand types for GetKernelWorkGroupSize, GetKernelPreferredWorkGroupSizeMultiple, GetKernelNDrangeMaxSubGroupSize, and GetKernelNDrangeSubGroupCount to fix a function signature mismatch bug on reverse translation. Original commit: KhronosGroup/SPIRV-LLVM-Translator@f0366a6
The NVPTX backend supports half and handle the insertion of conversion operations when required.
Resolves #1799
Signed-off-by: Victor Lomuller [email protected]