I’m attempting to write a custom torch.compile backend based on the results of TorchInductor.
Is there an easy way to get the optimized fx graph by inductor programmatically?
I’m attempting to write a custom torch.compile backend based on the results of TorchInductor.
Is there an easy way to get the optimized fx graph by inductor programmatically?