Print statement for codegen backends#217
Conversation
…revious forked repository are all obsolete.
Merging this PR will degrade performance by 11.99%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ❌ | WallTime | test_ops_binary[interpret_galley-multiply] |
786.2 ms | 895.3 ms | -12.19% |
| ❌ | WallTime | test_ops_binary[interpret_galley-add] |
787 ms | 894.6 ms | -12.03% |
| ❌ | WallTime | test_ops_reduction[interpret_galley-sum] |
419.5 ms | 475.4 ms | -11.76% |
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing sh/print-for-codegen (965f79d) with main (64775fa)
willow-ahrens
left a comment
There was a problem hiding this comment.
I'm not sure about this. It seems like extra complexity, and nobody has asked for it in a while.
Add a print statement to c++ and numba backends to print out the content of input arguments. Solving issue #194 .