From 2d3753e1b6dc253fd2479240de8ae86409d12d81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=BA=E6=97=BA=E7=A2=8E=E5=86=B0=E5=86=B0?= <38837039+Cyberhan123@users.noreply.github.com> Date: Sat, 2 Dec 2023 11:42:47 +0800 Subject: [PATCH] fix rocm build fail build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 90bff48..cdadf3e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -186,7 +186,7 @@ jobs: - build: 'cuda12' defines: '-DRWKV_CUBLAS=ON' - build: 'rocm5.5' - defines: '-G Ninja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DRWKV_HIPBLAS=ON -DCMAKE_BUILD_TYPE=Release -DAMDGPU_TARGETS="gfx1100;gfx1102;gfx1130"' + defines: '-G Ninja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DRWKV_HIPBLAS=ON -DCMAKE_BUILD_TYPE=Release -DAMDGPU_TARGETS="gfx1100;gfx1102;gfx1030"' steps: - name: Clone @@ -210,8 +210,8 @@ jobs: with: rocm: '5.5.0' - - name: Setup Ninja - id: setup-ninja + - name: Install Ninja + id: install-ninja if: ${{ matrix.build == 'rocm5.5' }} uses: urkle/action-get-ninja@v1 with: