From 6fc5008803fe4e81b81a836fcd3a88258f4e5bbf Mon Sep 17 00:00:00 2001 From: Haicheng Wu <57973641+hwu36@users.noreply.github.com> Date: Thu, 11 Nov 2021 09:53:46 -0500 Subject: [PATCH] Update quickstart.md fix a broken link --- media/docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/docs/quickstart.md b/media/docs/quickstart.md index 3378f32f..c7a9a2d2 100644 --- a/media/docs/quickstart.md +++ b/media/docs/quickstart.md @@ -47,7 +47,7 @@ You may also filter kernels by name by supplying a filter string with flag `CUTL ```bash $ cmake .. -DCUTLASS_NVCC_ARCHS=80 -DCUTLASS_LIBRARY_KERNELS=s16816gemm,s16816fprop*128x128 ``` -See more examples on selectively compiling CUTLASS GEMM and convolution kernels [here](media/docs/quickstart.md#example-cmake-commands). +See more examples on selectively compiling CUTLASS GEMM and convolution kernels [here](quickstart.md#example-cmake-commands). You may explicitly exclude cuBLAS and cuDNN as dependencies with the following CMake flags. - `-DCUTLASS_ENABLE_CUBLAS=OFF`