Skip to content

Commit

Permalink
Enabled auto-scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastruemper committed Jun 24, 2022
1 parent 3e501c0 commit 5bd8b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npbench/infrastructure/halide_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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"
Expand Down

0 comments on commit 5bd8b19

Please sign in to comment.