Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 376 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 376 Bytes

Fetch submodules

git submodule init 
git submodule update
source libs/download-upmem.sh

ENV

source ENV

Run

python run.py [BENCHMARK] [MODEL] --args [PROGRAM ARGS] --build_cmd [BUILD COMMAND]
python visual.py

An example command:

python run.py daxby legion-pim --args "-ll:num_dpus 32 -b 32" --build_cmd "make -j"