Back to Cutlass

Tutorials

media/docs/operators/tutorials/index.rst

4.6.0706 B
Original Source

.. _operators_tutorials:

Tutorials

Guided notebooks that walk through using the CUTLASS Operator API on concrete examples. The same notebooks are runnable from operators/examples/ <https://github.com/NVIDIA/cutlass/blob/main/operators/examples/>__ on GitHub.

.. toctree:: :maxdepth: 1

Core concepts and basic GEMM <000_gemm> GEMM with fused epilogue <001_gemm_with_fused_epilogue> Bringing your own kernel <002_bring_your_own_kernel> Host latency best practices <003_host_latency_best_practices> Fake tensors for compilation <004_fake_tensors> Grouped GEMM with contiguous offset <005_grouped_gemm_contiguous_offset> Block-scaled GEMM (MXFP8) <006_block_scaled_gemm>