X Tutup
The Wayback Machine - https://web.archive.org/web/20220922203353/https://github.com/IntelLabs/LLMLNCL/
Skip to content

IntelLabs/LLMLNCL

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Intel(R) Low Latency Multi Link Network Coding Library

Building LLMLNCL

  • 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 instal from: https://github.com/intel/isa-l.git

Running LLMLNCL test

  • You'll need root to run LLMLNCL test

  • Simply run 'make' or 'make check'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
X Tutup