hemi icon indicating copy to clipboard operation
hemi copied to clipboard

(feat req) OpenMP acceleration in parallel_for

Open crusaderky opened this issue 8 years ago • 2 comments

It would be great if, when CUDA is disabled, hemi::paralell_for ran on all available CPUs. I tried adding a simple #pragma omp for myself, but for some reason OpenMP refused to cooperate...

crusaderky avatar Dec 05 '15 13:12 crusaderky

I agree. I would like to look at this in the future if somebody doesn't get to it before me.

harrism avatar Dec 22 '15 23:12 harrism

does this meet the requirement?

https://github.com/louietsai/hemi/commit/216f912d87f72f13ca8d7463ce21b275a634a452

nitro44x avatar Dec 16 '19 03:12 nitro44x