commit | 51066854b718ebcbaae787c16c5932a646dc0ed2 | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Wed May 29 17:33:06 2024 -0700 |
committer | Alex Van Damme <atv@google.com> | Fri Jun 07 18:19:28 2024 +0000 |
tree | 9f59a967eb535aa57a72d0225254daa5b395e10d | |
parent | b309494fed66a15a84a77212bbfe08d2a649c474 [diff] |
Vectorized Logistic for int8 - Vectorize the logistic kernel for TFLM, handling up to 32 input values a cycle. Change-Id: I26ae6a04946caf7fc00323cd4199df8f2229f68f
This project contains the BSP to build the SW artifact that can run on the Kelvin core, and integrated as part of the Shodan repository.
The project supports two build systems -- Bazel and CMake -- for OSS integration reasons. Bazel is used by TFLM flow, while CMake is the build system for IREE.
If you get this project from Project Shodan manifest, you are all set. If not, you need to have following projects as well to build the project successfully.
<dir>/cache/toolchain_kelvin
This project needs to be at <dir>/sw/kelvin
.
The project uses Bazel 5.1.1, to align with OpenTitan build system requirements.
bazel build //...
To run the unit tests (with the kelvin_sim ISS) Make sure the Environment variable $ROOTDIR
is set to the root directory of the local repo (or run source build/setup.sh
)
bazel test //...
TODO: Add CMake flow
The binaries can be simulated with the kelvin simulator, located at <dir>/sim/kelvin
.
sim_kelvin <elf location>
Load the generated .bin
binaries to the FPGA emulator/Renode simulator.