[IE][VPU][OpenCL] 2021.1 release compiler (#2166)

This commit is contained in:
Maxim Kurin 2020-09-16 00:44:25 +03:00 committed by GitHub
parent 83238b23db
commit cb70ae064b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ set(VPU_SUPPORTED_FIRMWARES usb-ma2450 usb-ma2x8x pcie-ma248x)
#
set(FIRMWARE_PACKAGE_VERSION 1370)
set(VPU_CLC_MA2X8X_VERSION "movi-cltools-20.09.0")
set(VPU_CLC_MA2X8X_VERSION "movi-cltools-20.09.1")
#
# CMake variables to override default firmware files
@ -191,7 +191,7 @@ function(add_vpu_compile_custom_kernels)
"SHAVE_MA2X8XLIBS_DIR=${VPU_CLC_MA2X8X}/lib"
"SHAVE_MOVIASM_DIR=${VPU_CLC_MA2X8X}/bin"
"SHAVE_MYRIAD_LD_DIR=${VPU_CLC_MA2X8X}/bin"
${VPU_CLC_MA2X8X_COMMAND} --strip-binary-header ${cl_file} -o ${out_file}
${VPU_CLC_MA2X8X_COMMAND} --strip-binary-header -d ma2x8x ${cl_file} -o ${out_file}
MAIN_DEPENDENCY ${cl_file}
DEPENDS ${VPU_CLC_MA2X8X_COMMAND}
COMMENT "[VPU] Compile ${cl_file}"