iree icon indicating copy to clipboard operation
iree copied to clipboard

Fix ConstEval exception when enable runtime console tracing

Open ElEHsiang opened this issue 1 year ago • 0 comments

ConstEval::Runtime::Runtime() does not run IREE_TRACE_APP_ENTER() so the _console.file in tracy console provider is not initialized. Do not calling print if _console.file is not initialized.

ElEHsiang avatar Sep 12 '24 06:09 ElEHsiang