Skip to content

Commit

Permalink
Added print_loop_nest() to the list of supported calls on Generator o…
Browse files Browse the repository at this point in the history
…utputs.
  • Loading branch information
SanderX Vocke committed Jul 17, 2017
1 parent 5a6b3ec commit 1260f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Generator.h
Original file line number Diff line number Diff line change
Expand Up @@ -1648,6 +1648,7 @@ class GeneratorOutputBase : public GIOBase {
HALIDE_OUTPUT_FORWARD_CONST(outputs)
HALIDE_OUTPUT_FORWARD(parallel)
HALIDE_OUTPUT_FORWARD(prefetch)
HALIDE_OUTPUT_FORWARD(print_loop_nest)
HALIDE_OUTPUT_FORWARD(rename)
HALIDE_OUTPUT_FORWARD(reorder)
HALIDE_OUTPUT_FORWARD(reorder_storage)
Expand Down

0 comments on commit 1260f86

Please sign in to comment.