We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1a961 commit 07faf2bCopy full SHA for 07faf2b
dpctl/tensor/_usmarray.pyx
@@ -1046,7 +1046,7 @@ cdef class usm_ndarray:
1046
return _dispatch_binary_elementwise(self, "greater", other)
1047
1048
def __invert__(self):
1049
- return _dispatch_unary_elementwise(self, "invert")
+ return _dispatch_unary_elementwise(self, "bitwise_invert")
1050
1051
def __le__(self, other):
1052
return _dispatch_binary_elementwise(self, "less_equal", other)
0 commit comments