Update docs and samples to use latest iree-turbine. #19054
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adapts docs and samples to https://github.com/iree-org/iree-turbine/releases/tag/v2.5.0.
import shark_turbine.aot as aot
toimport iree.turbine.aot as aot
(see also Complete migration from shark_turbine to iree/turbine namespace iree-turbine#28)./RELEASING.md
to https://github.com/iree-org/iree-turbine/blob/main/docs/releasing.md. The release process is changing now with [RFC] New versioning scheme for IREE Python packages #18938 and I'll want to fold the notes there in to https://iree.dev/developers/general/release-management/ instead.@aot.jittable
, so I have re-opened Docs: update torch export docs with modern canonical usage #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.