Skip to content

Commit 1c52231

Browse files
authored
Update version to IPU_STABLE_SDK_2.3.1_v8 (#917)
1 parent f9a9d47 commit 1c52231

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
cmake_minimum_required(VERSION 3.14.5)
1818

1919
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.8")
20+
set(PROJECT_VERSION "0.7.9")
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.8
22+
// CHECK: Version: 0.7.9
2323
// CHECK: HALO Repo:{{.*}} Rev:

0 commit comments

Comments
 (0)