-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][Doc][Joint matrix] Joint matrix tf32 type spec restructuring #12276
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
@gmlueck, I addressed your feedback in the syclos PR so we can have a clean version with just tf32 here. |
Gentle ping for @gmlueck:
It will be good to merge this version here so we can add the other types in xmain. |
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.
Thanks for the reminder and sorry for the delay. I think this looks good, but I have a comment about the examples below.
sycl/doc/extensions/experimental/sycl_ext_matrix/sycl_ext_oneapi_matrix.asciidoc
Show resolved
Hide resolved
bits of the value into the joint matrix or if it only writes the | ||
relevant 19 bits. | ||
==== copy | ||
The template parameters `T1` and `T2` must use the abstract type. |
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.
After looking at your example, I think this wording could be improved. Note that the example shows a case when T2
is not an abstract type. Instead, I'd say it this way:
There is no special constraint for the
joint_matrix_copy
function. The template parametersT1
andT2
correspond to the element types of thesrc
anddest
matrices.
@intel/llvm-gatekeepers, all green, please merge. |
@dkhaldi please add tags to the PR title before merging |
+ specify the title, e.g. what spec, etc |
No description provided.