GitXplorerGitXplorer
d

libra

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
c969d3e6b451743c2eca47c8398b0891a0a4a588

libra v1.0

nnetsys-project committed 3 years ago
Unverified
5b6d8a37cd1d7a3543fe9783974e80b6fc2a9599

libra v1.0

nnetsys-project committed 3 years ago

README

The README file for this repository.

libra

Libra: A Building Block for In-network acceleration of Distributed Sparse Deep Learning

PS-Lite + lwip

Installation

  1. Compile and install DPDK (17.11.10)
tar xvf dpdk-17.11.10.tar.xz
cd dpdk-stable-17.11.10
make install T=x86_64-native-linuxapp-gcc EXTRA_CFLAGS="-fPIC"
  1. Compile and install libzmq + lwip
cd libzmq-4.2.3
mkdir build
cd build
cmake ..
make install
  1. Build PS-Lite
mkdir build
cd build
cmake ..
make

2020.1.28