We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d6491 commit ebd00ebCopy full SHA for ebd00eb
mlir/lib/ExecutionEngine/CMakeLists.txt
@@ -323,7 +323,6 @@ if(LLVM_ENABLE_PIC)
323
endif()
324
string(STRIP AGENTS_STRING ${AGENTS_STRING})
325
string(REPLACE "\n" ";" AGENTS_LIST ${AGENTS_STRING})
326
- list(FILTER AGENTS_LIST EXCLUDE REGEX "gfx000")
327
if (AGENTS_LIST STREQUAL "")
328
message(SEND_ERROR "No non-CPU ROCm agents found on the system, and ROCM_TEST_CHIPSET is not defined")
329
else()
0 commit comments