We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e81f6e8 commit 52d3b47Copy full SHA for 52d3b47
1 file changed
.github/workflows/main.yml
@@ -108,7 +108,7 @@ jobs:
108
- os: windows-latest
109
arch: x86_64
110
name: windows-hip
111
- make: LLAMA="-DGGML_NATIVE=OFF -DGGML_HIP=ON"
+ 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""
112
113
# Android builds
114
- os: ubuntu-latest
0 commit comments