From 1260f86ccd062ff31eb0172c84b79a14e82dcb22 Mon Sep 17 00:00:00 2001 From: SanderX Vocke Date: Mon, 17 Jul 2017 13:44:38 +0200 Subject: [PATCH] Added print_loop_nest() to the list of supported calls on Generator outputs. --- src/Generator.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Generator.h b/src/Generator.h index 9f6facea52a5..d0ccfb538e36 100644 --- a/src/Generator.h +++ b/src/Generator.h @@ -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)