Skip to content

Commit fa29827

Browse files
committed
fix(workflow): update Windows HIP build configuration
1 parent 52d3b47 commit fa29827

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- os: windows-latest
109109
arch: x86_64
110110
name: windows-hip
111-
make: LLAMA="-DGGML_NATIVE=OFF -DGGML_HIP=ON -DGGML_HIP_ROCWMMA_FATTN=ON -DAMDGPU_TARGETS="gfx1100;gfx1101;gfx1102;gfx1030;gfx1031;gfx1032" -DCMAKE_C_COMPILER="$HIP_PATH/bin/clang.exe" -DCMAKE_CXX_COMPILER="$HIP_PATH/bin/clang++.exe" -DCMAKE_CXX_FLAGS="-I$(pwd)/rocwmma/library/include/ -Wno-ignored-attributes -Wno-nested-anon-types""
111+
make: LLAMA="-DGGML_NATIVE=OFF -DGGML_HIP=ON -DGGML_HIP_ROCWMMA_FATTN=ON -DAMDGPU_TARGETS=gfx1100;gfx1101;gfx1102;gfx1030;gfx1031;gfx1032 -DCMAKE_C_COMPILER=$HIP_PATH/bin/clang.exe -DCMAKE_CXX_COMPILER=$HIP_PATH/bin/clang++.exe -DCMAKE_CXX_FLAGS=-I$(pwd)/rocwmma/library/include/"
112112

113113
# Android builds
114114
- os: ubuntu-latest

0 commit comments

Comments
 (0)