Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
1692 Discussions

Parallel Process using both hardware and software

blackandblack
Beginner
127 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
Black Belt
127 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.
Reply