visual_debugger icon indicating copy to clipboard operation
visual_debugger copied to clipboard

Generator support?

Open steven-johnson opened this issue 7 years ago • 1 comments

It would be super-cool if this tool worked directly with Halide code packaged as Generators, in addition to ordinary Halide code that just calls realize() directly.

(If it already works well with Generators, please ignore.)

steven-johnson avatar Sep 14 '18 21:09 steven-johnson

I think it is possible, the only issue would be to ensure the Input<> buffers used by the generator have some data bound to them. That could be done by asking the user through file dialogs to bind images to each Input<>, or through some init file.

slomp avatar Sep 16 '18 03:09 slomp