mirror of
https://github.com/amd/blis.git
synced 2026-05-13 10:35:38 +00:00
conflicts merge for bli_kernel.h
Change-Id: I15d846bd34e11f86ebfd7ed091ff671a1f3366a0
This commit is contained in:
15
README.md
15
README.md
@@ -7,16 +7,17 @@ Introduction
|
||||
------------
|
||||
|
||||
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
|
||||
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](http://en.wikipedia.org/wiki/C99) and available under a
|
||||
[new/modified/3-clause BSD
|
||||
license](http://opensource.org/licenses/BSD-3-Clause). 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](http://www.netlib.org/lapack/lug/node145.html).
|
||||
[new BLAS-like API](https://github.com/flame/blis/wiki/BLISAPIQuickReference),
|
||||
it also includes a BLAS compatibility layer which gives application developers
|
||||
access to BLIS implementations via traditional [BLAS routine
|
||||
calls](http://www.netlib.org/lapack/lug/node145.html).
|
||||
|
||||
For a thorough presentation of our framework, please read our recently accepted
|
||||
journal article, ["BLIS: A Framework for Rapidly Instantiating BLAS
|
||||
|
||||
Reference in New Issue
Block a user