aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com>2018-02-07 16:48:00 -0800
committerGravatar Jonathan Hseu <vomjom@vomjom.net>2018-02-07 16:48:00 -0800
commit6b1208c647079e822f19a4c869af52bf3a06d532 (patch)
tree56e1d9a54e16b21d376ae8e905a0e8a871ae716e /RELEASE.md
parentb1f5f433959406c7aad634c05e85ccd62fd06e87 (diff)
Add uint32 and uint64 kernel support for `Invert` (#15154)
* Add uint32 and uint64 kernel support for `Invert` This fix adds uint32 and uint64 kernel support for `Invert`. In bitwise_ops.cc, uint32 and uint64 have been registered for `Invert` like other bitwise ops `BitwiseAnd`/`BitwiseOr`/`BitwiseXor`/`LeftShift`/`RightShift`. However, no uint32 and uint64 kernels available for `Invert` yet. This fix add uint32 and uint64 kernel for `Invert`, and adds additional test cases to cover the changes. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add test cases for uint32 and uint64 support with `Invert` Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add missing uint32 and uint64 in GPU for invert Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add DEFINE_UNARY8 for invert Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'RELEASE.md')
0 files changed, 0 insertions, 0 deletions