-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL][Matrix] Move joint_matrix's implementation to experimental::ma… #3584
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
b1a34a2
to
fd14f72
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
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.
Still 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.
Put on hold to let Kevin and Dounia review.
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.
Why are there changes other than the specific namespace changes in this PR?
Are you referring to the folder name change? Should we create two separate PRs for each of the changes? |
eh, @alexbatashev suggested that we use enable_if_t in his comments. I am ok if we change it back or keep code there. @kbsmith-intel |
@@ -179,8 +180,8 @@ template <typename Group, typename T, size_t NumRows, size_t NumCols, | |||
matrix_layout Layout> | |||
struct joint_matrix< | |||
Group, T, NumRows, NumCols, Layout, | |||
typename std::enable_if<(NumRows <= tile_size) && |
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.
Why are these changes part of this PR? My understanding was this PR was for namespace and file-name changes specifically.
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.
Eh, @alexbatashev suggested that we use enable_if_t in his comments. I am ok if we change it back or keep code there.
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 that should be handled in a separate PR. While I agree that is an improvement, it is not part of fixing the namespace and file-name issues.
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.
OK, I will move it into another new PR to handle it.
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'm ok with committing as a separate PR as well
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.
LGTM
ping @bader |
…trix namespace