Closed stevenweaver closed 1 year ago
A good starting point would be to search for parts of the code that have already been parallelized. For example, searching omp parallel, and investigating whether the use of OpenCL may result in faster computation.
omp parallel
A good starting point would be to search for parts of the code that have already been parallelized. For example, searching
omp parallel
, and investigating whether the use of OpenCL may result in faster computation.