Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a library for a new backend, CMSIS. #6101

Open
fvalasiad opened this issue Jun 25, 2023 · 1 comment
Open

Adding a library for a new backend, CMSIS. #6101

fvalasiad opened this issue Jun 25, 2023 · 1 comment

Comments

@fvalasiad
Copy link

Hello!

Currently implementing a new backend, CMSIS, which utilizes the CMSIS nn library, a collection of neural network kernels implemented using SIMD instructions to maximize performance on arm cortex processors.

How do I go about adding the library to be used by the backend? It is not really a library you are gonna find in your average linux distribution's repositories, unless the user manually builds it & installs it.

The way I see it we have three options:

  1. Require that the user has done so, that is, build & install it in his system, and add it as a dependency.
  2. Add it as a git submodule
  3. Copy paste it manually and have maintainers update it as needed occasionally.

Which one do you prefer? Have you got any alternatives to propose that I haven't thought of? Would love to know!

Expecting to hear from ya soon.

@gianfranco95
Copy link

I would prefer the second option. Is there the possibility to contribute to CMSIS backend implementation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants