Incorrect behavior of dpctl.tensor.all
and dpctl.tensor.any
with axis=0
parameter
#1327
Labels
bug
Something isn't working
The
dpctl.tensor.all
function returns an incorrect result with the parameteraxis=0
anddimension >=3
of the input ndarray.Running on GPU
Running on CPU for integer and floating types throws
Segmentation fault
for boolean type incorrect result
The
dpctl.tensor.any
function does not work on CPU (Segmentation fault
) with the parameteraxis=0
anddimension >=3
of the input ndarray for all dtypes.The text was updated successfully, but these errors were encountered: