Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
机器未来
Paddle
提交
f522b441
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看板
提交
f522b441
编写于
2月 19, 2019
作者:
T
Tao Luo
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
remove legacy WITH_TIMER, WITH_DOC, ON_TRAVIS options
上级
ff2a8386
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
0 addition
and
10 deletion
+0
-10
CMakeLists.txt
CMakeLists.txt
+0
-3
cmake/configure.cmake
cmake/configure.cmake
+0
-4
paddle/contrib/float16/run_float16_demo.sh
paddle/contrib/float16/run_float16_demo.sh
+0
-1
paddle/scripts/README.md
paddle/scripts/README.md
+0
-1
paddle/scripts/submit_local.sh.in
paddle/scripts/submit_local.sh.in
+0
-1
未找到文件。
CMakeLists.txt
浏览文件 @
f522b441
...
...
@@ -54,13 +54,10 @@ option(WITH_NGRAPH "Compile PaddlePaddle with nGraph support." OFF)
option
(
WITH_DSO
"Compile PaddlePaddle with dynamic linked CUDA"
ON
)
option
(
WITH_TESTING
"Compile PaddlePaddle with unit testing"
OFF
)
option
(
WITH_PYTHON
"Compile PaddlePaddle with python interpreter"
ON
)
option
(
WITH_TIMER
"Compile PaddlePaddle with stats timer"
OFF
)
option
(
WITH_PROFILER
"Compile PaddlePaddle with GPU profiler and gperftools"
OFF
)
option
(
WITH_JEMALLOC
"Compile PaddlePaddle with jemalloc"
OFF
)
option
(
WITH_DOC
"Compile PaddlePaddle with documentation"
OFF
)
option
(
WITH_COVERAGE
"Compile PaddlePaddle with code coverage"
OFF
)
option
(
COVERALLS_UPLOAD
"Package code coverage data to coveralls"
OFF
)
option
(
ON_TRAVIS
"Exclude special unit test on Travis CI"
OFF
)
option
(
WITH_FLUID_ONLY
"Compile PaddlePaddle fluid only"
OFF
)
option
(
WITH_GOLANG
"Compile PaddlePaddle with GOLANG"
OFF
)
option
(
GLIDE_INSTALL
"Download and install go dependencies "
ON
)
...
...
cmake/configure.cmake
浏览文件 @
f522b441
...
...
@@ -29,10 +29,6 @@ if(WITH_TESTING)
add_definitions
(
-DPADDLE_WITH_TESTING
)
endif
(
WITH_TESTING
)
if
(
NOT WITH_TIMER
)
add_definitions
(
-DPADDLE_DISABLE_TIMER
)
endif
(
NOT WITH_TIMER
)
if
(
EIGEN_USE_THREADS
)
add_definitions
(
-DEIGEN_USE_THREADS
)
endif
(
EIGEN_USE_THREADS
)
...
...
paddle/contrib/float16/run_float16_demo.sh
浏览文件 @
f522b441
...
...
@@ -14,7 +14,6 @@ cmake .. -DWITH_AVX=OFF \
-DWITH_MKL
=
OFF
\
-DWITH_GPU
=
ON
\
-DWITH_TESTING
=
ON
\
-DWITH_TIMER
=
ON
\
-DWITH_PROFILER
=
ON
\
-DWITH_FLUID_ONLY
=
ON
make
-j
`
nproc
`
...
...
paddle/scripts/README.md
浏览文件 @
f522b441
...
...
@@ -71,7 +71,6 @@ Users can specify the following Docker build arguments with either "ON" or "OFF"
|
`WITH_STYLE_CHECK`
| ON | Check the code style when building. |
|
`PYTHON_ABI`
| "" | Build for different python ABI support, can be cp27-cp27m or cp27-cp27mu |
|
`RUN_TEST`
| OFF | Run unit test immediently after the build. |
|
`WITH_DOC`
| OFF | Build docs after build binaries. |
|
`WOBOQ`
| OFF | Generate WOBOQ code viewer under
`build/woboq_out`
|
## Docker Images
...
...
paddle/scripts/submit_local.sh.in
浏览文件 @
f522b441
...
...
@@ -7,7 +7,6 @@ function version(){
echo
" with_mkl: @WITH_MKL@"
echo
" with_mkldnn: @WITH_MKLDNN@"
echo
" with_python: @WITH_PYTHON@"
echo
" with_timer: @WITH_TIMER@"
}
function
ver2num
()
{
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录