diff --git a/shared/tensile/Tensile/cmake/TensileConfig.cmake b/shared/tensile/Tensile/cmake/TensileConfig.cmake index f905935fc18c..c9c1084d356d 100644 --- a/shared/tensile/Tensile/cmake/TensileConfig.cmake +++ b/shared/tensile/Tensile/cmake/TensileConfig.cmake @@ -215,9 +215,6 @@ function(TensileCreateLibraryFiles set(Options ${Options} "--architecture=${archString}") endif() - # We do not need to do device enumeration at library build time. - set(Options ${Options} "--no-enumerate") - set(CommandLine ${Script} ${Options} ${Tensile_LOGIC_PATH} ${Tensile_OUTPUT_PATH} HIP) if (WIN32 OR (VIRTUALENV_BIN_DIR AND VIRTUALENV_PYTHON_EXENAME)) set(CommandLine ${VIRTUALENV_BIN_DIR}/${VIRTUALENV_PYTHON_EXENAME} ${CommandLine})