fixstars / ion-kit

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

Upgrade ion-kit to be compatible with halide17 #261

Closed xinyuli1204 closed 2 months ago

xinyuli1204 commented 3 months ago

Context or motivation

Halide has release the latest v17.0.1

Goal

we want ion-kit to be compatible with the latest halide Two major change is:

  1. ParamMap has been removed entirely from the public API. (we should remove our portmap as well)
  2. Halide::Parameter has been moved to the public Halide API (it was formerly "internal" and not intended for public use).

    TODO

xinyuli1204 commented 3 months ago

@iitaku is this a good timing to remove the portmap?

iitaku commented 2 months ago

Resolved in #260