mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 18:17:44 +00:00
Merge commit 'af3786fe0814a75646ff3194f86eab0e24b047e6' into develop
This commit is contained in:
9
.github/workflows/therock-ci-linux.yml
vendored
9
.github/workflows/therock-ci-linux.yml
vendored
@@ -35,6 +35,15 @@ jobs:
|
||||
with:
|
||||
repository: "ROCm/rocm-libraries"
|
||||
|
||||
- name: Pull DVC files for rocm-libraries # LOGNAME details here https://github.com/ROCm/rocm-libraries/pull/1617
|
||||
run: |
|
||||
if command -v dvc &> /dev/null; then
|
||||
echo "dvc detected"
|
||||
else
|
||||
echo "Warning, dvc not detected!"
|
||||
fi
|
||||
LOGNAME=github-runner dvc pull -v
|
||||
|
||||
- name: Checkout composable_kernel repository
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user