A unified framework to bridge the gap between domain-specific frameworks and multiple hardware devices, supporting deep learning, classical machine learning, and data analysis across X86, ARM, RISC-V, IoT devices, and GPU.
-
Install tvm, following https://tvm.apache.org/docs/install/index.html
-
git clone https://github.com/BenchCouncil/bridger.git
-
Add
export UCAB_HOME=/path/of/ucab
export PYTHONPATH=$UCAB_HOME/python:${PYTHONPATH}
export TENSORRA_HOME=/path/of/tensor_ra
export PYTHONPATH=$TENSORRA_HOME/python:${PYTHONPATH}
to bashrc