fixstars / ion-kit

Modernized graph-based data processing framework
MIT License
7 stars 6 forks source link

Error when compiled with Halide-10.0.1 #75

Closed Fixstars-iizuka closed 3 years ago

Fixstars-iizuka commented 3 years ago

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.