We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e613cc commit cb46aadCopy full SHA for cb46aad
cupy-xfails.txt
@@ -164,3 +164,9 @@ array_api_tests/test_special_cases.py::test_unary[sqrt(x_i is -0) -> -0]
164
array_api_tests/test_special_cases.py::test_unary[tan(x_i is -0) -> -0]
165
array_api_tests/test_special_cases.py::test_unary[tanh(x_i is -0) -> -0]
166
array_api_tests/test_special_cases.py::test_unary[trunc(x_i is -0) -> -0]
167
+
168
+# CuPy gives the wrong shape for n-dim fft funcs. See
169
+# https://github.com/data-apis/array-api-compat/pull/78#issuecomment-1984527870
170
+array_api_tests/test_fft.py::test_fftn
171
+array_api_tests/test_fft.py::test_ifftn
172
+array_api_tests/test_fft.py::test_rfftn
0 commit comments