Skip to content

Commit 1c3ed4b

Browse files
authored
[shortfin] Bump IREE to 20241025.1058 (#333)
1 parent 1aeb3a8 commit 1c3ed4b

5 files changed

+5
-5
lines changed

.github/workflows/ci_linux_x64-libshortfin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
repository: iree-org/iree
5757
path: ${{ env.IREE_REPO_DIR }}
5858
submodules: false
59-
ref: candidate-20240904.1006
59+
ref: candidate-20241025.1058
6060

6161
- name: Initalize IREE submodules
6262
working-directory: ${{ env.IREE_REPO_DIR }}

.github/workflows/ci_linux_x64_asan-libshortfin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
repository: iree-org/iree
110110
path: ${{ env.IREE_SOURCE_DIR }}
111111
submodules: false
112-
ref: candidate-20240904.1006
112+
ref: candidate-20241025.1058
113113

114114
- name: Initalize IREE submodules
115115
working-directory: ${{ env.IREE_SOURCE_DIR }}

.github/workflows/ci_linux_x64_nogil-libshortfin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
repository: iree-org/iree
5858
path: ${{ env.IREE_REPO_DIR }}
5959
submodules: false
60-
ref: candidate-20240904.1006
60+
ref: candidate-20241025.1058
6161

6262
- name: Initalize IREE submodules
6363
working-directory: ${{ env.IREE_REPO_DIR }}

.github/workflows/ci_windows_x64-libshortfin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
repository: iree-org/iree
5555
path: ${{ env.IREE_REPO_DIR }}
5656
submodules: false
57-
ref: candidate-20240904.1006
57+
ref: candidate-20241025.1058
5858

5959
- name: Initalize IREE submodules
6060
working-directory: ${{ env.IREE_REPO_DIR }}

shortfin/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ elseif (SHORTFIN_BUNDLE_DEPS)
183183
FetchContent_Declare(
184184
shortfin_iree
185185
GIT_REPOSITORY https://github.com/iree-org/iree.git
186-
GIT_TAG candidate-20240904.1006
186+
GIT_TAG candidate-20241025.1058
187187
GIT_SUBMODULES ${IREE_SUBMODULES}
188188
GIT_SHALLOW TRUE
189189
SYSTEM

0 commit comments

Comments
 (0)