Skip to content

Commit a4c63ea

Browse files
authored
Modified CMakeLists to change HALO SDK name. (#779)
1 parent 6729ebb commit a4c63ea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: Prepare
117117
id: prepare
118118
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)"
120120
echo "::set-output name=date::$(date -u +'%Y-%m-%dT%H:%M:%SZ')"
121121
tag=latest
122122
if [[ $GITHUB_REF == refs/tags/Release/* ]]; then

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
cmake_minimum_required(VERSION 3.14.5)
1818

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")
2121

2222
project(${PROJECT_NAME} VERSION ${PROJECT_VERSION} LANGUAGES C CXX ASM)
2323

tests/driver/test_driver.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919

2020
// RUN: %halo_compiler -version 2>&1 | FileCheck %s
2121

22-
// CHECK: Version: 0.7.0
22+
// CHECK: Version: 0.7.3
2323
// CHECK: HALO Repo:{{.*}} Rev:

0 commit comments

Comments
 (0)