Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
919fa63
test 3.8.0rc20250909
dezhiAmd Sep 12, 2025
86b60c6
writing a temporary xfail marker for the TestToyLlamaIree::testDecode…
dezhiAmd Sep 13, 2025
218e6f4
ROCm 6.2 index only provides up to torch2.5.1, up ROCm to 6.4
dezhiAmd Sep 14, 2025
a919fdf
resolve conflict
dezhiAmd Sep 16, 2025
b1dfc31
remove smoke_test on cpu, remove direct_to_batcher_test on cpu
dezhiAmd Sep 16, 2025
768fc33
reformat
dezhiAmd Sep 16, 2025
8258cf2
remove added files by accident
dezhiAmd Sep 16, 2025
4fa46ae
Add details about xfail
dezhiAmd Sep 16, 2025
9bdf62d
revert change to pytorch-rocm-requirements.txt
dezhiAmd Sep 17, 2025
7bfe5fb
Bump IREE to 3.7.1.
github-actions[bot] Sep 9, 2025
ad780c9
Fix iree versions
archana-ramalingam Sep 10, 2025
f64b1af
Enable extend attention for llama test
archana-ramalingam Sep 11, 2025
37bbbc3
Update CMakeLists.txt
archana-ramalingam Sep 11, 2025
aa282a6
Revert "Enable extend attention for llama test"
amd-vivekag Sep 17, 2025
c34fde3
updates iree versions to 20250916 and xfail toy_llama testcase which …
amd-vivekag Sep 17, 2025
cc2f7ec
Removes direct to batcher tests
amd-vivekag Sep 17, 2025
db5bf15
Merge branch 'main' into gfx950_ukernel
dezhiAmd Sep 17, 2025
b70cb1d
merge diff from dezhi branch gfx950_ukernel
dezhiAmd Sep 17, 2025
b0d5228
remove files I added by accident
dezhiAmd Sep 17, 2025
fbed7e6
bump iree to 20250922
dezhiAmd Sep 22, 2025
52f143e
Merge branch 'main' into bump
dezhiAmd Sep 22, 2025
2d7134a
Merge branch 'main' into bump_new
dezhiAmd Sep 22, 2025
70b5be9
Merge branch 'bump_new' into bump
dezhiAmd Sep 22, 2025
6359ba5
Add other changes
dezhiAmd Sep 22, 2025
772e667
moves iree version to 0923
amd-vivekag Sep 23, 2025
3879dbf
Merge branch 'main' into integrates/iree
amd-vivekag Sep 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements-iree-pinned.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ wave-lang==3.7.0

# Keep these versions synced with SHORTFIN_IREE_GIT_TAG in shortfin/CMakeLists.txt
--find-links https://iree.dev/pip-release-links.html
iree-base-compiler==3.7.0rc20250828
iree-base-runtime==3.7.0rc20250828
iree-turbine==3.7.0rc20250828
iree-base-compiler==3.8.0rc20250923
iree-base-runtime==3.8.0rc20250923
iree-turbine==3.8.0rc20250923
2 changes: 1 addition & 1 deletion shortfin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ add_compile_options("$<$<CXX_COMPILER_ID:MSVC>:/utf-8>")
# Prefer to keep the IREE git tag synced with the Python package version in the
# requirements-iree-pinned.txt file. At a minimum, the compiler from those
# packages must be compatible with the runtime at this source ref.
set(SHORTFIN_IREE_GIT_TAG "iree-3.7.0rc20250828")
set(SHORTFIN_IREE_GIT_TAG "iree-3.8.0rc20250923")


# build options
Expand Down
Loading