-
Notifications
You must be signed in to change notification settings - Fork 752
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][Matrix] Add matrix combinations 16x16x16 and 32x64x16 bfloat16 for PVC #12026
Conversation
@@ -763,6 +763,10 @@ struct get_device_info_impl< | |||
matrix_type::fp32, matrix_type::fp32}, | |||
{8, 0, 0, 0, 16, 16, matrix_type::bf16, matrix_type::bf16, | |||
matrix_type::fp32, matrix_type::fp32}, | |||
{0, 0, 0, 16, 16, 16, matrix_type::bf16, matrix_type::bf16, |
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.
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.
done
@@ -763,6 +763,10 @@ struct get_device_info_impl< | |||
matrix_type::fp32, matrix_type::fp32}, | |||
{8, 0, 0, 0, 16, 16, matrix_type::bf16, matrix_type::bf16, | |||
matrix_type::fp32, matrix_type::fp32}, | |||
{0, 0, 0, 16, 16, 16, matrix_type::bf16, matrix_type::bf16, | |||
matrix_type::fp32, matrix_type::fp32}, |
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 also update the spec
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.
done
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
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.
spec changes LGTM.
@intel/llvm-gatekeepers, all green, please merge |
No description provided.