All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: afd@ti.com
Cc: Denys Dmytriyenko <denys@konsulko.com>,
	Ryan Eatmon <reatmon@ti.com>,
	meta-arago@lists.yoctoproject.org
Subject: Re: [meta-arago][scarthgap/master][PATCH 0/2] Add ARM Compute Library
Date: Fri, 20 Dec 2024 13:04:16 -0500	[thread overview]
Message-ID: <20241220180416.GM23825@denix.org> (raw)
In-Reply-To: <20241220164910.318809-1-afd@ti.com>

Andrew,

We used to have older versions of arm-compute-library and ARMNN in meta-arago, 
but those were unmaintained and removed not long ago...

Just a quick look around, there's a meta-machinelearning layer from Witekio, 
that hasn't been updated for 5.5 years.

Also, meta-webos has a bit newer versions of both in rather curiously named 
recipes-upstreamable directory:

https://github.com/webosose/meta-webosose/blob/master/meta-webos/recipes-upstreamable/arm-compute-library/arm-compute-library_22.08.bb
https://github.com/webosose/meta-webosose/blob/master/meta-webos/recipes-upstreamable/armnn/armnn_22.08.bb

Maybe you can find anything useful there?



On Fri, Dec 20, 2024 at 10:49:08AM -0600, Andrew Davis via lists.yoctoproject.org wrote:
> Hello all,
> 
> This series adds support for arm-compute-library which will be used
> as the base for several other ARM based ML frameworks and apps.
> 
> This package will be sent for inclusion in meta-arm as it is ARM
> produced and supported software. This will be done after the patches
> here for ACL are taken into the project's upstream. We can drop
> this out of meta-arago master after that.
> 
> Thanks,
> Andrew
> 
> Andrew Davis (2):
>   flatbuffers: Remove this recipe
>   meta-arago-extras: Add recipe for arm-compute-library
> 
>  ...-indention-in-cmake-generator-script.patch | 130 ++++++++++++
>  ...ENABLE_NEON-in-code-for-checking-NEO.patch | 114 ++++++++++
>  ...ENABLE_SVE-in-code-for-checking-SVE-.patch | 197 ++++++++++++++++++
>  ...rce-files-at-library-definition-time.patch | 167 +++++++++++++++
>  ...ptions-for-SVE-SVE2-and-BF16-support.patch | 112 ++++++++++
>  ...SVE2-support-to-be-disabled-in-CMake.patch |  91 ++++++++
>  .../0007-Allow-ARMv7-builds-using-CMake.patch |  86 ++++++++
>  ...ymbol-error-when-building-TensorInfo.patch |  46 ++++
>  .../arm-compute-library_24.12.bb              |  79 +++++++
>  .../flatbuffers/flatbuffers_1.11.0.bb         |  34 ---
>  .../recipes-core/packagegroups/ti-test.bb     |   1 +
>  11 files changed, 1023 insertions(+), 34 deletions(-)
>  create mode 100644 meta-arago-extras/recipes-devtools/arm-compute-library/arm-compute-library/0001-fix-Fix-indention-in-cmake-generator-script.patch
>  create mode 100644 meta-arago-extras/recipes-devtools/arm-compute-library/arm-compute-library/0002-Use-ARM_COMPUTE_ENABLE_NEON-in-code-for-checking-NEO.patch
>  create mode 100644 meta-arago-extras/recipes-devtools/arm-compute-library/arm-compute-library/0003-Use-ARM_COMPUTE_ENABLE_SVE-in-code-for-checking-SVE-.patch
>  create mode 100644 meta-arago-extras/recipes-devtools/arm-compute-library/arm-compute-library/0004-Add-source-files-at-library-definition-time.patch
>  create mode 100644 meta-arago-extras/recipes-devtools/arm-compute-library/arm-compute-library/0005-Add-CMake-options-for-SVE-SVE2-and-BF16-support.patch
>  create mode 100644 meta-arago-extras/recipes-devtools/arm-compute-library/arm-compute-library/0006-Allow-SVE-and-SVE2-support-to-be-disabled-in-CMake.patch
>  create mode 100644 meta-arago-extras/recipes-devtools/arm-compute-library/arm-compute-library/0007-Allow-ARMv7-builds-using-CMake.patch
>  create mode 100644 meta-arago-extras/recipes-devtools/arm-compute-library/arm-compute-library/0008-Fix-undefined-symbol-error-when-building-TensorInfo.patch
>  create mode 100644 meta-arago-extras/recipes-devtools/arm-compute-library/arm-compute-library_24.12.bb
>  delete mode 100644 meta-arago-extras/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb


  parent reply	other threads:[~2024-12-20 18:04 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-20 16:49 [meta-arago][scarthgap/master][PATCH 0/2] Add ARM Compute Library Andrew Davis
2024-12-20 16:49 ` [meta-arago][scarthgap/master][PATCH 1/2] flatbuffers: Remove this recipe Andrew Davis
2024-12-20 17:52   ` Denys Dmytriyenko
2024-12-21 19:52     ` Andrew Davis
2024-12-20 16:49 ` [meta-arago][scarthgap/master][PATCH 2/2] meta-arago-extras: Add recipe for arm-compute-library Andrew Davis
2025-01-09 18:27   ` Ryan Eatmon
2025-01-09 18:44     ` Andrew Davis
2025-01-09 18:45       ` Ryan Eatmon
2024-12-20 18:04 ` Denys Dmytriyenko [this message]
2024-12-21 20:05   ` [meta-arago][scarthgap/master][PATCH 0/2] Add ARM Compute Library Andrew Davis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241220180416.GM23825@denix.org \
    --to=denis@denix.org \
    --cc=afd@ti.com \
    --cc=denys@konsulko.com \
    --cc=meta-arago@lists.yoctoproject.org \
    --cc=reatmon@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.