Skip to content

Commit

Permalink
Merge branch 'users/lukas/halide-python' of github.com:spcl/npbench i…
Browse files Browse the repository at this point in the history
…nto users/lukas/halide-python
  • Loading branch information
alexnick83 committed Jun 24, 2022
2 parents 1357c21 + 5bd8b19 commit a2de1fb
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 @@ -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"
Expand Down

0 comments on commit a2de1fb

Please sign in to comment.