halide / Halide

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

Add ability to pass explicit RDom to Function::define_update #8284

Closed abadams closed 3 months ago

abadams commented 3 months ago

And use it in rfactor. There are cases where an RDom is attached to the original Func but not actually referred to in the LHS or RHS.

Fixes #8282