From cdffa8cc8349dd59246e3fb36c991010b6947ffd Mon Sep 17 00:00:00 2001 From: Thomas Ning Date: Tue, 2 Dec 2025 07:27:37 -0800 Subject: [PATCH] disable the gfx90a (#3336) [ROCm/composable_kernel commit: 8459d389ada29d9778ab3e322613e5a18c22849f] --- example/ck_tile/17_grouped_gemm/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/ck_tile/17_grouped_gemm/CMakeLists.txt b/example/ck_tile/17_grouped_gemm/CMakeLists.txt index 95a7c240f4..bf52e0c3f4 100644 --- a/example/ck_tile/17_grouped_gemm/CMakeLists.txt +++ b/example/ck_tile/17_grouped_gemm/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) Advanced Micro Devices, Inc., or its affiliates. # SPDX-License-Identifier: MIT -if(GPU_TARGETS MATCHES "gfx94|gfx95|gfx90a") +if(GPU_TARGETS MATCHES "gfx94|gfx95") add_executable(tile_example_grouped_gemm grouped_gemm.cpp) add_executable(tile_example_quant_grouped_gemm quant_grouped_gemm.cpp) add_executable(tile_example_grouped_gemm_preshuffle grouped_gemm_preshuffle.cpp)