Files
tinygrad/tinygrad
0e409ff5ce fix indentation in UOp pretty_print for repeated references (#13857)
* fix correct indentation in UOp pretty_print for repeated references

When a UOp was referenced multiple times, the walrus operator notation
(e.g., x0:=) was correctly used for the first occurrence, but subsequent
references had misaligned indentation due to an extra space character.

Fix indentation misalignment in pretty_print() when UOps are referenced
multiple times.

* add simple unit tests for UOp repr

---------

Co-authored-by: chenyu <[email protected]>
2025-12-29 10:46:16 -05:00
..
2025-12-27 16:24:22 -05:00
2025-12-27 11:06:10 -05:00
2025-12-16 19:56:30 -05:00
2025-12-28 00:31:16 +09:00
2025-05-18 11:38:28 -07:00
2025-12-27 16:24:22 -05:00
2024-08-14 17:31:46 -07:00