Files
cutlass/examples
Liang 3c28697b9f Groupwise scaling along M for FP8 gemm (#2037)
* FP8 groupwise scaling along M

* small updates

---------

Co-authored-by: zl <zl@deepseek.com>
Co-authored-by: Haicheng Wu <haichengw@nvidia.com>
2025-01-31 13:51:28 -05:00
..
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2025-01-18 09:53:07 -05:00
2024-01-16 13:42:51 -05:00
2025-01-25 02:44:06 -05:00
2025-01-25 02:44:06 -05:00

CUTLASS - Programming Examples

CuTe - Programming Examples

Examples that do not rely on CUTLASS and directly showcase the features of CuTe are located in cutlass/examples/cute.

Additionally, CuTe's core layout and layout algebra have their own test cases within cutlass/test/unit/cute/core/ that users might find useful as examples of CuTe.

Python Interface Examples

Examples leveraging CUTLASS's Python interface are located in cutlass/examples/python.