[IE][VPU]: Decrease non-execute tasks priority (#4756)

* Only executor threads now have top task priority. Other runtime threads have lower priority. Other non-runtime tasks (which do not participate in inference) have much lower priority.
This commit is contained in:
Maksim Doronin 2021-03-15 12:10:07 +03:00 committed by GitHub
parent 87afe28040
commit 4f43598da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@ include_guard(GLOBAL)
set(VPU_SUPPORTED_FIRMWARES usb-ma2x8x pcie-ma2x8x)
set(VPU_SUPPORTED_FIRMWARES_HASH
"87389cef2aff63197f7787fb9b0ef7bfc74119200ef6b9f0c2c763b3ea4aabe9"
"eba4fabfd71f9c81db12886b05f559f1c6092f9b65dfb4493c205f493d816fab")
"d0f6aaaf71a595963e6013ef59045e20b07324f1a47deaa3f906419d39b2bd5a"
"18d3cd10cf6cc36ff58001812d3d215c0bbb2de09a8832128592401c8f959358")
#
# Default packages
#
set(FIRMWARE_PACKAGE_VERSION 1633)
set(FIRMWARE_PACKAGE_VERSION 1642)
set(VPU_CLC_MA2X8X_VERSION "movi-cltools-20.09.2")
#