File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
- name : Prepare
117
117
id : prepare
118
118
run : |
119
- echo "::set-output name=file::$(cd /tmp/download && ls HALO- *-ubuntu*.bz2)"
119
+ echo "::set-output name=file::$(cd /tmp/download && ls HALO*-ubuntu*.bz2)"
120
120
echo "::set-output name=date::$(date -u +'%Y-%m-%dT%H:%M:%SZ')"
121
121
tag=latest
122
122
if [[ $GITHUB_REF == refs/tags/Release/* ]]; then
Original file line number Diff line number Diff line change 16
16
17
17
cmake_minimum_required (VERSION 3.14.5)
18
18
19
- set (PROJECT_NAME "HALO " HOMEPAGE_URL "https://github.com/alibaba/heterogeneity-aware-lowering-and-optimization" )
20
- set (PROJECT_VERSION "0.7.0 " )
19
+ set (PROJECT_NAME "HALO_STABLE_SDK_2.3.1 " HOMEPAGE_URL "https://github.com/alibaba/heterogeneity-aware-lowering-and-optimization" )
20
+ set (PROJECT_VERSION "0.7.3 " )
21
21
22
22
project (${PROJECT_NAME} VERSION ${PROJECT_VERSION} LANGUAGES C CXX ASM)
23
23
Original file line number Diff line number Diff line change 19
19
20
20
// RUN: %halo_compiler -version 2>&1 | FileCheck %s
21
21
22
- // CHECK: Version: 0.7.0
22
+ // CHECK: Version: 0.7.3
23
23
// CHECK: HALO Repo:{{.*}} Rev:
You can’t perform that action at this time.
0 commit comments