From f62739d243cb97ef64106382134047d48a60d31e Mon Sep 17 00:00:00 2001 From: Donato Capitella Date: Sat, 11 Oct 2025 18:52:16 +0100 Subject: [PATCH] update build scripts --- .github/workflows/build_and_publish.yml | 2 +- toolboxes/Dockerfile.rocm-6.4.4-rocwmma | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index ee76506..cb8e380 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -28,7 +28,7 @@ jobs: IN='${{ inputs.backends }}' if [[ "$IN" == "all" || -z "$IN" ]]; then - JSON='["rocm-6.4.3","rocm-6.4.3-rocwmma", "rocm-6.4.4-rocwmma","rocm-7rc","rocm-7rc-rocwmma","vulkan-amdvlk","vulkan-radv"]' + JSON='["rocm-6.4.4","rocm-6.4.4-rocwmma","rocm-7rc","rocm-7rc-rocwmma","vulkan-amdvlk","vulkan-radv"]' else # Remove spaces and build JSON array from comma list IN_CLEAN=$(echo "$IN" | tr -d '[:space:]') diff --git a/toolboxes/Dockerfile.rocm-6.4.4-rocwmma b/toolboxes/Dockerfile.rocm-6.4.4-rocwmma index 62f4606..5bfd0cb 100644 --- a/toolboxes/Dockerfile.rocm-6.4.4-rocwmma +++ b/toolboxes/Dockerfile.rocm-6.4.4-rocwmma @@ -34,7 +34,7 @@ ENV ROCM_PATH=/opt/rocm \ # rocWMMA WORKDIR /opt -RUN git clone -b release/rocm-rel-7.0 https://github.com/ROCm/rocWMMA.git +RUN git clone -b release/rocm-rel-7.1 https://github.com/ROCm/rocWMMA.git RUN sudo mkdir -p /usr/include/rocwmma RUN sudo cp -r rocWMMA/library/include/rocwmma /usr/include/