[rocm-libraries] ROCm/rocm-libraries#4300 (commit 07e9d56)

[CK] add inter/intrawave scheduling concept doc
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

## Proposed changes

Adding information about inter/intrawave scheduling
This commit is contained in:
spolifroni-amd
2026-02-07 00:11:11 +00:00
committed by assistant-librarian[bot]
parent 984a3d1828
commit d2f1541976
4 changed files with 31 additions and 2 deletions

4
Jenkinsfile vendored
View File

@@ -272,10 +272,10 @@ def shouldRunCICheck() {
script: '''
if [ "$CHANGE_ID" != "" ]; then
# For PR builds, compare against target branch
git diff --name-only origin/$CHANGE_TARGET...HEAD --projects/composablekernel/
git diff --name-only origin/$CHANGE_TARGET...HEAD -- projects/composablekernel/
else
# For regular builds, compare against previous commit
git diff --name-only HEAD~1..HEAD --projects/composablekernel/
git diff --name-only HEAD~1..HEAD -- projects/composablekernel/
fi
'''
).trim().split('\n')