File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1238,7 +1238,7 @@ jobs:
12381238 cmake -G "Unix Makefiles" -B build -S . `
12391239 -DCMAKE_C_COMPILER="${env:HIP_PATH}\bin\clang.exe" `
12401240 -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/" `
12421242 -DCMAKE_BUILD_TYPE=Release `
12431243 -DGGML_HIP=ON `
12441244 -DGGML_HIP_ROCWMMA_FATTN=ON `
@@ -1294,7 +1294,7 @@ jobs:
12941294 cmake -G "Unix Makefiles" -B build -S . `
12951295 -DCMAKE_C_COMPILER="${env:HIP_PATH}\bin\clang.exe" `
12961296 -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/" `
12981298 -DCMAKE_BUILD_TYPE=Release `
12991299 -DAMDGPU_TARGETS=${{ matrix.gpu_target }} `
13001300 -DGGML_HIP_ROCWMMA_FATTN=ON `
You can’t perform that action at this time.
0 commit comments