-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactors trace operations to be more self-contained, separates front…
…end/trace tensors more cleanly - Refactors Trace operation so that it reports how many outputs it generates instead of requiring the caller to know. The trace op is now also responsible for creating its own output trace tensors. Additionally, `build`/`build_internal` have been removed, meaning the trace does *not* create frontend tensors anymore. Frontend tensors no longer create trace tensors directly but instead only interface with ops and wrap their outputs as needed. - Consolidates and renames some frontend Tensor constructors to better reflect their purpose. For example, `create_directly` -> `fast_init`. - Temporarily removes the "how to add ops" guide. A new version of this will be written once we have switched to the TRT dialect, which will signficantly affect how ops are added.
- Loading branch information
1 parent
6ece9ed
commit 09d75a6
Showing
50 changed files
with
262 additions
and
638 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
351 changes: 0 additions & 351 deletions
351
tripy/docs/post0_developer_guides/how-to-add-new-ops.md
This file was deleted.
Oops, something went wrong.
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
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.