Skip to content

Commit

Permalink
Update quickstart.md
Browse files Browse the repository at this point in the history
fix a broken link
  • Loading branch information
hwu36 authored Nov 11, 2021
1 parent a3bcc69 commit 6fc5008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 6fc5008

Please sign in to comment.