Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SYSU Architeture Final Project

This is a simple implementation of SYSU Architeture final project, it use architechture technique to accelerate image processing, especially data level parallism technique(eg. SIMD, OpenMP).Please see the report for more details.

Installation

you need to check that your host support AVX2 and SSE4.1, then

$ sudo apt-get install -y g++ libomp-dev

do the test

$ ./runOmpCode.sh before_optimize
$ ./runOmpCode.sh after_optimize

or debug with vscode
or run it in the github codespace

About

accelerate image processing with hardware

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages