Commit Graph

12 Commits

Author SHA1 Message Date
Feiyue Chen 7baf8c307f Fixed tensorflow version in CI
modify fetched tensorflow version to v2.10.0

Type: Bug Fix

Signed-off-by: Feiyue Chen <Feiyue.Chen@verisilicon.com>
2022-10-19 18:04:52 +08:00
Kainan Cha a6e04b2116
Update cmake_x86_vsim.yml 2022-09-09 17:24:23 +08:00
ZhangXiang 090f3f21d6 Add ut configuration for cl only device
Signed-off-by: ZhangXiang <Xiang.Zhang@verisilicon.com>
2022-08-03 09:06:32 +08:00
Sven e61d5bd17c
Update cmake_x86_vsim.yml (#403)
Move tensorflow version to v2.9.0
2022-05-30 21:32:19 +08:00
Sven 4f2991c853
Fixed no-output if transpose is last op and can be optimized (#395)
* Fixed no-output if transpose is last op and can be optimized

If transpose can be erased by layout inference, replace it as a
reshape - input and output have same shape - expect low-level
optimization erase the reshape

Signed-off-by: xiang.zhang <xiang.zhang@verisilicon.com>
2022-05-13 16:59:25 +08:00
Sven 3f629d3910
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
2022-05-03 10:49:49 +08:00
Sven cccd7860d6
CI enhancement - enable benchmark_model and samples (#372)
Added Clang build check with CMAKE
Added vx-delegate build and benchmark_model test for PR.
Added tim-vx/samples in ci
Save output from build for debugging purpose.
Parallel CI execution.

Signed-off-by: xiang.zhang <xiang.zhang@verisilicon.com>
2022-04-24 12:26:29 +08:00
Kainan Cha f5881c6fa5
Add dispatch_workflow to CI action (#198)
Signed-off-by: Kainan Cha <kainan.zha@verisilicon.com>
2021-10-22 11:45:04 +08:00
Kainan Cha 2243afcb6e Fix CI badge
Signed-off-by: Kainan Cha <kainan.zha@verisilicon.com>
2021-10-20 17:20:47 +08:00
Kainan Cha 300850a8fa Add bazel unit test CI
Signed-off-by: Kainan Cha <kainan.zha@verisilicon.com>
2021-10-20 17:15:33 +08:00
Goose Bomb 914e280209
Refactor CMake build system (#184)
* Remove unnecessary compiler flags

* Refactor CMakeLists.txt

* Tweak CMakeLists.txt for libtim_internal

* Tweak CMakeLists.txt for libtim-vx

* Make TIM_VX_ENABLE_TEST defaults to OFF

* Eliminate usage of include_directories

* Fix CI unit test
2021-10-12 10:44:49 +08:00
Sven eae539575c
Add CMake UnitTest in CI (#66)
Signed-off-by: xiang.zhang <xiang.zhang@verisilicon.com>
2021-05-25 09:48:49 +08:00