Railfree

Results 3 comments of Railfree

Yeah thats interesting. Here is my results if it helps. ### Experiment 1: ``` a_cpu = torch.rand(1000, device='cpu') b_cpu = torch.rand((1000, 1000), device='cpu') a_mps = torch.rand(1000, device='mps') b_mps = torch.rand((1000,...

Thanks River. However, doesn't the comment from @toiletsandpaper imply that it's Not fixed? If we need to use the `strip` command to decrease the binary further, then that means there...

Ah got it. That makes sense. Thanks for clarifying!