-
Notifications
You must be signed in to change notification settings - Fork 801
[SYCL] Add tanh in BF16 math #20883
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SYCL] Add tanh in BF16 math #20883
Conversation
Signed-off-by: jinge90 <[email protected]>
|
Hi, @xtian-github |
Signed-off-by: jinge90 <[email protected]>
|
Hi, @intel/dpcpp-specification-reviewers |
|
Hi, @intel/dpcpp-specification-reviewers |
steffenlarsen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, though I wonder if there's a reason we don't offer tan, sinh and cosh?
|
@intel/llvm-gatekeepers please consider merging |
I have no idea about this but think we can add these functions as well. |
|
Hi, @intel/llvm-gatekeepers |
We received request for tanh in bfloat16 math functions. This PR adds it for SPIRV targets using fp32 emulation and update extension doc.