-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve slice coverage in sweeps by adding N-dimensional slice support (
#14115) * #13830: add strided slice support for tiled layout #13592: add slice to documentation * #0: support N-d strided slice * #0: add changes to ttnn side * #0: add tests for N-d slice * #0: consolidate assorted slice.cpp implementations * #0: fix PCC issues on row major implementation and add adversarial tests (fixed ones included) - remove bfloat8 froms sweeps for now as we're focused on bfloat16 generality * #0: add tests for fixes to edge cases and tensor-blocked impls * #0: add wrap_index to common and switch legacy and ttnn shape to logical shape and padded shape * #14100: add common function and delete old strided slice code * #0: add TMs team to data_movement sweep codeowners * #0: correct slice docs * #0: use more optimized slice implementation for mamba * #0: address comments related to docs * #0: fix common file includes
- Loading branch information
Showing
16 changed files
with
579 additions
and
304 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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
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
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.