Skip to main content
deleted 41 characters in body; edited title
Source Link
Jamal
  • 35.2k
  • 13
  • 134
  • 238

Vectorized and Multi Threaded Image Convolution - How to Increase Performance

I created a code for Image Convolution.
The The code is in my Image Convolution GitHub Repository.

The code is straight forwarda straightforward implementation using SSE Intrinsics for Vectorization and OpenMP for Multi Threading. It It is also portable (Compiles both on GCC and MSVC) and written in pure C.

Any assistance will appreciated.

Vectorized and Multi Threaded Image Convolution - How to Increase Performance

I created a code for Image Convolution.
The code is in my Image Convolution GitHub Repository.

The code is straight forward implementation using SSE Intrinsics for Vectorization and OpenMP for Multi Threading. It is also portable (Compiles both on GCC and MSVC) and written in pure C.

Any assistance will appreciated.

Vectorized and Multi Threaded Image Convolution

I created code for Image Convolution. The code is in my Image Convolution GitHub Repository.

The code is a straightforward implementation using SSE Intrinsics for Vectorization and OpenMP for Multi Threading. It is also portable (Compiles both on GCC and MSVC) and written in pure C.

Tweeted twitter.com/StackCodeReview/status/894296607864352772
edited tags
Link
Royi
  • 582
  • 6
  • 21
edited tags
Link
Incomputable
  • 9.7k
  • 3
  • 34
  • 73
Source Link
Royi
  • 582
  • 6
  • 21
Loading