Comment by marmaduke
That’s what I was wondering. Iiuc openmp uses work stealing and the spice readme talks about the inefficiency of that:
https://github.com/judofyr/spice?tab=readme-ov-file#work-ste...
so I’d be interested in seeing a benchmark.
That’s what I was wondering. Iiuc openmp uses work stealing and the spice readme talks about the inefficiency of that:
https://github.com/judofyr/spice?tab=readme-ov-file#work-ste...
so I’d be interested in seeing a benchmark.
Does OpenMP support work stealing? https://stackoverflow.com/a/36407220
Answer: it's just an interface.
Other implementations go as far as targetting GPU https://www.openmp.org/updates/openmp-accelerator-support-gp...
Could you implement OpenMP using Spice/Chili? Good question?