Skip to content

Commit

Permalink
fix rocm build fail build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberhan123 committed Dec 2, 2023
1 parent 48bd893 commit 2d3753e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 2d3753e

Please sign in to comment.