Minor doc fixes to previous commit.

This commit is contained in:
Field G. Van Zee
2018-07-28 16:30:56 -05:00
parent b8c7574f84
commit 89c8806e3a
3 changed files with 4 additions and 4 deletions

View File

@@ -164,8 +164,8 @@ A more detailed walkthrough of the build system can be found in our
[Build System](docs/BuildSystem.md) guide.
We provide comprehensive documentation on BLIS's two primarily APIs:
the [BLIS Object API](docs/BLISTypedAPI.md) and
the [BLIS Typed API](docs/BLISTypedAPI.md).
the [object API](docs/BLISTypedAPI.md) and
the [typed API](docs/BLISTypedAPI.md).
These documents provide brief descriptions of each operation interface as
well as some more general information needed when developing an application
with BLIS.

View File

@@ -186,7 +186,7 @@ When calling one of the expert interfaces, a `rntm_t` (runtime) object can be us
Notice that runtime objects have no analogue in most BLAS libraries, where you are forced to specify parallelism at a global level (usually via environment variables).
For more information on using `rntm_t` objects, please read the [Multithreading](docs/Multithreading.md) documentation.
For more information on using `rntm_t` objects, please read the [Multithreading](Multithreading.md) documentation.
## BLIS header file

View File

@@ -138,7 +138,7 @@ When calling one of the expert interfaces, a `rntm_t` (runtime) object can be us
Notice that runtime objects have no analogue in most BLAS libraries, where you are forced to specify parallelism at a global level (usually via environment variables).
For more information on using `rntm_t` objects, please read the [Multithreading](docs/Multithreading.md) documentation.
For more information on using `rntm_t` objects, please read the [Multithreading](Multithreading.md) documentation.
## BLIS header file