ai-techsystems / deepC

vendor independent TinyML deep learning library, compiler and inference framework microcomputers and micro-controllers
https://cainvas.ai-tech.systems/
Apache License 2.0
558 stars 86 forks source link

confirm use of auto-vectorizer in operators #111

Open srohit0 opened 4 years ago

srohit0 commented 4 years ago

Make sure that loops are being vectorized in operators

GCC reference : https://gcc.gnu.org/projects/tree-ssa/vectorization.html LLVM reference : https://llvm.org/docs/Vectorizers.html