Compiling target complex_graph_aot_test makes following error
terminate called after throwing an instance of 'Halide::CompileError'
what(): Error: All Params and embedded Buffers must have unique names, but the name 'height' was seen multiple times.
Halide 10.0.1 strictly check the parameter identity not only by name, but also contents ptr.
Compiling target
complex_graph_aot_test
makes following errorHalide 10.0.1 strictly check the parameter identity not only by name, but also contents ptr.