未验证 提交 439551bd 编写于 作者: K Kai Xing 提交者: GitHub

[Test MV] fft (#52634)

* [Test MV] fft

* Update test_spectral_op.py
上级 9b88eef1
......@@ -774,10 +774,6 @@ add_subdirectory(sequence)
add_subdirectory(rnn)
add_subdirectory(distribution)
if(NOT WIN32 OR NOT WITH_GPU)
add_subdirectory(fft)
endif()
if(WITH_XPU)
add_subdirectory(xpu)
endif()
......
......@@ -107,7 +107,9 @@ if(WITH_TESTING)
# add_subdirectory(distributed_passes)
# add_subdirectory(distribution)
add_subdirectory(dygraph_to_static)
# add_subdirectory(fft)
if(NOT WIN32 OR NOT WITH_GPU)
add_subdirectory(fft)
endif()
# add_subdirectory(fleet)
if(WITH_IPU)
add_subdirectory(ipu)
......
......@@ -29,7 +29,7 @@ import paddle
from paddle import _C_ops
sys.path.append("../")
from eager_op_test import OpTest
from paddle.fluid.tests.unittests.eager_op_test import OpTest
paddle.enable_static()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册