Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shunting314/171e5ab404b7855dee2dfa1d9f093442 to your computer and use it in GitHub Desktop.
Save shunting314/171e5ab404b7855dee2dfa1d9f093442 to your computer and use it in GitHub Desktop.
======================================================================
ERROR: test_pickle_storage_box (__main__.TestDoBench)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/scratch/shunting/pytorch/test/inductor/test_max_autotune.py", line 39, in test_pickle_storage_box
loads(dumps(buf))
File "/scratch/shunting/pytorch/torch/_inductor/ir.py", line 3872, in __getattr__
fn = getattr(self.data, name)
File "/scratch/shunting/pytorch/torch/_inductor/ir.py", line 3872, in __getattr__
fn = getattr(self.data, name)
File "/scratch/shunting/pytorch/torch/_inductor/ir.py", line 3872, in __getattr__
fn = getattr(self.data, name)
[Previous line repeated 975 more times]
File "/scratch/shunting/pytorch/torch/_inductor/ir.py", line 3870, in __getattr__
if name == "__getstate__":
RecursionError: maximum recursion depth exceeded in comparison
----------------------------------------------------------------------
Ran 1 test in 1.369s
FAILED (errors=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment