embarc_mli
embarc_mli copied to clipboard
Machine learning inference library for ARC EM and HS Processors
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.3 to 2.9.3. Release notes Sourced from tensorflow's releases. TensorFlow 2.9.3 Release 2.9.3 This release introduces several vulnerability fixes: Fixes an overflow in tf.keras.losses.poisson (CVE-2022-41887) Fixes a...
We are using himax board to run our custom model that uses leaky_relu and tanh ops on arc processor and currently we are running on tflm with C reference code...
Bumps [numpy](https://github.com/numpy/numpy) from 1.19.3 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Hello, I'm working on porting embARC MLI Release_1.1 to Zephyr RTOS as an external module and want to create a PR. Given the module porting guideline, it is said: "The...
MWDT version: R-2021.03 COMMIT: bbbdd0e34abc3e997db4944ca2fb80086664b02a `gmake ROUND_MODE=CONVERGENT TCF_FILE=../../hw/em9d.tcf` ``` cmake --build /SCRATCH2/Watson/mliproject/embarc_mli/obj/arc/examples/example_har_smartphone --target install gmake[1]: Entering directory `/SCRATCH2/Watson/mliproject/embarc_mli/obj/arc/examples/example_har_smartphone' gmake[2]: Entering directory `/SCRATCH2/Watson/mliproject/embarc_mli/obj/arc' gmake[3]: Entering directory `/SCRATCH2/Watson/mliproject/embarc_mli/obj/arc' Scanning dependencies of target...
MWDT version: R-2021.03 `gmake ROUND_MODE=CONVERGENT TCF_FILE=../../hw/em9d.tcf` ``` cmake \ -DDEBUG_BUILD=ON \ -DEXT_CFLAGS= \ -DOPTMODE=speed \ -DGEN_EXAMPLES=1 \ -DMLI_BUILD_REFERENCE=OFF \ -DCMAKE_INSTALL_PREFIX=/SCRATCH2/Watson/mliproject/embarc_mli/bin/arc \ -DARC_CFG_TCF_PATH=/SCRATCH2/Watson/mliproject/embarc_mli/hw/em9d.tcf -DCMAKE_TOOLCHAIN_FILE=/global/apps/mwdt_2021.03/MetaWare/arc/cmake/arc-mwdt.toolchain.cmake -G "Unix Makefiles" -DROUND_MODE=CONVERGENT \ -B/SCRATCH2/Watson/mliproject/embarc_mli/obj/arc \...
Starting with MWDT 2023.06 the new LLVM based lldac is used as the default linker instead of the old MetaWare ldac linker. This new lldac linker does not accept the...
Is EM4 processors supported? I am interested in porting tensorflow lite models to a smart sensor (BHI260AP) using ARC EM4.
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.3 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...