Fix CI badge

Signed-off-by: Kainan Cha <kainan.zha@verisilicon.com>
This commit is contained in:
Kainan Cha 2021-10-20 17:20:47 +08:00
parent 300850a8fa
commit 2243afcb6e
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: x86_vsim_unit_test name: cmake_x86_vsim_unit_test
on: on:
# push: # push:
@ -35,4 +35,4 @@ jobs:
export LD_LIBRARY_PATH=`pwd`/prebuilt-sdk/x86_64_linux/lib export LD_LIBRARY_PATH=`pwd`/prebuilt-sdk/x86_64_linux/lib
export VIVANTE_SDK_DIR=`pwd`/prebuilt-sdk/x86_64_linux/ export VIVANTE_SDK_DIR=`pwd`/prebuilt-sdk/x86_64_linux/
cd ${{github.workspace}}/build/src/tim/ cd ${{github.workspace}}/build/src/tim/
./unit_test ./unit_test

View File

@ -1,7 +1,8 @@
# TIM-VX - Tensor Interface Module # TIM-VX - Tensor Interface Module
![VSim.X86.UnitTest](https://github.com/VeriSilicon/TIM-VX/actions/workflows/x86_vsim_unit_test.yml/badge.svg) ![Bazel.VSim.X86.UnitTest](https://github.com/VeriSilicon/TIM-VX/actions/workflows/bazel_x86_vsim_unit_test.yml/badge.svg)
![CMake.VSim.X86.UnitTest](https://github.com/VeriSilicon/TIM-VX/actions/workflows/cmake_x86_vsim_unit_test.yml/badge.svg)
TIM-VX is a software integration module provided by VeriSilicon to facilitate deployment of Neural-Networks on Verisilicon ML accelerators. It serves as the backend binding for runtime frameworks such as Android NN, Tensorflow-Lite, MLIR, TVM and more. TIM-VX is a software integration module provided by VeriSilicon to facilitate deployment of Neural-Networks on Verisilicon ML accelerators. It serves as the backend binding for runtime frameworks such as Android NN, Tensorflow-Lite, MLIR, TVM and more.