Is torch.compile hardware aware?

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?