forked from iree-org/iree
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs and samples to use latest iree-turbine. (iree-org#19054)
This adapts docs and samples to https://github.com/iree-org/iree-turbine/releases/tag/v2.5.0. * Switched from `import shark_turbine.aot as aot` to `import iree.turbine.aot as aot` (see also iree-org/iree-turbine#28). * Redirected notes from `/RELEASING.md` to https://github.com/iree-org/iree-turbine/blob/main/docs/releasing.md. The release process is changing now with iree-org#18938 and I'll want to fold the notes there in to https://iree.dev/developers/general/release-management/ instead. * Re-ran some Colab notebooks and adapted to the latest changes across projects. Note that the https://github.com/iree-org/iree/tree/main/samples/dynamic_shapes sample still has code using `@aot.jittable`, so I have re-opened iree-org#18564 to migrate it. I spent some time trying to update it but wasn't sure how to demonstrate dynamic shapes using the "modern canonical usage" effectively. * This fixes the recent test failures: https://github.com/iree-org/iree/actions/runs/11697207429/job/32575551934. Test run: https://github.com/ScottTodd/iree/actions/runs/11713816651/job/32627295562 Signed-off-by: Giacomo Serafini <179146510+giacs-epic@users.noreply.github.com>
- Loading branch information
1 parent
777fd75
commit edf8eef
Showing
5 changed files
with
129 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.