Skip to content

Commit

Permalink
change set ninja action
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberhan123 committed Dec 2, 2023
1 parent daa28a2 commit 48bd893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
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;gfx1130"'

steps:
- name: Clone
Expand All @@ -213,7 +213,7 @@ jobs:
- name: Setup Ninja
id: setup-ninja
if: ${{ matrix.build == 'rocm5.5' }}
uses: ashutoshvarma/setup-ninja@master
uses: urkle/action-get-ninja@v1
with:
version: 1.11.1

Expand Down

0 comments on commit 48bd893

Please sign in to comment.