Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

Parallel Process using both hardware and software

blackandblack
Beginner
220 Views
I want to parallise my image processing technique using both hardware and software at same moment...

can any one tell me any ideas...

My algorithms is CALIC algorithm
0 Kudos
1 Reply
TimP
Honored Contributor III
220 Views
Quoting - blackandblack
I want to parallise my image processing technique using both hardware and software at same moment...

can any one tell me any ideas...

My algorithms is CALIC algorithm
Try Intel Parallel Studio
If performance is a goal, before using Parallel Studio, clean up the warnings, use a profiling tool such as Intel VTune or CodeAnalyst to find the hot loops, look for possibility to vectorize them.
0 Kudos
Reply