Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
机器未来
Paddle
提交
918c1ed1
P
Paddle
项目概览
机器未来
/
Paddle
与 Fork 源项目一致
Fork自
PaddlePaddle / Paddle
通知
1
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Paddle
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
918c1ed1
编写于
12月 28, 2016
作者:
H
hedaoyuan
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
move TestMain.cpp to testing
上级
4af4883f
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
9 addition
and
2 deletion
+9
-2
paddle/CMakeLists.txt
paddle/CMakeLists.txt
+1
-0
paddle/function/CMakeLists.txt
paddle/function/CMakeLists.txt
+2
-0
paddle/testing/CMakeLists.txt
paddle/testing/CMakeLists.txt
+6
-0
paddle/testing/TestMain.cpp
paddle/testing/TestMain.cpp
+0
-0
paddle/utils/CMakeLists.txt
paddle/utils/CMakeLists.txt
+0
-2
未找到文件。
paddle/CMakeLists.txt
浏览文件 @
918c1ed1
add_subdirectory
(
cuda
)
add_subdirectory
(
function
)
add_subdirectory
(
utils
)
add_subdirectory
(
testing
)
add_subdirectory
(
math
)
add_subdirectory
(
parameter
)
add_subdirectory
(
gserver
)
...
...
paddle/function/CMakeLists.txt
浏览文件 @
918c1ed1
...
...
@@ -12,11 +12,13 @@ endif()
add_library
(
paddle_function STATIC
${
cpp_files
}
${
cu_objs
}
)
if
(
WITH_GPU
)
if
(
WITH_TESTING
)
# TODO:
# file(GLOB test_files . *_op_test.cpp)
# add_executable(${test_bin} EXCLUDE_FROM_ALL ${test_files})
add_simple_unittest
(
cross_map_normal_op_test
)
endif
()
endif
()
add_style_check_target
(
paddle_function
${
h_files
}
)
add_style_check_target
(
paddle_function
${
cpp_files
}
)
...
...
paddle/testing/CMakeLists.txt
0 → 100644
浏览文件 @
918c1ed1
# for paddle test case
if
(
WITH_TESTING
)
add_library
(
paddle_test_main STATIC TestMain.cpp
)
add_dependencies
(
paddle_test_main gen_proto_cpp
)
endif
()
paddle/
utils
/TestMain.cpp
→
paddle/
testing
/TestMain.cpp
浏览文件 @
918c1ed1
文件已移动
paddle/utils/CMakeLists.txt
浏览文件 @
918c1ed1
...
...
@@ -5,8 +5,6 @@ file(GLOB UTIL_SOURCES . *.cpp)
create_resources
(
enable_virtualenv.py enable_virtualenv.c
)
set
(
UTIL_RES enable_virtualenv.c
)
add_library
(
paddle_test_main STATIC TestMain.cpp
)
if
(
APPLE
)
file
(
GLOB UTIL_ARCH_SOURCES . arch/osx/*.cpp
)
else
()
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录