File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments