Skip to content

VinayVasista/PolyMage_Benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PolyMage Benchmarks

All seven benchmarks are in the apps/ dir. For any of the benchmarks, say camera-pipe/

camera-pipe.so refers to the fully optimized Polymage code.
camera-pipe-naive.so refers to the base code (naive C code parallelized and vectorized) and corresponds to PolyMage (base+vec) from the paper.

$ make camera-pipe

will build and run the optimized PolyMage code

$ make camera-pipe-naive

will build and run the base code.

$ make graph

will generate a PNG file with the pipeline diagram.

For the video demos, please see video_demo/README.txt

About

Benchmark and video demo codes of PolyMage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors