Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleDetection
提交
2eadbf9a
P
PaddleDetection
项目概览
PaddlePaddle
/
PaddleDetection
大约 1 年 前同步成功
通知
695
Star
11112
Fork
2696
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
184
列表
看板
标记
里程碑
合并请求
40
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleDetection
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
184
Issue
184
列表
看板
标记
里程碑
合并请求
40
合并请求
40
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
2eadbf9a
编写于
6月 27, 2019
作者:
Z
Zhen Wang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
remove cmake_cl, test=develop
上级
2e910331
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
7 addition
and
13 deletion
+7
-13
paddle/fluid/lite/api/CMakeLists.txt
paddle/fluid/lite/api/CMakeLists.txt
+7
-8
paddle/fluid/lite/model_parser/CMakeLists.txt
paddle/fluid/lite/model_parser/CMakeLists.txt
+0
-1
paddle/fluid/lite/tools/build.sh
paddle/fluid/lite/tools/build.sh
+0
-4
未找到文件。
paddle/fluid/lite/api/CMakeLists.txt
浏览文件 @
2eadbf9a
...
...
@@ -30,8 +30,7 @@ lite_cc_library(cxx_api_lite
DEPS
${
cxx_api_lite_deps
}
${
ops_lite
}
${
host_kernels
}
program_lite
X86_DEPS
${
x86_kernels
}
operator
ARM_DEPS
${
arm_kernels
}
CL_DEPS
${
opencl_kenrels
}
)
CL_DEPS
${
opencl_kenrels
}
)
lite_cc_library
(
light_api_lite SRCS light_api.cc
DEPS scope_lite target_wrapper_host model_parser_lite
...
...
@@ -39,8 +38,7 @@ lite_cc_library(light_api_lite SRCS light_api.cc
CUDA_DEPS target_wrapper_cuda
X86_DEPS
${
x86_kernels
}
operator
ARM_DEPS
${
arm_kernels
}
CL_DEPS
${
opencl_kenrels
}
)
CL_DEPS
${
opencl_kenrels
}
)
include
(
ExternalProject
)
set
(
LITE_DEMO_INSTALL_DIR
"
${
THIRD_PARTY_PATH
}
/inference_demo"
CACHE STRING
...
...
@@ -113,7 +111,7 @@ lite_cc_library(paddle_api_lite SRCS paddle_api.cc DEPS op_params_lite)
lite_cc_library
(
paddle_api_full SRCS cxx_api_impl.cc DEPS cxx_api_lite paddle_api_lite light_api_lite
${
ops_lite
}
ARM_DEPS
${
arm_kernels
}
)
CL_DEPS
${
opencl_kernels
}
)
# The final inference library for just MobileConfig.
lite_cc_library
(
paddle_api_light SRCS light_api_impl.cc DEPS light_api_lite paddle_api_lite
)
...
...
@@ -125,13 +123,14 @@ bundle_static_library(paddle_api_light paddle_api_light_bundled bundle_light_api
lite_cc_test
(
test_paddle_api_lite SRCS paddle_api_test.cc DEPS paddle_api_full paddle_api_light
${
ops_lite
}
ARM_DEPS
${
arm_kernels
}
X86_DEPS
${
x86_kernels
}
CL_DEPS
${
opencl_kernels
}
X86_DEPS
${
x86_kernels
}
ARGS --model_dir=
${
LITE_MODEL_DIR
}
/lite_naive_model SERIAL
)
lite_cc_test
(
test_model_bin SRCS model_test.cc DEPS paddle_api_full paddle_api_light
${
ops_lite
}
ARM_DEPS
${
arm_kernels
}
CL_DEPS
${
opencl_kernels
}
X86_DEPS
${
x86_kernels
}
)
if
(
WITH_TESTING
)
...
...
@@ -154,8 +153,8 @@ lite_cc_binary(cxx_api_lite_bin SRCS cxx_api_bin_int8.cc
target_wrapper_host
mir_passes
${
ops_lite
}
${
host_kernels
}
CL_DEPS
${
opencl
_kernels
}
ARM_DEPS
${
arm
_kernels
}
)
ARM_DEPS
${
arm
_kernels
}
CL_DEPS
${
opencl
_kernels
}
)
lite_cc_binary
(
model_optimize_tool SRCS model_optimize_tool.cc
DEPS paddle_api_full
CL_DEPS
${
opencl_kernels
}
)
paddle/fluid/lite/model_parser/CMakeLists.txt
浏览文件 @
2eadbf9a
...
...
@@ -22,6 +22,5 @@ lite_cc_library(model_parser_lite SRCS model_parser.cc DEPS
lite_cc_test
(
test_op_desc_lite SRCS op_desc_test.cc DEPS cpp_op_desc_lite op_desc_lite compatible_pb_lite
)
add_subdirectory
(
pb
)
add_subdirectory
(
cpp
)
paddle/fluid/lite/tools/build.sh
浏览文件 @
2eadbf9a
...
...
@@ -537,10 +537,6 @@ function main {
cmake_x86
shift
;;
cmake_opencl
)
cmake_opencl
$ARM_OS
$ARM_ABI
shift
;;
cmake_cuda
)
cmake_cuda
shift
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录