Nikita Shulga
Nikita Shulga
@pytorchbot merge
@pytorchbot merge -f "py3.10 failures is obviously unrelated"
VS2022 should be part of AMI, sholdn't it?
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 merge
@pytorchbot revert -m "Test only changes has not been reverted" -c weird
@pytorchbot merge -i
[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?