From 74eb7805ac44b04532ec2f8f5e31a53a6293807a Mon Sep 17 00:00:00 2001 From: swayaminsync Date: Sat, 22 Nov 2025 14:50:57 +0000 Subject: [PATCH] file not exits --- media/docs/cpp/quickstart.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media/docs/cpp/quickstart.md b/media/docs/cpp/quickstart.md index 388d275172..dbbd99dbff 100644 --- a/media/docs/cpp/quickstart.md +++ b/media/docs/cpp/quickstart.md @@ -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++