ROCm / ROCm-CompilerSupport

The compiler support repository provides various Lightning Compiler related services.
45 stars 31 forks source link

Add documentatio/debug output for command line equivalent operations #5

Closed stuartarchibald closed 1 year ago

stuartarchibald commented 5 years ago

Most of the amd_comgr_action_kind_ss have command line equivalent behaviours, it'd be useful to declare the command line tool wrapped and also the default flags being applied for each operation in the documentation/header file. Further perhaps dump the equivalent operation to stdout in debug mode? Thanks.

lamb-j commented 1 year ago

The current Comgr emits command-line equivalent options/flags for many of the available Actions to stdout using the following: export AMD_COMGR_EMIT_VERBOSE_LOGS=1 export AMD_COMGR_REDIRECT_LOGS=stdout

Post here if there is any additional debug output we can add!