diff --git a/npbench/infrastructure/halide_framework.py b/npbench/infrastructure/halide_framework.py index 9bc6fa9..bcf231f 100644 --- a/npbench/infrastructure/halide_framework.py +++ b/npbench/infrastructure/halide_framework.py @@ -60,7 +60,7 @@ def implementations(self, bench: Benchmark) -> Sequence[Tuple[Callable, str]]: # Auto scheduling: branch into multiple implementations here autoschedule_str = 'pipeline.auto_schedule("Adams2019", hl.get_target_from_environment())' - #exec(autoschedule_str) + exec(autoschedule_str) # Generate c++ code object_file_path = halide_cache / f"{module_name}_halide.o"