-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
### Ticket Link to Github Issue #14466 ### Problem description Use binary tensor-scalar support in composite ops instead of creation ops ### What's changed wherever binary tensor-scalar support is possible, removed usage of creation ops on main op,count,python min dispatch time (ms),python mean dispatch time(ms),python mean dispatch + sync time (ms),C++ mean dispatch time (ms) ttnn.cosh,800,0.178,0.184,0.71,0.061 ttnn.hardsigmoid,800,0.185,0.212,0.561,0.056 ttnn.lgamma,120,1.279,1.403,5.029,0.493 ttnn.sinh,800,0.179,0.191,0.71,0.062 vs on branch ttnn.cosh,800,0.137,0.144,0.576,0.051 ttnn.hardsigmoid,800,0.091,0.097,0.29,0.031 ttnn.lgamma,120,1.208,1.225,4.953,0.464 ttnn.sinh,800,0.136,0.141,0.576,0.05 ### Checklist - [x] Post commit CI passes https://github.com/tenstorrent/tt-metal/actions/runs/11741081069 https://github.com/tenstorrent/tt-metal/actions/runs/11766921873 - [x] Nightly FD https://github.com/tenstorrent/tt-metal/actions/runs/11741696706 https://github.com/tenstorrent/tt-metal/actions/runs/11766922914 - [ ] Blackhole Post commit (if applicable) - [ ] Model regression CI testing passes (if applicable) - [ ] Device performance regression CI testing passes (if applicable) - [x] New/Existing tests provide coverage for changes
- Loading branch information
1 parent
b75f637
commit 486862f
Showing
3 changed files
with
15 additions
and
28 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