Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
9 months ago | |
---|---|---|
auto-schedule | 11 months ago | |
examples | 9 months ago | |
hardware | 9 months ago | |
patch | 1 year ago | |
tvm @ 760e9b2b04 | 1 year ago | |
uav | 1 year ago | |
varecc | 9 months ago | |
.gitignore | 1 year ago | |
.gitmodules | 1 year ago | |
Makefile | 9 months ago | |
README.md | 9 months ago | |
lenet.py | 3 years ago | |
requirements.txt | 9 months ago | |
setup.sh | 9 months ago |
Deep Learning Accelerator Stack
make
to clone tvm and build.source setup.sh
to set environment variables.pip3 install -r requirements.txt
for packages needed by examples.cd tvm/build && make varec
to rebuild libvarec.sopython3 yolo.py
mkdir build && cp cmake/config.cmake build/ && cd build && cmake .. && make runtime varec
sudo ./scripts/start_rpc.sh
to start RPCpython3 yolo.py
No Description
Python C++ C CMake INI other