Skip to content

Commit

Permalink
Modified CMakeLists to change HALO SDK name. (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianboh authored Jan 4, 2022
1 parent 6729ebb commit a4c63ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Prepare
id: prepare
run: |
echo "::set-output name=file::$(cd /tmp/download && ls HALO-*-ubuntu*.bz2)"
echo "::set-output name=file::$(cd /tmp/download && ls HALO*-ubuntu*.bz2)"
echo "::set-output name=date::$(date -u +'%Y-%m-%dT%H:%M:%SZ')"
tag=latest
if [[ $GITHUB_REF == refs/tags/Release/* ]]; then
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

cmake_minimum_required(VERSION 3.14.5)

set(PROJECT_NAME "HALO" HOMEPAGE_URL "https://github.com/alibaba/heterogeneity-aware-lowering-and-optimization")
set(PROJECT_VERSION "0.7.0")
set(PROJECT_NAME "HALO_STABLE_SDK_2.3.1" HOMEPAGE_URL "https://github.com/alibaba/heterogeneity-aware-lowering-and-optimization")
set(PROJECT_VERSION "0.7.3")

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

Expand Down
2 changes: 1 addition & 1 deletion tests/driver/test_driver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@

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

// CHECK: Version: 0.7.0
// CHECK: Version: 0.7.3
// CHECK: HALO Repo:{{.*}} Rev:

0 comments on commit a4c63ea

Please sign in to comment.