We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d8275 commit c2f9a95Copy full SHA for c2f9a95
.github/workflows/build.yml
@@ -1179,6 +1179,7 @@ jobs:
1179
-DCMAKE_CXX_COMPILER="${env:HIP_PATH}\bin\clang++.exe" `
1180
-DCMAKE_CXX_FLAGS="-I$($PWD.Path.Replace('\', '/'))/rocwmma/install/include/" `
1181
-DCMAKE_BUILD_TYPE=Release `
1182
+ -DROCM_DIR="${env:HIP_PATH}" '
1183
-DGGML_HIP=ON `
1184
-DGGML_HIP_ROCWMMA_FATTN=ON `
1185
-DGGML_RPC=ON `
0 commit comments