-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Ticket #13235 ### Problem description few flags & input combinations (k, largest, sorted) were not supported ### What's changed Original code improperly formatted k in the main function and in the kernels. The code also contained a lot of repetitive code doing the same thing. In the solution I fixed aforementioned bugs and refactored the code into reusable functions. ### Checklist - [x] [All post commit](https://github.com/tenstorrent/tt-metal/actions/workflows/all-post-commit-workflows.yaml) CI passes tests relevant to ticket, pass but there are a few relevant to cache size that do not: https://github.com/tenstorrent/tt-metal/actions/runs/13653198214 This will be resolved in next ticket that references this bug for topk: #18357 - [x] New/Existing tests provide coverage for changes
- Loading branch information
1 parent
ac5c168
commit e03382a
Showing
16 changed files
with
738 additions
and
415 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
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.