Enable KPACK_SPLIT_ARTIFACTS flag on integration branch [rocm-libraries]#4421
Draft
Enable KPACK_SPLIT_ARTIFACTS flag on integration branch [rocm-libraries]#4421
Conversation
Flip the kpack artifact splitting flag to ON via BRANCH_FLAGS.cmake so that CI builds on this branch produce split (generic + arch-specific) artifacts. The kpack runtime in CLR is already enabled unconditionally; this enables the build-side splitting that produces the archives CLR will load. Changes: - Add BRANCH_FLAGS.cmake with therock_override_flag_default(KPACK_SPLIT_ARTIFACTS ON) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The Windows gfx110X test runners may have gfx1101 GPUs (cloud Radeon Pro VMs) but fetch-gfx-targets only listed gfx1100. With kpack split artifacts, each ISA has its own archive (blas_lib_gfx1100.kpack, blas_lib_gfx1101.kpack, etc.) so the fetch must include all targets the runner might have. Changes: - amdgpu_family_matrix.py: add gfx1101 to Windows gfx110X fetch targets - new_amdgpu_family_matrix.py: same Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
20c8e17 to
554e5af
Compare
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.