Update quickstart.md (#704)

* Update quickstart.md

* Update doxygen_mainpage.md

* Update doxygen_mainpage.md

* Update terminology.md
This commit is contained in:
tpoisonooo
2022-11-30 10:43:03 +08:00
committed by GitHub
parent c975e2ccbb
commit 8567b87d65
3 changed files with 3 additions and 3 deletions

View File

@ -347,7 +347,7 @@ Note, the above could be simplified as follows using helper methods defined in `
# CUTLASS Library
The [CUTLASS Library](./tools/library) defines an API for managing and executing collections of compiled
The [CUTLASS Library](../../tools/library) defines an API for managing and executing collections of compiled
kernel instances and launching them from host code without template instantiations in client code.
The host-side launch API is designed to be analogous to BLAS implementations for convenience, though its