summaryrefslogtreecommitdiffstats
path: root/Whisper/Utils
Commit message (Collapse)AuthorAge
* Minor, micro-optimizationKonstantin2023-01-23
|
* Minor, micro-optimizationKonstantin2023-01-23
|
* 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.
* Bugfix: when processing files, “Run” CPU block was erroneously measured ↵Konstantin2023-01-16
| | | | twice
* Bugfix, failed C++ with the lack of move constructor in the CPU profiler ↵Konstantin2023-01-16
| | | | RAII class
* Source codesKonstantin2023-01-16