Skip to content

Commit a03af60

Browse files
author
John Doe
committed
attempting to fix builds to be all in-one
1 parent 5f2081e commit a03af60

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-hipblas-rocm71.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
ROCM_VERSION: "7.1.0"
6969
# Individual GPU target for this build
7070
GPU_TARGET: ${{ matrix.gpu_target }}
71-
SD_DEFINES: -DSD_HIPBLAS=ON -DSD_BUILD_SHARED_LIBS=ON -DGGML_NATIVE=OFF
7271

7372
steps:
7473
- uses: actions/checkout@v4
@@ -140,15 +139,14 @@ jobs:
140139
141140
# Configure with ROCm 7.1 and specific GPU target (following official build guide)
142141
cmake .. \
143-
-G "Ninja" \
142+
-G "Unix Makefiles" \
144143
-DCMAKE_C_COMPILER=clang \
145144
-DCMAKE_CXX_COMPILER=clang++ \
146145
-DSD_HIPBLAS=ON \
146+
-DSD_BUILD_SHARED_LIBS=OFF \
147147
-DCMAKE_BUILD_TYPE=Release \
148148
-DGPU_TARGETS="${{ env.GPU_TARGET }}" \
149149
-DAMDGPU_TARGETS="${{ env.GPU_TARGET }}" \
150-
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \
151-
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
152150
153151
# Build with all available cores
154152
cmake --build . --config Release

0 commit comments

Comments
 (0)