Skip to content

Commit c8dedc9

Browse files
authored
CI: reenable cdna in rocm docker builds (ggml-org#16376)
1 parent e95fec6 commit c8dedc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devops/rocm.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ FROM ${BASE_ROCM_DEV_CONTAINER} AS build
1616
# gfx803, gfx900, gfx906, gfx1032, gfx1101, gfx1102,not officialy supported
1717
# check https://rocm.docs.amd.com/projects/install-on-linux/en/docs-6.4.1/reference/system-requirements.html
1818

19-
ARG ROCM_DOCKER_ARCH='gfx803;gfx900;gfx906;gfx1010;gfx1030;gfx1032;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201;gfx1151'
19+
ARG ROCM_DOCKER_ARCH='gfx803;gfx900;gfx906;gfx908;gfx90a;gfx942;gfx1010;gfx1030;gfx1032;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201;gfx1151'
2020
#ARG ROCM_DOCKER_ARCH='gfx1151'
2121

2222
# Set ROCm architectures

0 commit comments

Comments
 (0)