RAR3 Kernels: Improved loop code, improving performance by 23%

This commit is contained in:
Jens Steube
2020-09-10 21:25:19 +02:00
parent 3cd7b1565b
commit 357742d70a
4 changed files with 657 additions and 109 deletions

View File

@@ -32,6 +32,7 @@
- CUDA Backend: Give detailed warning if either the NVIDIA CUDA or the NVIDIA RTC library cannot be initialized
- CUDA Backend: Do not warn about missing CUDA SDK installation if --backend-ignore-cuda is used
- CUDA Backend: Use blocking events to avoid 100% CPU core usage (per GPU)
- RAR3 Kernels: Improved loop code, improving performance by 23%
- Startup time: Improved the startup time by avoiding some time intensive operations for skipped devices
##