Closed Craigacp closed 8 months ago
Was this reported to TF core? Or is it an eigen problem?
As we plan to upgrade to TF2.16, let see if the bug is still there before merging this
The if test without this patch still fails on GPU with TF 2.16 (#531).
ops.math.neg
causes eigen to segfault on GPUs now we've upgraded to TF 2.15. This PR fixes the one test where we do that so that there are casts around it. Not sure how to indicate that users shouldn't use this op on GPU as the op definition accepts ints and it's autogenerated.