-
Notifications
You must be signed in to change notification settings - Fork 758
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ESIMD] Enable some of intrinsic math ops on wrapper element types. (#…
…5271) * [ESIMD] Enable some of intrinsic math ops on wrapper element types. - Enable * inv, log, exp, sqrt, sqrt_ieee, rsqrt, sin, cos, pow, saturation on wrapper element types (sycl::half at the moment) - Fix host implementation to support wrapper types - TODO some intrinsics like rounding, inverse trigonometric functions are still not supported - will cause compile-time error Signed-off-by: Konstantin S Bobrovsky <[email protected]> Co-authored-by: Vyacheslav Klochkov <[email protected]>
- Loading branch information
1 parent
8d0ec2c
commit eb4b529
Showing
9 changed files
with
732 additions
and
715 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
Oops, something went wrong.