mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 14:59:17 +00:00
[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:
committed by
assistant-librarian[bot]
parent
984a3d1828
commit
d2f1541976
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user