diff --git a/.github/workflows/cmake_x86_vsim_unit_test.yml b/.github/workflows/cmake_x86_vsim.yml similarity index 98% rename from .github/workflows/cmake_x86_vsim_unit_test.yml rename to .github/workflows/cmake_x86_vsim.yml index 92adee6..e2231db 100644 --- a/.github/workflows/cmake_x86_vsim_unit_test.yml +++ b/.github/workflows/cmake_x86_vsim.yml @@ -1,12 +1,8 @@ name: cmake_x86_vsim on: - # push: - # branches: [ main ] pull_request: branches: [ main ] - workflow_dispatch: - branches: [ main ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) @@ -17,9 +13,6 @@ env: jobs: tim-vx-build: - # The CMake configure and build commands are platform agnostic and should work equally - # well on Windows or Mac. You can convert this to a matrix build if you need - # cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix runs-on: ubuntu-latest @@ -335,4 +328,4 @@ jobs: # - name: benchmark-model # run: | # chmod u+x ${{github.workspace}}/vx-delegate-bin/_deps/tensorflow-build/tools/benchmark/benchmark_model - # ${{github.workspace}}/vx-delegate-bin/_deps/tensorflow-build/tools/benchmark/benchmark_model --num_runs=1 --external_delegate_path=${{github.workspace}}/vx-delegate-bin/libvx_delegate.so --graph=${{github.workspace}}/1.tflite \ No newline at end of file + # ${{github.workspace}}/vx-delegate-bin/_deps/tensorflow-build/tools/benchmark/benchmark_model --num_runs=1 --external_delegate_path=${{github.workspace}}/vx-delegate-bin/libvx_delegate.so --graph=${{github.workspace}}/1.tflite diff --git a/README.md b/README.md index 5fdb809..ce06f43 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # TIM-VX - Tensor Interface Module -![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) +[![bazel_x86_vsim_unit_test](https://github.com/VeriSilicon/TIM-VX/actions/workflows/bazel_x86_vsim_unit_test.yml/badge.svg)](https://github.com/VeriSilicon/TIM-VX/actions/workflows/bazel_x86_vsim_unit_test.yml) +[![cmake_x86_vsim](https://github.com/VeriSilicon/TIM-VX/actions/workflows/cmake_x86_vsim.yml/badge.svg)](https://github.com/VeriSilicon/TIM-VX/actions/workflows/cmake_x86_vsim.yml) - [TIM-VX - Tensor Interface Module](#tim-vx---tensor-interface-module) - [Framework Support](#framework-support)