Dynamo/inductor config is not preserved, so minifier might run with different settings - e.g. this might happen if a user changes config at runtime. This is especially relevant with the new torch.compile inductor modes, since inductor configs are changed at runtime.
Dynamo/inductor config is not preserved, so minifier might run with different settings - e.g. this might happen if a user changes config at runtime. This is especially relevant with the new
torch.compile
inductor modes, since inductor configs are changed at runtime.