Commit f1648e9 1 parent d6c95b0 commit f1648e9 Copy full SHA for f1648e9
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1238,7 +1238,7 @@ jobs:
1238
1238
cmake -G "Unix Makefiles" -B build -S . `
1239
1239
-DCMAKE_C_COMPILER="${env:HIP_PATH}\bin\clang.exe" `
1240
1240
-DCMAKE_CXX_COMPILER="${env:HIP_PATH}\bin\clang++.exe" `
1241
- -DCMAKE_CXX_FLAGS="-Irocwmma /library/include/" `
1241
+ -DCMAKE_CXX_FLAGS="-I$($PWD.Path.Replace('\', '/'))/rocwmma /library/include/" `
1242
1242
-DCMAKE_BUILD_TYPE=Release `
1243
1243
-DGGML_HIP=ON `
1244
1244
-DGGML_HIP_ROCWMMA_FATTN=ON `
@@ -1294,7 +1294,7 @@ jobs:
1294
1294
cmake -G "Unix Makefiles" -B build -S . `
1295
1295
-DCMAKE_C_COMPILER="${env:HIP_PATH}\bin\clang.exe" `
1296
1296
-DCMAKE_CXX_COMPILER="${env:HIP_PATH}\bin\clang++.exe" `
1297
- -DCMAKE_CXX_FLAGS="-Irocwmma /library/include/" `
1297
+ -DCMAKE_CXX_FLAGS="-I$($PWD.Path.Replace('\', '/'))/rocwmma /library/include/" `
1298
1298
-DCMAKE_BUILD_TYPE=Release `
1299
1299
-DAMDGPU_TARGETS=${{ matrix.gpu_target }} `
1300
1300
-DGGML_HIP_ROCWMMA_FATTN=ON `
You can’t perform that action at this time.
0 commit comments