Compilers can often use knowledge about the hardware a program is going to be run on to make platform specific optimizations. Does torch.compile
take into account the GPU model or other hardware specifications when doing its thing?
Compilers can often use knowledge about the hardware a program is going to be run on to make platform specific optimizations. Does torch.compile
take into account the GPU model or other hardware specifications when doing its thing?