-
Notifications
You must be signed in to change notification settings - Fork 761
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] Add support for bfloat16 conversion #4213
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.
LGTM
The spec draft is available at #4237 |
Spec: intel/llvm#4237 Implementation: intel/llvm#4213 Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
dc84b26
to
5f70d02
Compare
5f70d02
to
486ec26
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!
E2E test: intel/llvm-test-suite#390 |
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 <alexey.sotkin@intel.com>
- 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 <alexey.sotkin@intel.com>
Signed-off-by: Alexey Sotkin <alexey.sotkin@intel.com>
Signed-off-by: Alexey Sotkin <alexey.sotkin@intel.com>
Also fixing coding style in the test. Signed-off-by: Alexey Sotkin <alexey.sotkin@intel.com>
Co-authored-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
Adding quotes to the exception message. Co-authored-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
Also reorder member functions and improve the test. Signed-off-by: Alexey Sotkin <alexey.sotkin@intel.com>
Signed-off-by: Alexey Sotkin <alexey.sotkin@intel.com>
Signed-off-by: Alexey Sotkin <alexey.sotkin@intel.com>
4e9ef28
to
be8a7e7
Compare
I think we can replace it during squash. |
But would @bader notice such commit in a query to merge? |
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 |
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 <dmitry.sidorov@intel.com>
Spec: intel#4237 Implementation: intel#4213 Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
Signed-off-by: Alexey Sotkin alexey.sotkin@intel.com