You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Is there a resource or set of resources for migrating a project to v2.0? I am specifically interesed to the C API. I have checked #17676 but it's not very specific apart from the *Ex functions removal/renaming.
For example everything related to executors, on which our code relies heavily, is gone in v2.0. This PR #18598 mentions "we will use cached_op_create/invoke in favor of graph executor c APIs" but I couldn't find detailed information on how to migrate code using the executor API to cached ops.
Is there a resource or set of resources for migrating a project to v2.0? I am specifically interesed to the C API. I have checked #17676 but it's not very specific apart from the
*Exfunctions removal/renaming.For example everything related to executors, on which our code relies heavily, is gone in v2.0. This PR #18598 mentions "we will use cached_op_create/invoke in favor of graph executor c APIs" but I couldn't find detailed information on how to migrate code using the executor API to cached ops.