From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by arago-project.org (Postfix) with ESMTPS id 7F5EF5298D for ; Tue, 4 Dec 2018 17:28:04 +0000 (UTC) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id wB4HRr9Q081235 for ; Tue, 4 Dec 2018 11:27:53 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1543944473; bh=jVKbUrEpXEQqML74giG5DZ6q4Q4FhzjW3L+A03fpuSc=; h=From:To:CC:Subject:Date:References:In-Reply-To; b=EIxHPL4NizRUJWwVst+AjYFB1AW2PHAP7TWk1i/ZYy2tbizIU2kbTlvwqzPOID5bS 5OSU7YAN6nY2gpAWbT3QntUKtGPk3qTDhWIu3SZr1myDNgsUd1Ccq5QXXBfoxIk3s1 zOnn/N+19LYiPRTvLVHi/s0TlmEPASsHqPAralXs= Received: from DLEE115.ent.ti.com (dlee115.ent.ti.com [157.170.170.26]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id wB4HRrRg006745 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 4 Dec 2018 11:27:53 -0600 Received: from DLEE103.ent.ti.com (157.170.170.33) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1591.10; Tue, 4 Dec 2018 11:27:53 -0600 Received: from DLEE103.ent.ti.com ([fe80::b585:e28:33f:1ca0]) by DLEE103.ent.ti.com ([fe80::b585:e28:33f:1ca0%18]) with mapi id 15.01.1591.008; Tue, 4 Dec 2018 11:27:53 -0600 From: "Zhao, Yuan" To: "Dmytriyenko, Denys" Thread-Topic: [meta-arago] [PATCH] tidl-api: update to version 01.02.00 Thread-Index: AQHUiDibLWPRGUiCyUagyq/2muU166VvPywA//+c9NA= Date: Tue, 4 Dec 2018 17:27:52 +0000 Message-ID: <59fca8cfdc5e4073911eef6a768f9b3e@ti.com> References: <20181129230928.90335-1-yuanzhao@ti.com> <20181204171930.GK6887@beryl> In-Reply-To: <20181204171930.GK6887@beryl> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.219.54.69] x-exclaimer-md-config: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 MIME-Version: 1.0 Cc: "meta-arago@arago-project.org" Subject: Re: [PATCH] tidl-api: update to version 01.02.00 X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 17:28:05 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Answers embedded. Will submit PATCH V2 later. Thanks! - Yuan -----Original Message----- From: Dmytriyenko, Denys=20 Sent: Tuesday, December 4, 2018 11:20 AM To: Zhao, Yuan Cc: meta-arago@arago-project.org Subject: Re: [meta-arago] [PATCH] tidl-api: update to version 01.02.00 On Thu, Nov 29, 2018 at 05:09:28PM -0600, Yuan Zhao wrote: > - Minimized TIDL API/OpenCL dispatch overhead using multiple execution > contexts on devices. Added MNIST example for demonstration. > - Execution graph generation with timestamps. > - Python 3 bindings for TIDL API. >=20 > Signed-off-by: Yuan Zhao > --- > meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc | 6 +++--- > meta-arago-extras/recipes-ti/tidl-api/tidl-api_git.bb | 1 + > meta-arago-extras/recipes-ti/tidl-api/tidl-examples_git.bb | 2 ++ > 3 files changed, 6 insertions(+), 3 deletions(-) >=20 > diff --git a/meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc b/meta-ar= ago-extras/recipes-ti/tidl-api/tidl-api.inc > index fb37a249..b3115c23 100644 > --- a/meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc > +++ b/meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc > @@ -1,11 +1,11 @@ > -PV =3D "1.1.0.1" > +PV =3D "01.02.00" Is this being embedded in the binary and you need it with leading zeros? [Yuan] No, this one is not embedded. I want to keep it in sync with what w= e use for release version in the documentation. If leading zeros are not r= ecommended, I can take them out. > INC_PR =3D "r0" > =20 > -LIC_FILES_CHKSUM =3D "file://tidl_api_manifest.html;md5=3Dfb8d8b8edb866b= 0b233462139d1c3222" > +LIC_FILES_CHKSUM =3D "file://license.txt;md5=3De3daeabffb9fc131a73f16d16= cbdb118" Every time license file or checksum changes, it raises questions. To avoid= =20 such questions, please provide explanation in the commit log. [Yuan] Okay, will add a comment in the commit log. > GIT_URI =3D "git://git.ti.com/tidl/tidl-api.git" > GIT_PROTOCOL =3D "git" > BRANCH =3D "master" > =20 > SRC_URI =3D "${GIT_URI};protocol=3D${GIT_PROTOCOL};branch=3D${BRANCH}" > -SRCREV =3D "7e9a3942ec38efd64d45e34c10cba2f2938f5618" > +SRCREV =3D "03978a83b03d8881261222344d1a08e0f4e2bd06" > diff --git a/meta-arago-extras/recipes-ti/tidl-api/tidl-api_git.bb b/meta= -arago-extras/recipes-ti/tidl-api/tidl-api_git.bb > index 47e98ef9..efd705af 100644 > --- a/meta-arago-extras/recipes-ti/tidl-api/tidl-api_git.bb > +++ b/meta-arago-extras/recipes-ti/tidl-api/tidl-api_git.bb > @@ -16,6 +16,7 @@ DEPENDS =3D "opencv \ > opencl-monitor \ > ti-cgt6x-native \ > clocl-native \ > + python3 \ You probably want to inherit python3native and/or (R)DEPENDS on python3-cor= e=20 instead of python3 here. [Yuan] Okay. Will give it a try. > " > =20 > RDEPENDS_${PN} +=3D "opencl-runtime \ > diff --git a/meta-arago-extras/recipes-ti/tidl-api/tidl-examples_git.bb b= /meta-arago-extras/recipes-ti/tidl-api/tidl-examples_git.bb > index 94f215c3..2f5ca537 100644 > --- a/meta-arago-extras/recipes-ti/tidl-api/tidl-examples_git.bb > +++ b/meta-arago-extras/recipes-ti/tidl-api/tidl-examples_git.bb > @@ -15,11 +15,13 @@ DEPENDS =3D "opencv \ > clocl-native \ > ti-cgt6x-native \ > tidl-api \ > + json-c \ > " > =20 > RDEPENDS_${PN} +=3D "tidl-api \ > opencl-runtime \ > opencv \ > + json-c \ > " > =20 > S =3D "${WORKDIR}/git" > --=20 > 2.14.1 >=20 > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago