已合并
fix benchmark_gpu bug #44978
xinyuzhuo创建于 6 天前
fix benchmark_gpu bug #44978
已合并
共 1 个文件变更+1-1
| @@ -1554,7 +1554,7 @@ class NPUCachingAutotuner(CachingAutotuner): | |||
| 1554 | ): | 1554 | ): |
| 1555 | return do_bench_using_profiling_npu(kernel_call, rep=1) | 1555 | return do_bench_using_profiling_npu(kernel_call, rep=1) |
| 1556 | 1556 | ||
| 1557 | - return benchmarker.benchmark_gpu(kernel_call, rep=1) | 1557 | + return benchmarker.benchmark_gpu(kernel_call, rep=1, is_vetted_benchmarking=True) |
| 1558 | 1558 | ||
| 1559 | def _profile_batch_benchmark(self, kernel_funcs): | 1559 | def _profile_batch_benchmark(self, kernel_funcs): |
| 1560 | def delete_file(base_path): | 1560 | def delete_file(base_path): |