romeric / irreg-simd

Artifact of paper "Exploiting Recent SIMD Architectural Advances for Irregular Applications"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes on data preparation:

Option 1:

One time execution and build the input for all applications, run data-preparation.sh

Option 2:

We have splitted the data-preparation.sh into different scripts, one for each application subset:

data-preparation-irregular.sh: for generating and transforming inputs for irregular reductions, including Moldyn and Euler.

data-preparation-graph.sh: for generating and transforming inputs for graph applications, including PageRank and SSSP.

data-preparation-spmm.sh: for downloading inputs for SpMM, including float and double executions.

For other information including how to run the applications, please refer to EXECUTION_INSTRUCTION.pdf.

Contact the author (lcchen008@gmail.com) if you have further questions.

About

Artifact of paper "Exploiting Recent SIMD Architectural Advances for Irregular Applications"


Languages

Language:C++ 63.0%Language:C 28.0%Language:Shell 7.7%Language:Makefile 0.9%Language:Python 0.4%