https://github.com/edgeimpulse/excellent-demo
https://github.com/edgeimpulse/excellent-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edgeimpulse/excellent-demo
- Owner: edgeimpulse
- License: bsd-3-clause-clear
- Created: 2024-06-21T20:02:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-10T10:35:28.000Z (3 months ago)
- Last Synced: 2025-03-07T00:58:43.598Z (about 2 months ago)
- Language: Python
- Size: 324 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# excellent-demo
Each folder has a function I'd like to convert. There's a sample function call in each file, naturally, that doesn't need to be converted. You can just check in the generated .ll files (and any other dependnecies) into each folder.
- trivial - This is just to get the whole pipeline working in a way that I can exmaine the intermediate artifacts and still make sense of them. Main goal for me will be taking the llvm ir all the way to device, and getting an idea for any overhead.
- Sgram - spectrogram, this is interesting b/c there's a very memory intensive way to perform this calc, and a very stingy way, and I'm curious what will fall out
- tsfresh - I've had several customers using this. Also this lib has a ton of dependencies, so I'm curious how codon handles the unneeded dependencies.
- customer - Another snippet from a customer, also curious how using scipy.signal goes since that's another common libIf you need to modify anything, go for it, just be sure to check in your changes in so I can see what had to change.