Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
Paddle
提交
be12b6fe
P
Paddle
项目概览
PaddlePaddle
/
Paddle
1 年多 前同步成功
通知
2302
Star
20931
Fork
5422
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1423
列表
看板
标记
里程碑
合并请求
543
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Paddle
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1,423
Issue
1,423
列表
看板
标记
里程碑
合并请求
543
合并请求
543
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
be12b6fe
编写于
6月 25, 2023
作者:
Z
Zhang Yulong
提交者:
GitHub
6月 25, 2023
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix win cpp test (#54791)
上级
7f4cdd55
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
8 addition
and
8 deletion
+8
-8
paddle/scripts/paddle_build.bat
paddle/scripts/paddle_build.bat
+8
-8
未找到文件。
paddle/scripts/paddle_build.bat
浏览文件 @
be12b6fe
...
...
@@ -187,7 +187,7 @@ if "%WITH_SCCACHE%"=="ON" (
::
Localy
storage
on
windows
if
not
exist
%SCCACHE_ROOT%
mkdir
%SCCACHE_ROOT%
set
SCCACHE_DIR
=
%SCCACHE_ROOT%
\.cache
::
Sccache
will
shut
down
if
a
source
file
takes
more
than
10
mins
to
compile
set
SCCACHE_IDLE_TIMEOUT
=
0
set
SCCACHE_CACHE_SIZE
=
100
G
...
...
@@ -419,8 +419,8 @@ set THIRD_PARTY_PATH=%THIRD_PARTY_HOME%/%md5%
echo
%task_name%
|
findstr
build
>
nul
&&
(
echo
%task_name%
is
a
whl
-build
task
,
will
only
reuse
local
third_party
cache
.
goto
:cmake
_impl
)
||
(
echo
%task_name%
is
a
PR
-CI-Windows
task
,
will
try
to
reuse
bos
and
local
third_party
cache
both
.
)
||
(
echo
%task_name%
is
a
PR
-CI-Windows
task
,
will
try
to
reuse
bos
and
local
third_party
cache
both
.
)
if
not
exist
%THIRD_PARTY_PATH%
(
...
...
@@ -433,7 +433,7 @@ if not exist %THIRD_PARTY_PATH% (
if
!ERRORLEVEL!
EQU
0
(
echo
Getting
third
party
:
extracting
...
tar
-xf
%md5
%
.tar.gz
if
!ERRORLEVEL!
EQU
0
(
if
!ERRORLEVEL!
EQU
0
(
echo
Get
third
party
from
bos
successfully
.
)
else
(
echo
Get
third
party
failed
,
reason
:
extract
failed
,
will
build
locally
.
...
...
@@ -510,7 +510,7 @@ if %GENERATOR% == "Ninja" (
)
if
%ERRORLEVEL%
NEQ
0
(
set
/a
build_times
=
%build_times%
+
1
set
/a
build_times
=
%build_times%
+
1
if
%build_times%
GEQ
%retry_times%
(
exit
/b
7
)
else
(
...
...
@@ -718,8 +718,8 @@ call :timestamp "%start%" "%end%" "TestCases Total"
if
%error_code%
NEQ
0
(
exit
/b
8
)
else
(
goto
:eof
)
else
(
goto
:eof
)
:parallel
_test_base_gpu
...
...
@@ -806,7 +806,7 @@ echo ========================================
echo
Step
7
.
Testing
fluid
library
with
infer_ut
for
inference
...
echo
========================================
cd
/d
%work_dir%
\
paddle\fluid\inference\tests
\infer_ut
cd
/d
%work_dir%
\
test\cpp\inference
\infer_ut
%cache_dir%
\tools\busybox64.exe
bash
run
.sh
%work
_dir:\
=
/
%
%WITH_MKL%
%WITH_GPU%
%cache
_dir:\
=
/
%
/inference
_demo
%TENSORRT_ROOT%
%WITH_ONNXRUNTIME%
%MSVC_STATIC_CRT%
"
%CUDA_TOOLKIT_ROOT_DIR%
"
goto
:eof
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录