summaryrefslogtreecommitdiffstats
path: root/Whisper/Utils/DelayExecution.cpp
Commit message (Collapse)AuthorAge
* Experimental, alternative busy wait implementationKonstantin2023-01-21
Disabled with a `constexpr` flag because on a desktop with discrete GPU this slowed down by about 20%. But the CPU load is about zero. Need to test on iGPUs, thermal shenanigans might make a difference there.