Fix ci crash (#380)
* Update and rename cmake_x86_vsim_unit_test.yml to cmake_x86_vsim.yml * Update README.md * Update cmake_x86_vsim.yml * Update README.md Fix badge
This commit is contained in:
parent
4bd0ce943b
commit
3f629d3910
|
|
@ -1,12 +1,8 @@
|
||||||
name: cmake_x86_vsim
|
name: cmake_x86_vsim
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# push:
|
|
||||||
# branches: [ main ]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
workflow_dispatch:
|
|
||||||
branches: [ main ]
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||||
|
|
@ -17,9 +13,6 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tim-vx-build:
|
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
|
# 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
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
|
@ -335,4 +328,4 @@ jobs:
|
||||||
# - name: benchmark-model
|
# - name: benchmark-model
|
||||||
# run: |
|
# run: |
|
||||||
# chmod u+x ${{github.workspace}}/vx-delegate-bin/_deps/tensorflow-build/tools/benchmark/benchmark_model
|
# 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
|
# ${{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
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
|
|
||||||
|
|
||||||
# TIM-VX - Tensor Interface Module
|
# TIM-VX - Tensor Interface Module
|
||||||

|
[](https://github.com/VeriSilicon/TIM-VX/actions/workflows/bazel_x86_vsim_unit_test.yml)
|
||||||

|
[](https://github.com/VeriSilicon/TIM-VX/actions/workflows/cmake_x86_vsim.yml)
|
||||||
|
|
||||||
- [TIM-VX - Tensor Interface Module](#tim-vx---tensor-interface-module)
|
- [TIM-VX - Tensor Interface Module](#tim-vx---tensor-interface-module)
|
||||||
- [Framework Support](#framework-support)
|
- [Framework Support](#framework-support)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue