-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update precision for optimized trigonometric functions (#276)
* Update precision for optimized trigonometric functions (tenstorrent/tt-llk-wh-b0#39) * Test trigs with [-5, 5], a wider range of arguments Unfortunately, we can't do this to `tan` yet. Reciprocal is still numerically unstable. * Check improved precision by tenstorrent/tt-metal#13339 Tangent is still unstable around odd multiples of π/2, but we've still make it precise for most arguments away from 0. * Cite tenstorrent/tt-metal#14414 in the xfailed test case for `ttnn.tan` * Improve precision of `ttnn.tan`
- Loading branch information
Showing
3 changed files
with
29 additions
and
17 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