Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit 15c43bd

Browse files
committed
ci: build rocm 6.4
Signed-off-by: thxCode <thxcode0824@gmail.com>
1 parent faa09ab commit 15c43bd

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,18 +770,24 @@ jobs:
770770
matrix:
771771
# see https://hub.docker.com/r/rocm/dev-centos-7/tags.
772772
# 6.2 ==> 6.2.4, CentOS 7.
773+
# 6.4 ==> 6.4.2, Ubuntu 22.04.
773774
# build fat binary,
774775
# see https://github.com/ggerganov/llama.cpp/pull/1087#issuecomment-1682807878,
775776
# https://llvm.org/docs/AMDGPUUsage.html.
776777
# official gpu support list,
777-
# see https://rocm.docs.amd.com/projects/install-on-linux/en/docs-6.2.4/reference/system-requirements.html.
778+
# see https://rocm.docs.amd.com/projects/install-on-linux/en/docs-6.2.4/reference/system-requirements.html,
779+
# https://rocm.docs.amd.com/projects/install-on-linux/en/docs-6.4.2/reference/system-requirements.html.
778780
# support rocWMMA yet,
779781
# see https://rocm.docs.amd.com/projects/rocWMMA/en/latest/install/installation.html.
780782
include:
781783
- arch: 'amd64'
782784
version: '6.2'
783785
distro_container_image: 'gpustack/devel-rocm-hip:6.2.4-centos7-v2'
784786
hip_arch: 'gfx906:xnack-;gfx908:xnack-;gfx90a:xnack+;gfx90a:xnack-;gfx942;gfx1030;gfx1031;gfx1032;gfx1100;gfx1101;gfx1102'
787+
- arch: 'amd64'
788+
version: '6.4'
789+
distro_container_image: 'gpustack/devel-rocm-hip:6.4.2-ubuntu22.04-v2'
790+
hip_arch: 'gfx906:xnack-;gfx908:xnack-;gfx90a;gfx942;gfx1030;gfx1031;gfx1032;gfx1033;gfx1100;gfx1101;gfx1102;gfx1150;gfx1151'
785791
runs-on: ${{ matrix.arch == 'amd64' && 'ubuntu-22.04' || 'ubuntu-22.04-arm' }}
786792
steps:
787793
- name: Maximize Root Space

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ LLaMA Box supports the following platforms.
127127
|-----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
128128
| **NVIDIA CUDA <br/>12.8 (12.8.0)** | `linux/amd64`<sup>RockyLinux 8.9</sup><br/> `linux/arm64`<sup>RockyLinux 8.9</sup><br/> `windows/amd64`<sup>Windows Server 2022</sup> | [Compute capability](https://developer.nvidia.com/cuda-gpus) matches: <br/>`6.0`, `6.1`, <br/>`7.0`, `7.5`, <br/>`8.0`, `8.6`, `8.7`, `8.9` <br/>`9.0`, <br/>`10.0`, `10.1`, <br/>`12.0`. <br/>[Driver version](https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html#id4) requires: <br/>`>=525.60.13(linux)` <br/>`>=528.33(windows)`. |
129129
| **NVIDIA CUDA <br/>12.4 (12.4.0)** | `linux/amd64`<sup>CentOS 7</sup><br/> `linux/arm64`<sup>RockyLinux 8.9</sup><br/> `windows/amd64`<sup>Windows Server 2022</sup> | [Compute capability](https://developer.nvidia.com/cuda-gpus) matches: <br/>`6.0`, `6.1`, <br/>`7.0`, `7.5`, <br/>`8.0`, `8.6`, `8.7`, `8.9` <br/>`9.0`. <br/>[Driver version](https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html#id4) requires: <br/>`>=525.60.13(linux)` <br/>`>=528.33(windows)`. |
130-
| **AMD ROCm/HIP <br/>6.2 (6.2.4)** | `linux/amd64`<sup>CentOS 7</sup><br/> `windows/amd64`<sup>Windows Server 2022</sup> | LLVM target matches: <br/>`gfx906 (linux)`, <br/>`gfx908 (linux)`, <br/>`gfx90a (linux)`, <br/>`gfx942 (linux)`, <br/>`gfx1030`, `gfx1031`, `gfx1032`, <br/>`gfx1100`, `gfx1101`, `gfx1102`, <br/>see [Linux Installation](https://rocm.docs.amd.com/projects/install-on-linux/en/docs-6.2.4/reference/system-requirements.html), <br/>[Windows Installation](https://rocm.docs.amd.com/projects/install-on-windows/en/docs-6.2.4/reference/system-requirements.html). |
130+
| **AMD ROCm/HIP <br/>6.2 (6.2.4)** | `linux/amd64`<sup>CentOS 7</sup><br/> `windows/amd64`<sup>Windows Server 2022</sup> | LLVM target matches: <br/>`gfx906`, <br/>`gfx908`, <br/>`gfx90a`, <br/>`gfx942`, <br/>`gfx1030`, `gfx1031`, `gfx1032`, `gfx1033`, <br/>`gfx1100`, `gfx1101`, `gfx1102`, <br/>`gfx1150`, `gfx1151`, <br/>see [Linux Installation](https://rocm.docs.amd.com/projects/install-on-linux/en/docs-6.4.2/reference/system-requirements.html). |
131+
| **AMD ROCm/HIP <br/>6.4 (6.4.2)** | `linux/amd64`<sup>Ubuntu 22.04</sup><br/> | LLVM target matches: <br/>`gfx906 (linux)`, <br/>`gfx908 (linux)`, <br/>`gfx90a (linux)`, <br/>`gfx942 (linux)`, <br/>`gfx1030`, `gfx1031`, `gfx1032`, <br/>`gfx1100`, `gfx1101`, `gfx1102`, <br/>see [Linux Installation](https://rocm.docs.amd.com/projects/install-on-linux/en/docs-6.2.4/reference/system-requirements.html), <br/>[Windows Installation](https://rocm.docs.amd.com/projects/install-on-windows/en/docs-6.2.4/reference/system-requirements.html). |
131132
| **Intel oneAPI <br/>2025.0 (2025.0.0)** | `linux/amd64`<sup>Ubuntu 22.04</sup><br/> `windows/amd64`<sup>Windows Server 2022</sup> | Support [Intel oneAPI](https://en.wikipedia.org/wiki/OneAPI_(compute_acceleration)), <br/>see [Toolkit Requirements](https://www.intel.com/content/www/us/en/developer/articles/system-requirements/intel-oneapi-base-toolkit-system-requirements.html). |
132133
| **LunarG Vulkan <br/>1.4 (1.4.313)** | `linux/amd64`<sup>Ubuntu 22.04</sup><br/> `windows/amd64`<sup>Windows Server 2022</sup> | Support [LunarG Vulkan](https://vulkan.lunarg.com/), <br/>check [Support Devices](https://vulkan.gpuinfo.org/listdevices.php). |
133134
| **Huawei Ascend CANN <br/>8.2.rc1 (8.2.rc1)** | `linux/amd64`<sup>Ubuntu 20.04</sup><br/> `linux/arm64`<sup>Ubuntu 20.04</sup> | `Ascend 910b`, `Ascend 310p`, <br/>see [Ascend Document](https://www.hiascend.com/en/document). |

0 commit comments

Comments
 (0)