未验证 提交 24740ccd 编写于 作者: Z Zheng-Bicheng 提交者: GitHub

[Test Mv] python/paddle/fluid/tests/custom_kernel/*.py to test/custom_kernel (#51946)

上级 47f87ad3
...@@ -11,5 +11,4 @@ endforeach() ...@@ -11,5 +11,4 @@ endforeach()
add_subdirectory(unittests) add_subdirectory(unittests)
add_subdirectory(cpp_extension) add_subdirectory(cpp_extension)
add_subdirectory(custom_op) add_subdirectory(custom_op)
add_subdirectory(custom_kernel)
add_subdirectory(custom_runtime) add_subdirectory(custom_runtime)
...@@ -9,6 +9,7 @@ if(WITH_TESTING) ...@@ -9,6 +9,7 @@ if(WITH_TESTING)
add_subdirectory(cpp) add_subdirectory(cpp)
add_subdirectory(legacy_test) add_subdirectory(legacy_test)
add_subdirectory(book) add_subdirectory(book)
add_subdirectory(custom_kernel)
endif() endif()
get_property(test_srcs GLOBAL PROPERTY TEST_SRCS) get_property(test_srcs GLOBAL PROPERTY TEST_SRCS)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册