@@ -1302,8 +1302,8 @@ jobs:
13021302 run : |
13031303 GG_BUILD_NO_BF16=1 GG_BUILD_EXTRA_TESTS_0=1 bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
13041304
1305- ggml-ci-x64-nvidia-v100- cuda :
1306- runs-on : [self-hosted, Linux, X64, NVIDIA, V100 ]
1305+ ggml-ci-x64-nvidia-cuda :
1306+ runs-on : [self-hosted, Linux, X64, NVIDIA]
13071307
13081308 steps :
13091309 - name : Clone
@@ -1316,8 +1316,8 @@ jobs:
13161316 nvidia-smi
13171317 GG_BUILD_CUDA=1 bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
13181318
1319- ggml-ci-x64-nvidia-v100- vulkan :
1320- runs-on : [self-hosted, Linux, X64, NVIDIA, V100 ]
1319+ ggml-ci-x64-nvidia-vulkan-cm :
1320+ runs-on : [self-hosted, Linux, X64, NVIDIA]
13211321
13221322 steps :
13231323 - name : Clone
@@ -1327,25 +1327,11 @@ jobs:
13271327 - name : Test
13281328 id : ggml-ci
13291329 run : |
1330- vulkaninfo
1331- GG_BUILD_VULKAN=1 bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
1332-
1333- ggml-ci-x64-nvidia-t4-cuda :
1334- runs-on : [self-hosted, Linux, X64, NVIDIA, T4]
1335-
1336- steps :
1337- - name : Clone
1338- id : checkout
1339- uses : actions/checkout@v4
1340-
1341- - name : Test
1342- id : ggml-ci
1343- run : |
1344- nvidia-smi
1345- GG_BUILD_CUDA=1 bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
1330+ vulkaninfo --summary
1331+ GG_BUILD_VULKAN=1 GGML_VK_DISABLE_COOPMAT2=1 bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
13461332
1347- ggml-ci-x64-nvidia-t4- vulkan :
1348- runs-on : [self-hosted, Linux, X64, NVIDIA, T4 ]
1333+ ggml-ci-x64-nvidia-vulkan-cm2 :
1334+ runs-on : [self-hosted, Linux, X64, NVIDIA, COOPMAT2 ]
13491335
13501336 steps :
13511337 - name : Clone
@@ -1355,23 +1341,9 @@ jobs:
13551341 - name : Test
13561342 id : ggml-ci
13571343 run : |
1358- vulkaninfo
1344+ vulkaninfo --summary
13591345 GG_BUILD_VULKAN=1 bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
13601346
1361- ggml-ci-x64-nvidia-t4-vulkan-coopmat1 :
1362- runs-on : [self-hosted, Linux, X64, NVIDIA, T4]
1363-
1364- steps :
1365- - name : Clone
1366- id : checkout
1367- uses : actions/checkout@v4
1368-
1369- - name : Test
1370- id : ggml-ci
1371- run : |
1372- vulkaninfo
1373- GG_BUILD_VULKAN=1 GGML_VK_DISABLE_COOPMAT2=1 bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
1374-
13751347 ggml-ci-x64-cpu-amx :
13761348 runs-on : [self-hosted, Linux, X64, CPU, AMX]
13771349
@@ -1385,21 +1357,36 @@ jobs:
13851357 run : |
13861358 bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
13871359
1388- ggml-ci-x64-amd-v710-vulkan :
1389- runs-on : [self-hosted, Linux, X64, AMD, V710]
1390-
1391- steps :
1392- - name : Clone
1393- id : checkout
1394- uses : actions/checkout@v4
1395-
1396- - name : Test
1397- id : ggml-ci
1398- run : |
1399- GG_BUILD_VULKAN=1 bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
1360+ # ggml-ci-x64-amd-vulkan:
1361+ # runs-on: [self-hosted, Linux, X64, AMD]
1362+ #
1363+ # steps:
1364+ # - name: Clone
1365+ # id: checkout
1366+ # uses: actions/checkout@v4
1367+ #
1368+ # - name: Test
1369+ # id: ggml-ci
1370+ # run: |
1371+ # vulkaninfo --summary
1372+ # GG_BUILD_VULKAN=1 bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
1373+ #
1374+ # ggml-ci-x64-amd-rocm:
1375+ # runs-on: [self-hosted, Linux, X64, AMD]
1376+ #
1377+ # steps:
1378+ # - name: Clone
1379+ # id: checkout
1380+ # uses: actions/checkout@v4
1381+ #
1382+ # - name: Test
1383+ # id: ggml-ci
1384+ # run: |
1385+ # amd-smi static
1386+ # GG_BUILD_ROCM=1 GG_BUILD_AMDGPU_TARGETS="gfx1101" bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
14001387
1401- ggml-ci-x64-amd-v710-rocm :
1402- runs-on : [self-hosted, Linux, X64, AMD, V710 ]
1388+ ggml-ci-mac-metal :
1389+ runs-on : [self-hosted, macOS, ARM64 ]
14031390
14041391 steps :
14051392 - name : Clone
@@ -1409,9 +1396,9 @@ jobs:
14091396 - name : Test
14101397 id : ggml-ci
14111398 run : |
1412- GG_BUILD_ROCM =1 GG_BUILD_AMDGPU_TARGETS="gfx1101" bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
1399+ GG_BUILD_METAL =1 bash ./ci/run.sh ~/results/llama.cpp ~ /mnt/llama.cpp
14131400
1414- ggml-ci-mac-metal :
1401+ ggml-ci-mac-vulkan :
14151402 runs-on : [self-hosted, macOS, ARM64]
14161403
14171404 steps :
@@ -1422,18 +1409,5 @@ jobs:
14221409 - name : Test
14231410 id : ggml-ci
14241411 run : |
1425- GG_BUILD_METAL=1 bash ./ci/run.sh ~/results/llama.cpp ~/mnt/llama.cpp
1426-
1427- # TODO: install vulkan drivers
1428- # ggml-ci-mac-vulkan:
1429- # runs-on: [self-hosted, macOS, ARM64]
1430- #
1431- # steps:
1432- # - name: Clone
1433- # id: checkout
1434- # uses: actions/checkout@v4
1435- #
1436- # - name: Test
1437- # id: ggml-ci
1438- # run: |
1439- # GG_BUILD_VULKAN=1 bash ./ci/run.sh ~/results/llama.cpp ~/mnt/llama.cpp
1412+ vulkaninfo --summary
1413+ GG_BUILD_VULKAN=1 bash ./ci/run.sh ~/results/llama.cpp ~/mnt/llama.cpp
0 commit comments