jakedevtec

Results 1 issues of jakedevtec

**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...

question