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

Commit 21bb998

Browse files
committed
ci: bump vulkan version
Signed-off-by: thxCode <thxcode0824@gmail.com>
1 parent 537e5f6 commit 21bb998

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,11 +1430,11 @@ jobs:
14301430
fail-fast: false
14311431
matrix:
14321432
# see https://vulkan.lunarg.com/sdk/home.
1433-
# 1.4 ==> 1.4.304, Ubuntu 22.04.
1433+
# 1.4 ==> 1.4.313, Ubuntu 22.04.
14341434
include:
14351435
- arch: 'amd64'
14361436
version: '1.4'
1437-
distro_container_image: 'gpustack/devel-lunarg-vulkan:1.4.304-ubuntu22.04-v2'
1437+
distro_container_image: 'gpustack/devel-lunarg-vulkan:1.4.313-ubuntu22.04-v2'
14381438
runs-on: ${{ matrix.arch == 'amd64' && 'ubuntu-22.04' || 'ubuntu-22.04-arm' }}
14391439
steps:
14401440
- name: Maximize Root Space
@@ -2199,11 +2199,11 @@ jobs:
21992199
fail-fast: false
22002200
matrix:
22012201
# see https://vulkan.lunarg.com/sdk/home.
2202-
# 1.4 ==> 1.4.304.1, Windows Server 2022.
2202+
# 1.4 ==> 1.4.313.2, Windows Server 2022.
22032203
include:
22042204
- arch: 'amd64'
22052205
version: '1.4'
2206-
distro_binary_installer: 'https://sdk.lunarg.com/sdk/download/1.4.304.1/windows/VulkanSDK-1.4.304.1-Installer.exe'
2206+
distro_binary_installer: 'https://sdk.lunarg.com/sdk/download/1.4.313.2/windows/vulkansdk-windows-X64-1.4.313.2.exe'
22072207
runs-on: windows-2022
22082208
steps:
22092209
- name: Checkout

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ LLaMA Box supports the following platforms.
128128
| **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)`. |
129129
| **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). |
130130
| **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). |
131-
| **LunarG Vulkan <br/>1.4 (1.4.304)** | `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). |
131+
| **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). |
132132
| **Huawei Ascend CANN <br/>8.1.rc1 (8.1.rc1.beta1)** | `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). |
133133
| **Huawei Ascend CANN <br/>8.0 (8.0.0.beta1)** | `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). |
134134
| **HYGON DTK(DCU Toolkit) <br/>25.04 (25.04)** | `linux/amd64`<sup>Ubuntu 22.04</sup><br/> | `Z100`, `K100`, `Z100L`, <br/>see [DTK Community](https://developer.sourcefind.cn/?s=Note). |

0 commit comments

Comments
 (0)