Skip to content

Commit c2f9a95

Browse files
committed
ci: define ROCM_DIR in rocwmma build
1 parent 64d8275 commit c2f9a95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,6 +1179,7 @@ jobs:
11791179
-DCMAKE_CXX_COMPILER="${env:HIP_PATH}\bin\clang++.exe" `
11801180
-DCMAKE_CXX_FLAGS="-I$($PWD.Path.Replace('\', '/'))/rocwmma/install/include/" `
11811181
-DCMAKE_BUILD_TYPE=Release `
1182+
-DROCM_DIR="${env:HIP_PATH}" '
11821183
-DGGML_HIP=ON `
11831184
-DGGML_HIP_ROCWMMA_FATTN=ON `
11841185
-DGGML_RPC=ON `

0 commit comments

Comments
 (0)