-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[QST] could you please help me understand how right_inverse work? #1355
Comments
@ccecka you might be the right person who can help me? |
This issue has been labeled |
It is about finding an |
+1 |
This issue has been labeled |
What is your question?
I am trying to understand how the right_inverse works in the cute.
For example, https://github.com/NVIDIA/cutlass/blob/main/test/python/pycute/test_right_inverse.py#L88
The given input is
Layout((2,4,6),(4,1,8))
, I just couldn't figure out why the output is(4, 2, 6):(2, 1, 8)
.Any help is appreciated!
The text was updated successfully, but these errors were encountered: