llvm
llvm copied to clipboard
[SYCL] Throttled Wait extension, proposal and implementation
This PR proposes a new extension for a wait
that sleeps rather than running CPU full tilt, as has been requested for IoT and similar applications.
Because it is fairly trivial, I am including an implementation.