sanchitintel
Results
62
comments of
sanchitintel
@yanbing-j, turns out `torch._inductor.config.trace.log_autotuning_results = True` is simply displaying more auto-tuning results, but that's fine since auto-tuning is not being done for duplicate input shapes, so it's just that enabling...
Thanks, @yanbing-j! That's what I meant. Should we disable it, as it's too verbose? Even without `torch._inductor.config.trace.log_autotuning_results = True`, we get benchmarking logs for all unique input shapes. Thanks!