-
Notifications
You must be signed in to change notification settings - Fork 802
[SYCL] Add support for bfloat16 conversion #4213
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
Conversation
cperkinsintel
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.
LGTM
|
The spec draft is available at #4237 |
Spec: intel/llvm#4237 Implementation: intel/llvm#4213 Signed-off-by: Dmitry Sidorov <[email protected]>
dc84b26 to
5f70d02
Compare
5f70d02 to
486ec26
Compare
MrSidims
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.
LGTM, thanks!
|
E2E test: intel/llvm-test-suite#390 |
MrSidims
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.
Overall LGTM. Please replace [WIP] with [SYCL]
Signed-off-by: Alexey Sotkin <[email protected]>
- Apply clang-format.patch - Remove non-const members - Add default constructors and destructor - Add [[sycl_detail::uses_aspects(ext_intel_bf16_conversion)]] attribute to the class declaration Signed-off-by: Alexey Sotkin <[email protected]>
Signed-off-by: Alexey Sotkin <[email protected]>
Signed-off-by: Alexey Sotkin <[email protected]>
Also fixing coding style in the test. Signed-off-by: Alexey Sotkin <[email protected]>
Co-authored-by: Dmitry Sidorov <[email protected]>
Adding quotes to the exception message. Co-authored-by: Dmitry Sidorov <[email protected]>
Also reorder member functions and improve the test. Signed-off-by: Alexey Sotkin <[email protected]>
Signed-off-by: Alexey Sotkin <[email protected]>
Signed-off-by: Alexey Sotkin <[email protected]>
4e9ef28 to
be8a7e7
Compare
I think we can replace it during squash. |
But would @bader notice such commit in a query to merge? |
MrSidims
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.
LGTM
I have updated the PR title |
cperkinsintel
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.
LGTM
Spec: intel/llvm#4237 Implementation: intel/llvm#4213 Signed-off-by: Dmitry Sidorov <[email protected]>
Spec: intel#4237 Implementation: intel#4213 Signed-off-by: Dmitry Sidorov <[email protected]>
Signed-off-by: Alexey Sotkin [email protected]