diff --color -uprN orig/Tensile/cmake/TensileConfig.cmake Tensile-rocm-4.3.0/Tensile/cmake/TensileConfig.cmake --- orig/Tensile/cmake/TensileConfig.cmake 2021-08-18 17:48:00.115478470 +0800 +++ Tensile-rocm-4.3.0/Tensile/cmake/TensileConfig.cmake 2021-08-18 17:48:49.963478801 +0800 @@ -234,6 +234,7 @@ function(TensileCreateLibraryFiles COMMENT "Generating Tensile Libraries" OUTPUT ${Tensile_EMBED_LIBRARY_SOURCE};${Tensile_MANIFEST_CONTENTS} COMMAND ${CommandLine} + USES_TERMINAL ) set("${Tensile_VAR_PREFIX}_ALL_FILES" ${Tensile_MANIFEST_CONTENTS} PARENT_SCOPE) diff --color -uprN orig/Tensile/Common.py Tensile-rocm-4.3.0/Tensile/Common.py --- orig/Tensile/Common.py 2021-08-18 17:48:00.075478470 +0800 +++ Tensile-rocm-4.3.0/Tensile/Common.py 2021-08-18 17:48:23.287478624 +0800 @@ -179,7 +179,7 @@ globalParameters["PrintTensorD"] = 0 globalParameters["PrintTensorRef"] = 0 # Print reference tensor. 0x1=after init; 0x2=after copy-back; 0x3=both globalParameters["PrintIndexAssignments"] = 0 # Print the tensor index assignment info globalParameters["PrintWinnersOnly"] = False # Only print the solutions which become the fastest -globalParameters["PrintCodeCommands"] = False # print the commands used to generate the code objects (asm,link,hip-clang, etc) +globalParameters["PrintCodeCommands"] = True # print the commands used to generate the code objects (asm,link,hip-clang, etc) globalParameters["DumpTensors"] = False # If True, dump tensors to binary files instead of printing them. # TODO - remove this when NewClient is mainstream