From f188f9b709c01aa351ba768a560d31ee9f78e91e Mon Sep 17 00:00:00 2001 From: Valeriy Fedyunin Date: Thu, 7 Dec 2023 15:49:52 +0100 Subject: [PATCH] Fix typo in quickstart.md (#1257) --- 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 45122bee..d07fadb3 100644 --- a/media/docs/quickstart.md +++ b/media/docs/quickstart.md @@ -33,7 +33,7 @@ executing the following CMake command in an empty `build/` directory. $ cmake .. -DCUTLASS_NVCC_ARCHS=90a -DCUTLASS_ENABLE_TESTS=OFF -DCUTLASS_UNITY_BUILD_ENABLED=ON ``` -This reduces overall compilation time by excluding unit tests and enabling the unit build. +This reduces overall compilation time by excluding unit tests and enabling the unity build. You may reduce build times by compiling only certain operations by setting the `CUTLASS_LIBRARY_OPERATIONS` flag as shown below, executed from an empty `build/` directory. This only compiles 2-D convolution kernels.