CUDA Backend: Use blocking events to avoid 100% CPU core usage (per GPU)

This commit is contained in:
Jens Steube
2020-08-31 13:35:57 +02:00
parent fb448b6eb6
commit 6a419d068c
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -27,6 +27,7 @@
##
- Apple Keychain: Notify the user about the risk of collisions / false positives
- CUDA Backend: Use blocking events to avoid 100% CPU core usage (per GPU)
- Startup time: Improved the startup time by avoiding some time intensive operations for skipped devices
##