Go to file
Zhang Xianyi 5008870893 Add CPU auto-detecting feature. 2015-04-21 14:26:39 -05:00
cmake Add CPU auto-detecting feature. 2015-04-21 14:26:39 -05:00
driver Add fake smp server. 2015-01-08 14:24:26 +08:00
include Add test for real number pow functions. 2015-04-17 08:31:35 -05:00
interface Add tanh for real numbers. 2015-01-08 14:56:38 +08:00
kernel Add Sandy Bridge kernel config file. 2015-04-21 14:07:39 -05:00
reference Add test for real number exp and tanh functions. 2015-04-17 08:48:59 -05:00
test Change the display of time. 2015-04-21 11:22:02 -05:00
.gitignore rewrite add and sub for generic. 2015-01-07 17:35:37 +08:00
CMakeLists.txt Add CPU auto-detecting feature. 2015-04-21 14:26:39 -05:00
LICENSE BSD-2 Clause. 2015-01-08 01:00:17 +08:00
README.md Update the doc for building library. 2015-01-08 17:15:02 +08:00

README.md

OpenVML

OpenVML is an open soruce vector math library.

Compile

cd /your/build
cmake /path/to/OpenVML
make
make install

Status

Ongoing work