diff options
author | William PC <w_calandrini[at]hotmail[dot]com> | 2022-09-30 23:11:37 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-01 09:01:16 +0700 |
commit | d1301168987ead4227c523b9dd837ff581f09120 (patch) | |
tree | a0bc7de4e7917783578ebe1812fd3d89308e8197 /libraries/blis/README | |
parent | e3ef3470f54a26e24cf26a5c0a346ce9cbe9b73f (diff) |
libraries/blis: Added (BLAS-like dense linear algebra libraries)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/blis/README')
-rw-r--r-- | libraries/blis/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/blis/README b/libraries/blis/README new file mode 100644 index 0000000000..79c76866d8 --- /dev/null +++ b/libraries/blis/README @@ -0,0 +1,10 @@ + BLIS is a portable software framework for instantiating +high-performance BLAS-like dense linear algebra libraries. +The framework was designed to isolate essential kernels of computation +that, when optimized, immediately enable optimized implementations of +most of its commonly used and computationally intensive operations. +BLIS is written in ISO C99 and available under a new/modified/3-clause +BSD license. While BLIS exports a new BLAS-like API, it also includes +a BLAS compatibility layer which gives application developers access +to BLIS implementations via traditional BLAS routine calls. +An object-based API unique to BLIS is also available. |