Fix typo.

This commit is contained in:
v1j4y 2021-10-05 09:10:22 +02:00
parent f8c3740897
commit 9046dc8702

View File

@ -273,8 +273,8 @@ trexio_exit_code trexio_[has/read/write]_<group>_<attribute>
Easy to read, understand, modify for scientists, not necessarily efficient. Easy to read, understand, modify for scientists, not necessarily efficient.
2. *High performance libraries* \\ 2. *High performance libraries* \\
Efficient on a given architecture, but not necessarily Efficient on a given architecture, but not necessarily
readable by physicists/chemists. \\ readable by physicists/chemists. \\
Performance within 10\% to maximize portability and simplicity. Performance within 10\% to maximize portability and simplicity.
- Both /Documentation/ and /High performance/ have the same API - Both /Documentation/ and /High performance/ have the same API
(similar to BLAS on netlib /vs/ MKL). (similar to BLAS on netlib /vs/ MKL).
@ -434,7 +434,7 @@ digraph G {
- Matrices are stored in tiled format $\Longrightarrow$ task-based - Matrices are stored in tiled format $\Longrightarrow$ task-based
linear algebra interleaved computation of multiple kernels linear algebra interleaved computation of multiple kernels
- Increase parallelism by agregating multiple independent walkers - Increase parallelism by aggregating multiple independent walkers
in matrices in matrices
- Needs fast linear algebra kernels for small matrices - Needs fast linear algebra kernels for small matrices