-
Notifications
You must be signed in to change notification settings - Fork 522
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TOSA] Add logit, log1p, log10 and add promote type to unary fponly o…
…ps (#3900) * Add Torch to TOSA legalization for the following ops: - torch.aten.logit - torch.aten.log1p - torch.aten.log10 * Add promote to FP to FP-only TOSA ops like log and exp * Update xfail with new e2e results * Add new LIT tests to basic.mlir Change-Id: I1cd7ec6964373dbaf08d419a806b3d735b830655 Signed-off-by: Justin Ngo <[email protected]>
- Loading branch information
1 parent
8711d3e
commit 92d0f04
Showing
3 changed files
with
387 additions
and
35 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
Oops, something went wrong.