Skip to content

Commit 8b1c339

Browse files
authored
* Delete .github/workflows/build-amd.yml * Update build.yml
1 parent 416e7c7 commit 8b1c339

File tree

2 files changed

+28
-52
lines changed

2 files changed

+28
-52
lines changed

.github/workflows/build-amd.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1599,6 +1599,34 @@ jobs:
15991599
run: |
16001600
bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
16011601
1602+
ggml-ci-x64-amd-vulkan:
1603+
runs-on: [self-hosted, Linux, X64, AMD]
1604+
1605+
steps:
1606+
- name: Clone
1607+
id: checkout
1608+
uses: actions/checkout@v4
1609+
1610+
- name: Test
1611+
id: ggml-ci
1612+
run: |
1613+
vulkaninfo --summary
1614+
GG_BUILD_VULKAN=1 bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
1615+
1616+
ggml-ci-x64-amd-rocm:
1617+
runs-on: [self-hosted, Linux, X64, AMD]
1618+
1619+
steps:
1620+
- name: Clone
1621+
id: checkout
1622+
uses: actions/checkout@v4
1623+
1624+
- name: Test
1625+
id: ggml-ci
1626+
run: |
1627+
amd-smi static
1628+
GG_BUILD_ROCM=1 GG_BUILD_AMDGPU_TARGETS="gfx1101" bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
1629+
16021630
ggml-ci-mac-metal:
16031631
runs-on: [self-hosted, macOS, ARM64]
16041632

0 commit comments

Comments
 (0)