We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96efe2f commit d4761d7Copy full SHA for d4761d7
1 file changed
.github/workflows/therock-ci-linux.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42
with:
43
repository: "ROCm/TheRock"
44
- ref: 3f62012a748df3a3099c51fa95d104db643a4588 # 10-03-2025 commit
+ ref: dc05d637054ad197c84b00e24b6262af0ec797c6 # 10-03-2025 commit
45
path: "TheRock"
46
47
- name: Runner Health Settings
@@ -54,7 +54,6 @@ jobs:
54
55
- name: Patch rocm-libraries
56
run: |
57
- rm ./TheRock/patches/amd-mainline/rocm-libraries/0009-Use-workgroupMappingDim-in-rocroller_host.patch
58
git config --global --add safe.directory '*'
59
git -c user.name="therockbot" -c "user.email=therockbot@amd.com" am --whitespace=nowarn ./TheRock/patches/amd-mainline/rocm-libraries/*.patch
60
0 commit comments