Open main menu

CDOT Wiki β

Changes

GPU621/Group 3

1 byte added, 18:59, 9 April 2023
Optimizing Image Processing using Intel's Data Analytics Library for Parallel computing and Vectorization
'''OpenMP Implementation'''
 
OpenMP provides extremely simple implementation, especially the process which we are using in our code. In this process we were able to simply use a ''#pragma parallel for'' declaration for the OpenMP API to parallelize the process. With this we saw at the operations being performed at a quarter of the time it took the serial version of these processes.
72
edits