未验证 提交 5af6081a 编写于 作者: F Feiyu Chan 提交者: GitHub

disable tests for fft on windows with gpu (#35872)

上级 12ab017e
......@@ -702,7 +702,10 @@ endif()
add_subdirectory(sequence)
add_subdirectory(dygraph_to_static)
add_subdirectory(rnn)
add_subdirectory(fft)
if (NOT WIN32 OR NOT WITH_GPU)
add_subdirectory(fft)
endif()
if (WITH_XPU)
add_subdirectory(xpu)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册