halide / Halide

a language for fast, portable data-parallel computation
https://halide-lang.org
Other
5.89k stars 1.07k forks source link

apps/HelloPyTorch failing #4372

Closed steven-johnson closed 5 years ago

steven-johnson commented 5 years ago

Building it fails at the first CPU operator with Undefined buffer calling const method dimensions -- unfortunately this app isn't in the regular set of tested apps currently, as it requires stuff not on the buildbots.

I suspect (without evidence yet) that the recent change to propagate_adjoints() in https://github.com/halide/Halide/pull/4338 is related, so I'm tagging @BachiLi for now.

steven-johnson commented 5 years ago

Bah -- misconfigured on my part. Please ignore.