Upgrade default docker image to ROCm6.4 release. (#2082)

* upgrade to rocm6.4

* fix gfx10 generic target syntax

* use gfx1101 target for unit tests

* use gfx1201 target for unit tests

* do not use generic targets until 6.4.1 release

* update target list and dockerfile.compiler
This commit is contained in:
Illia Silin
2025-04-14 16:41:47 -07:00
committed by GitHub
parent 56378f810f
commit d55c9cb313
3 changed files with 15 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
ARG BASE_DOCKER="rocm/composable_kernel:ck_ub22.04_rocm6.3"
ARG BASE_DOCKER="rocm/composable_kernel:ck_ub22.04_rocm6.4"
FROM $BASE_DOCKER
ARG compiler_version=""
ARG compiler_commit=""