未验证 提交 bc5bae16 编写于 作者: K Kim 提交者: GitHub

mv paddle/fluid/platform/device/xpu/tests 2 test/xpu/cpp (#52243)

* mv paddle/fluid/platform/device/xpu/tests 2 test/xpu/cpp

* add missing cmake
上级 a445466f
......@@ -35,5 +35,3 @@ cc_library(
xpu_resource_pool
SRCS xpu_resource_pool.cc
DEPS xpu_info)
add_subdirectory(tests)
......@@ -86,7 +86,7 @@ if(WITH_TESTING)
# add_subdirectory(standalone_executor)
# add_subdirectory(tokenizer)
# add_subdirectory(white_list)
# add_subdirectory(xpu)
add_subdirectory(xpu)
endif()
get_property(test_srcs GLOBAL PROPERTY TEST_SRCS)
......
if(WITH_XPU)
add_subdirectory(cpp)
endif()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册