]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/ti-opencl.git/commitdiff
Start hotfix v01.01.19.02
authorYuan Zhao <yuanzhao@ti.com>
Fri, 27 Sep 2019 19:48:02 +0000 (14:48 -0500)
committerYuan Zhao <yuanzhao@ti.com>
Mon, 30 Sep 2019 03:54:52 +0000 (22:54 -0500)
- to use updated TIDL library build

host/Makefile.inc

index 7c307626e337aa597d0c999eae0bd3407045e913..5316d9b468a171f4ee28f4105d78678f021ed14e 100644 (file)
@@ -12,7 +12,7 @@ UNAME_M:=$(shell uname -m)
 OCL_MAJOR_VER=1
 OCL_MINOR_VER=1
 OCL_RELEASE_VER=19
-OCL_PATCH_VER=01
+OCL_PATCH_VER=02
 OCL_VER=$(OCL_MAJOR_VER).$(OCL_MINOR_VER).$(OCL_RELEASE_VER)
 OCL_DPKG_NAME=ti-opencl
 OCL_VERSIONED_NAME=$(OCL_DPKG_NAME)_$(OCL_VER)
@@ -64,10 +64,10 @@ endif
 ifeq ($(USE_ION), 1)
 CORESDK_VERSION ?= 05.02.00.10-ion
 else
-CORESDK_VERSION ?= 06.01.00.04-20190826
+CORESDK_VERSION ?= 06.01.00.05-20190914
 endif
 
-TIDL_VERSION    ?= 06_01_00_05-511-2019-09-14_20-43-56
+TIDL_VERSION    ?= 06_01_00_06-524-2019-09-28_20-43-37
 
 ifeq ($(BUILD_K2H),1)
        CORE_SDK?=$(SDOMC_SHARED)/ti-processor-sdk-linux-k2hk-evm-$(CORESDK_VERSION)