Skip to content

StijnBrugman/convolution_kernel

Repository files navigation

Convolution Kernal on 2D matrix

Details

  • Kernal size: 3x3
  • Matrix size: 80x300

Implementation steps

  • Load distance_vector data from file
  • Run average execution time
  • Improve functionality with GPU
  • Quantify performance

Running the software

$ ./run.sh 0

Flags

A flag can be added to specify the mode in the bash file Naive

$ ./run.sh 0

Optimized

$ ./run.sh 1

flags:

  • -O3 : -Ofast | Speeds up the program signifanctly
  • -g | Debug mode

Useful sources

Contact

For more information about the project, you can contact Stijn Brugman (s.r.d.brugman@student.utwente.nl).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published