polymer icon indicating copy to clipboard operation
polymer copied to clipboard

Compiled Polybench code

Open kumasento opened this issue 4 years ago • 0 comments

SMALL refers to the dataset size.

SMALL.O0: without Polymer

SMALL.O0.tar.gz

SMALL.O1: with Polymer

SMALL.O1.tar.gz

Compilation command:

cd example/polybench
./compile -f SMALL -O0
./compile -f SMALL -O1

You can find SMALL.O0 and SMALL.O1 under example/polybench/tmp.

kumasento avatar Jan 14 '21 20:01 kumasento