This project will no longer be maintained by Intel.
Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.
Intel no longer accepts patches to this project.
If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the open source software community, please create your own fork of this project.
-
Make: GNU 'make'
-
Compiler: gcc or clang.
-
Library dependencies: pthread and isa-l
If missing
sudo apt-get install pthread
sudo apt-get install libisal2
sudo apt-get install libisal-dev
If there is no libisal2 for your Linux - download, build and install from: https://github.com/intel/isa-l.git
- make
-
You'll need root to run LLMLNCL test
-
Simply run 'make' or 'make check'
-
Compiler: Microsoft or Intel compiler for Windows
-
Library dependencies: isa-l
-
Download, build and install isa-l into LLMLNCL root folder or some other folder from: https://github.com/intel/isa-l.git
-
set REPO to the folder with isa-l if it is not LLMLNCL root folder
-
compile.bat
-
Make sure isa-l dynamic library is in the library path or root folder
-
run.bat
-
3 tets (should run around 1 minute) should print "Test passed"