dpnp icon indicating copy to clipboard operation
dpnp copied to clipboard

reciprocal failed with unsupported input type

Open shssf opened this issue 5 years ago • 0 comments

pytest tests/third_party/cupy/math_tests/test_arithmetic.py -v -s
...
tests/third_party/cupy/math_tests/test_arithmetic.py::TestArithmeticUnary_param_0_{arg1=array([[2., 3., 4.],
       [5., 6., 7.]], dtype=float32), name='reciprocal'}::test_unary PASSED
tests/third_party/cupy/math_tests/test_arithmetic.py::TestArithmeticUnary_param_1_{arg1=array([[2., 3., 4.],
       [5., 6., 7.]]), name='reciprocal'}::test_unary PASSED
tests/third_party/cupy/math_tests/test_arithmetic.py::TestArithmeticUnary_param_2_{arg1=array([[2, 3, 4],
       [5, 6, 7]], dtype=int32), name='reciprocal'}::test_unary terminate called after throwing an instance of 'std::runtime_error'
  what():  Intel NumPy Error: Function ID with unsupported first parameter type.
Fatal Python error: Aborted
...

shssf avatar Oct 04 '20 16:10 shssf