-
Notifications
You must be signed in to change notification settings - Fork 798
[SYCL] Add simple abs(int) to imf libdevice #9116
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
Conversation
Signed-off-by: jinge90 <ge.jin@intel.com>
Hi, @zettai-reido and @akolesov-intel |
Signed-off-by: jinge90 <ge.jin@intel.com>
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.
NIT: Usually, abs is defined >= 0 to be x.
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.
sycl-post-link
changes LGTM
Signed-off-by: jinge90 <ge.jin@intel.com>
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.
Looks good to me
Hi, @intel/llvm-reviewers-runtime and @cperkinsintel |
Hi, @intel/llvm-gatekeepers |
Hi, @intel/llvm-gatekeepers |
This PR aims to add a simple "int32_t abs(int32_t)" to imf libdevice. The request is from DL framework developers.