arcana-lab / nas_automp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Framework for OMP + NOELLE

Files:
download.sh - Clones the automp frontend from github and noelle+OMP branch from peroni

setup.sh - Builds AutoMP then builds noelle+OMP then patches to remove instcombine

# For generating new bitcode (Class C)
src/brian/scripts/bitcode.sh - compiles .ll files and moves them into benchmark dir (CLASS C) NOTE: expect automp in PATH
export PATH=path/to/nas_automp/openmp/llvm/install/bin:$PATH
cd src/brian
./scripts/bitcode.sh

# For existing bitcode (class B):
bitcode/copy_bitcode.sh - copies existing CLASS B bitcode to benchmark dir
cd bitcode
./copy_bitcode.sh



About


Languages

Language:LLVM 85.4%Language:C 14.1%Language:Shell 0.4%Language:Makefile 0.1%Language:Roff 0.0%Language:Modula-3 0.0%Language:SourcePawn 0.0%