You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These tests fail with pytorch, but they should not be using complex inputs:
FAILED array_api_tests/test_searching_functions.py::test_argmax - RuntimeError: "argmax_cpu" not implemented for 'ComplexFloat'
FAILED array_api_tests/test_searching_functions.py::test_argmin - RuntimeError: "argmin_cpu" not implemented for 'ComplexFloat'
FAILED array_api_tests/test_sorting_functions.py::test_argsort - RuntimeError: "sorting_kernel_method_name" not implemented for 'ComplexFloat'
FAILED array_api_tests/test_sorting_functions.py::test_sort - RuntimeError: "sorting_kernel_method_name" not implemented for 'ComplexFloat'
FAILED array_api_tests/test_statistical_functions.py::test_max - RuntimeError: "max_values_cpu" not implemented for 'ComplexFloat'
FAILED array_api_tests/test_statistical_functions.py::test_min - RuntimeError: "min_values_cpu" not implemented for 'ComplexFloat'
The text was updated successfully, but these errors were encountered:
These tests fail with pytorch, but they should not be using complex inputs:
The text was updated successfully, but these errors were encountered: