Update layout.md

This commit is contained in:
Haicheng Wu 2023-05-17 20:12:58 -04:00 committed by GitHub
parent b97404837e
commit 6fbc0d3380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
Note: This document talks about CUTLASS 2.x layout tag types. Note: This document talks about CUTLASS 2.x layout tag types.
CUTLASS 3.0 deprecates all legacy 2.x layout tags in favour of a single `cute::Layout<Shape, Stride>` CUTLASS 3.0 deprecates all legacy 2.x layout tags in favour of a single `cute::Layout<Shape, Stride>`
vocabulary type for all thread and data tensors. Please refer to the vocabulary type for all thread and data tensors. Please refer to the
[documentation for cute layouts](media/docs/cute/01_layout.md) for more details about CUTLASS 3.0's definition of "layout". [documentation for cute layouts](cute/01_layout.md) for more details about CUTLASS 3.0's definition of "layout".
# Layouts and Tensors # Layouts and Tensors