mirror of
https://github.com/amd/blis.git
synced 2026-04-20 15:48:50 +00:00
Minor doc fixes to previous commit.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user