From ebd00eb43d1e5ad2a3d9b018c8cec6c551101a99 Mon Sep 17 00:00:00 2001 From: alessandra simmons Date: Wed, 5 Nov 2025 15:35:02 -0500 Subject: [PATCH] [mlir] Remove filtering of deprecated rocm-agent-enumerator value gfx000 --- mlir/lib/ExecutionEngine/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/mlir/lib/ExecutionEngine/CMakeLists.txt b/mlir/lib/ExecutionEngine/CMakeLists.txt index fdeb4dacf9278..a7337f9afd596 100644 --- a/mlir/lib/ExecutionEngine/CMakeLists.txt +++ b/mlir/lib/ExecutionEngine/CMakeLists.txt @@ -323,7 +323,6 @@ if(LLVM_ENABLE_PIC) endif() string(STRIP AGENTS_STRING ${AGENTS_STRING}) string(REPLACE "\n" ";" AGENTS_LIST ${AGENTS_STRING}) - list(FILTER AGENTS_LIST EXCLUDE REGEX "gfx000") if (AGENTS_LIST STREQUAL "") message(SEND_ERROR "No non-CPU ROCm agents found on the system, and ROCM_TEST_CHIPSET is not defined") else()