Skip to content

Commit ebd00eb

Browse files
committed
[mlir] Remove filtering of deprecated rocm-agent-enumerator value gfx000
1 parent 78d6491 commit ebd00eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/lib/ExecutionEngine/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ if(LLVM_ENABLE_PIC)
323323
endif()
324324
string(STRIP AGENTS_STRING ${AGENTS_STRING})
325325
string(REPLACE "\n" ";" AGENTS_LIST ${AGENTS_STRING})
326-
list(FILTER AGENTS_LIST EXCLUDE REGEX "gfx000")
327326
if (AGENTS_LIST STREQUAL "")
328327
message(SEND_ERROR "No non-CPU ROCm agents found on the system, and ROCM_TEST_CHIPSET is not defined")
329328
else()

0 commit comments

Comments
 (0)