We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e3f71 commit 8dee4d6Copy full SHA for 8dee4d6
torch-xfails.txt
@@ -56,6 +56,10 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_pow[__pow__(x1
56
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__imod__(x1, x2)]
57
array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__sub__(x1, x2)]
58
59
+# inverse trig functions are too inaccurate on CPU
60
+array_api_tests/test_operators_and_elementwise_functions.py::test_acos
61
+array_api_tests/test_operators_and_elementwise_functions.py::test_atan
62
+array_api_tests/test_operators_and_elementwise_functions.py::test_asin
63
64
# overflow near float max
65
array_api_tests/test_operators_and_elementwise_functions.py::test_log1p
0 commit comments