Skip to content
Snippets Groups Projects
Commit 49397dc3 authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Added tests to CI pipeline

parent dd1bff2e
No related branches found
No related tags found
No related merge requests found
......@@ -14,15 +14,19 @@ cache:
- hpvm/llvm/
when: always
build:
build-and-test:
stage: build
tags:
- hpvm
script:
- pwd
- source activate hpvm && cd hpvm
- mv /root/cfe-9.0.0.src.tar.xz /root/llvm-9.0.0.src.tar.xz ./
- mv /root/model_params ./test/dnn_benchmarks
- ./install.sh -j32 -t "X86" DCMAKE_BUILD_TYPE=Release
- cd ..
- cd build
- make -j32 check-hpvm-pass
- make -j32 check-hpvm-dnn
- make -j32 check-hpvm-profiler
only:
- hpvm-release-exp
- merge_requests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment