Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 4 additions & 0 deletions BRANCH_FLAGS.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# BRANCH_FLAGS.cmake
# Integration branch override: enable kpack artifact splitting.
# See docs/development/flags.md for the branch flag override mechanism.
therock_override_flag_default(KPACK_SPLIT_ARTIFACTS ON)
2 changes: 1 addition & 1 deletion build_tools/github_actions/amdgpu_family_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"windows": {
"test-runs-on": "windows-gfx110X-gpu-rocm",
"family": "gfx110X-all",
"fetch-gfx-targets": ["gfx1100"],
"fetch-gfx-targets": ["gfx1100", "gfx1101"],
"bypass_tests_for_releases": True,
"build_variants": ["release"],
},
Expand Down
2 changes: 1 addition & 1 deletion build_tools/github_actions/new_amdgpu_family_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"runs_on": {
"test": "windows-gfx110X-gpu-rocm",
},
"fetch-gfx-targets": ["gfx1100"],
"fetch-gfx-targets": ["gfx1100", "gfx1101"],
"sanity_check_only_for_family": True,
},
"release": {
Expand Down
2 changes: 1 addition & 1 deletion rocm-libraries
Submodule rocm-libraries updated 1426 files
Loading