Upgrade to ROCm6.4.1 and use generic targets for gfx1x. (#2274)

* upgrade to rocm6.4.1 and use gfx1x-generic targets

* add rocm version parsing

* fix the gfx10-3-generic syntax in cmake
This commit is contained in:
Illia Silin
2025-06-03 07:17:35 -07:00
committed by GitHub
parent 2e38eb4f1c
commit b76fdbe47f
7 changed files with 50 additions and 31 deletions

View File

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