Skip to content

Commit

Permalink
Fix typo in quickstart.md (NVIDIA#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
FedyuninV authored Dec 7, 2023
1 parent 9c9b51d commit f188f9b
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 @@ -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.
Expand Down

0 comments on commit f188f9b

Please sign in to comment.