nakatamaho / sdpa-binary128

Binary128 (aka quadruple precision) version of SDPA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sdpa-binary128

how to build

I verified build on Ubuntu 20.04

rm -rf sdpa-binary128
git clone https://github.com/nakatamaho/sdpa-binary128.git
cd sdpa-binary128
aclocal ; autoconf ; automake --add-missing
autoreconf --force --install
./configure --enable-openmp=yes --enable-shared=yes
make -j4

About

Binary128 (aka quadruple precision) version of SDPA

License:GNU General Public License v2.0


Languages

Language:C++ 95.6%Language:C 2.5%Language:M4 1.3%Language:Makefile 0.4%Language:Shell 0.2%