-
Notifications
You must be signed in to change notification settings - Fork 99
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
[Experimental] Support on arbitrary M & K for siwzzle-A #1521
base: stable3
Are you sure you want to change the base?
Conversation
95c2450
to
3f3ebf6
Compare
9a33657
to
75f5cdf
Compare
63114c7
to
d21a7e6
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.
Could you add some odd size test items into gtest?
library/include/hipblaslt.h
Outdated
* Note that for this order, the number of columns(rows) of the tensor has to be multiple of 16(32) or | ||
* pre-padded to 16(32). | ||
*/ | ||
HIPBLASLT_ORDER_COL16_4R8 = 2 |
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.
Shift the num to a larger value for hipblaslt specific enum type
ex: HIPBLASLT_MATMUL_DESC_COMPUTE_INPUT_TYPE_A_EXT = 100,
28b5c44
to
d77b0b4
Compare
Implemented