We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905cf24 commit 73c1005Copy full SHA for 73c1005
.github/workflows/release.yml
@@ -21,9 +21,9 @@ jobs:
21
steps:
22
- name: Clone LLVM and AMD projects
23
run: |
24
- git clone --depth 1 -b rocm-6.4.0 --single-branch https://github.com/ROCm/llvm-project ${{ github.workspace }}/llvm-project
+ git clone --depth 1 -b rocm-6.3.3 --single-branch https://github.com/ROCm/llvm-project ${{ github.workspace }}/llvm-project
25
cd ${{ github.workspace }}/llvm-project
26
- git checkout c7fe45cf4b819c5991fe208aaa96edf142730f1d
+ git checkout e5bf7e55c91490b07c49d8960fa7983d864936c4
27
rm -rf .git
28
- name: Install build dependencies
29
0 commit comments