Skip to content

Commit

Permalink
Merge pull request halide#2200 from SanderVocke/print_loop_nest_gener…
Browse files Browse the repository at this point in the history
…ators

Added print_loop_nest() to the supported calls on Generator outputs
  • Loading branch information
Zalman Stern authored Jul 17, 2017
2 parents 36f34d8 + 1260f86 commit f9c8d24
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 f9c8d24

Please sign in to comment.