trace ops in JIT should be visible to end-user
Open
jit
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
Currently, trace ops in JIT execute, but their output is thrown away and not visibile.
Ref - https://github.com/google/xls/blob/main/xls/interpreter/serial_proc_runtime.cc#L96
This issue is to create a mechanism where trace messages are either VLOG'ed or LOG'ed with some verbosity.
See also https://github.com/google/xls/issues/1299 for verbosity.
Contributor guide
Assessment
This issue has not been assessed yet.