mirror of
https://github.com/NVIDIA/cutlass.git
synced 2026-04-19 22:38:56 +00:00
v3.9 (#2185)
* v3.8 update x * fix blackwell gg * doc change * doc change * doc change --------- Co-authored-by: yuzhai <yuzhai@nvidia.com> Co-authored-by: Haicheng Wu <haichengw@nvidia.com> Co-authored-by: Haicheng Wu <57973641+hwu36@users.noreply.github.com>
This commit is contained in:
@@ -199,6 +199,15 @@ class TestComposition(unittest.TestCase):
|
||||
layoutB = Layout((4,2,2), (2,8,1))
|
||||
self.helper_test_composition(layoutA, layoutB)
|
||||
|
||||
# Pre-coalesced LHS
|
||||
layoutA = Layout((4,6,8),(1,4,7))
|
||||
layoutB = Layout((6),(1))
|
||||
self.helper_test_composition(layoutA, layoutB)
|
||||
|
||||
# Mid-layout truncation
|
||||
layoutA = Layout((4,6,8,10),(2,3,5,7))
|
||||
layoutB = Layout(6,12)
|
||||
self.helper_test_composition(layoutA, layoutB)
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user