Files
tinygrad/test/unit
Clément Verrier 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 <chenyu@fastmail.com>
2025-12-29 10:46:16 -05:00
..
2023-12-05 16:17:57 -08:00
2025-11-13 06:19:28 -08:00
2025-12-19 13:33:59 -05:00
2025-10-25 11:49:20 +08:00
2025-12-17 09:39:44 -04:00