Nikita Shulga

Results 442 comments of Nikita Shulga

@pytorchbot merge -f "py3.10 failures is obviously unrelated"

Had somebody had a chance to figure out what is amiss with sccache?

@snadampal can you please add build/test time numbers to this PR? Otherwise lgtm (though we really need to enable sccache for those)

@pytorchbot revert -m "Test only changes has not been reverted" -c weird

[Edit] Have a stable reproducer ```python import torch import gc import sys for i in range(50): d = torch.float32.to_complex() print(i, sys.getrefcount(d)) print("That's all folks!") print(gc.get_referrers(d)) ``` Backtrace: ``` (lldb) bt...

@tringwald do you want to submit a fix or should I?