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 c2f9a95 commit 44c740eCopy full SHA for 44c740e
.github/workflows/build.yml
@@ -1179,7 +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}" '
+ -DROCM_DIR="${env:HIP_PATH}" `
1183
-DGGML_HIP=ON `
1184
-DGGML_HIP_ROCWMMA_FATTN=ON `
1185
-DGGML_RPC=ON `
0 commit comments