Skip to content

Commit 8e6fc6e

Browse files
committed
Action : don't build with hip support
1 parent 83f6735 commit 8e6fc6e

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -104,32 +104,6 @@ jobs:
104104
path: cudart-vulkan-llama-${{ steps.tag.outputs.name }}-bin-ubuntu-x64.zip
105105
name: cudart-vulkan-llama-bin-ubuntu-x64.zip
106106

107-
ubuntu-22-cmake-hip:
108-
runs-on: ubuntu-22.04
109-
container: rocm/dev-ubuntu-22.04:6.0.2
110-
111-
steps:
112-
- name: Clone
113-
id: checkout
114-
uses: actions/checkout@v4
115-
116-
- name: Dependencies
117-
id: depends
118-
run: |
119-
sudo apt-get update
120-
sudo apt-get install -y build-essential git cmake rocblas-dev hipblas-dev
121-
122-
- name: Build with native CMake HIP support
123-
id: cmake_build
124-
run: |
125-
cmake -B build -S . -DCMAKE_HIP_COMPILER="$(hipconfig -l)/clang" -DGGML_HIPBLAS=ON
126-
cmake --build build --config Release -j $(nproc)
127-
128-
- name: Build with legacy HIP support
129-
id: cmake_build_legacy_hip
130-
run: |
131-
cmake -B build2 -S . -DCMAKE_C_COMPILER=hipcc -DCMAKE_CXX_COMPILER=hipcc -DGGML_HIPBLAS=ON
132-
cmake --build build2 --config Release -j $(nproc)
133107

134108

135109
# TODO: build with GGML_NO_METAL because test-backend-ops fail on "Apple Paravirtual device" and I don't know

0 commit comments

Comments
 (0)