-
Notifications
You must be signed in to change notification settings - Fork 93
[PTX] Added support for stmatrix migration #2801
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
base: SYCLomatic
Are you sure you want to change the base?
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
@@ -2055,6 +2055,102 @@ class joint_matrix { | |||
matrix_accessor x; | |||
const size_t num_elements; | |||
}; | |||
|
|||
/// Stores 1 8x8 b16 matrix from local memory to shared memory (32-bits per wi) |
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 use sycl language in the comments
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
fc449f7
to
f54f090
Compare
f54f090
to
d37eade
Compare
This PR adds support for the migration of stmatrix PTX ASM API