ROCm / ROCm-CompilerSupport

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

Prevent output flushing on error #4

Closed stuartarchibald closed 1 year ago

stuartarchibald commented 5 years ago

If the library hits some problem during an action, e.g. cannot relocate symbols, it's fairly common for the output to get repeatedly flushed with large amounts of out empty output, technically this isn't a problem, but if preventable it'd make reading the output more convenient. Thanks.

scott-linder commented 5 years ago

Do you have a minimal example? Currently the only output comes from tools which do not expose options to control when output is flushed, but as part of #2 we should replace much of this output to standard streams with LOG objects.

stuartarchibald commented 5 years ago

Unfortunately not. I have a tower of half working things whilst switching out the Numba ROC target compilation pipeline to use comgr. The place I observe this is when I do the following:

Thanks for your help.

lamb-j commented 1 year ago

I'm guessing this is no longer an issue. I haven't seen or heard of this error recently. Follow up if you're still able to recreate it though!