Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions media/docs/cpp/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -659,9 +659,7 @@ $ cmake .. -DCUTLASS_NVCC_ARCHS='70;75;80' -DCUTLASS_LIBRARY_KERNELS=tensorop*s*

## Instantiating a Blackwell SM100 GEMM kernel

Blackwell SM100 kernels are instantiated very similarly to Hopper kernels. Let us start with an
[FP8 GEMM without blockscaling](https://github.com/NVIDIA/cutlass/tree/main/test/unit/gemm/device/sm100_gemm_f8_f8_f8_tensor_op_s32_batch_alpha_beta.cu)
as an example.
Blackwell SM100 kernels are instantiated very similarly to Hopper kernels. Let us start with an FP8 GEMM without blockscaling as an example.

The kernel starts with setting up datatypes and cluster shapes.
```c++
Expand Down