fixstars / ion-kit

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

Add compute_root to input of SimpleISP #71

Closed fixstars-fujinami closed 3 years ago

fixstars-fujinami commented 3 years ago

SimpleISPの入力にcompute_rootを追加。

FPGAオフロードはcompute_rootされたFuncを入力にする必要があるため、内部でcompute_rootするようにした。

従来はGeneratorInputに接続されたFuncがcompute_rootされていない場合にエラーになっていた。