Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
magicwindyyd
mindspore
提交
e70d6641
M
mindspore
项目概览
magicwindyyd
/
mindspore
与 Fork 源项目一致
Fork自
MindSpore / mindspore
通知
1
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
M
mindspore
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
e70d6641
编写于
8月 30, 2020
作者:
M
mindspore-ci-bot
提交者:
Gitee
8月 30, 2020
浏览文件
操作
浏览文件
下载
差异文件
!5493 Modify name of the package generated on x86.
Merge pull request !5493 from wangshaocong/r0.7_lite_pkg
上级
60f95771
b7a22e13
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
5 addition
and
5 deletion
+5
-5
build.sh
build.sh
+1
-1
mindspore/lite/CMakeLists.txt
mindspore/lite/CMakeLists.txt
+1
-1
mindspore/lite/test/run_benchmark_nets.sh
mindspore/lite/test/run_benchmark_nets.sh
+3
-3
未找到文件。
build.sh
浏览文件 @
e70d6641
...
...
@@ -53,7 +53,7 @@ usage()
echo
" -n Compile minddata lite"
echo
" -M Enable MPI and NCCL for GPU training, gpu default on"
echo
" -V Specify the minimum required cuda version, default CUDA 10.1"
echo
" -I
Compile lite
"
echo
" -I
Enable compiling mindspore lite for arm64, arm32 or x86_64, default disable mindspore lite compiling
"
echo
" -K Compile with AKG, default on"
echo
" -s Enable serving module, default off"
echo
" -w Enable acl module, default off"
...
...
mindspore/lite/CMakeLists.txt
浏览文件 @
e70d6641
...
...
@@ -29,7 +29,7 @@ elseif (WIN32)
set
(
PARSER_NAME libconverter-parser-win-
${
PROCESS_UNIT
}
)
set
(
COMPONENT_NAME converter-win-
${
PROCESS_UNIT
}
)
else
()
set
(
COMPONENT_NAME convert-ubuntu
)
set
(
COMPONENT_NAME convert
er
-ubuntu
)
endif
()
set
(
RUN_X86_COMPONENT_NAME runtime-x86-
${
PROCESS_UNIT
}
)
...
...
mindspore/lite/test/run_benchmark_nets.sh
浏览文件 @
e70d6641
...
...
@@ -374,13 +374,13 @@ tar -zxf mindspore-lite-${version}-runtime-arm64-${process_unit_arm}.tar.gz || e
cd
${
convertor_path
}
||
exit
1
tar
-zxf
mindspore-lite-
${
version
}
-runtime-x86-
${
process_unit_x86
}
.tar.gz
||
exit
1
tar
-zxf
mindspore-lite-
${
version
}
-convert-ubuntu
.tar.gz
||
exit
1
cd
${
convertor_path
}
/mindspore-lite-
${
version
}
-convert-ubuntu
||
exit
1
tar
-zxf
mindspore-lite-
${
version
}
-convert
er
-ubuntu
.tar.gz
||
exit
1
cd
${
convertor_path
}
/mindspore-lite-
${
version
}
-convert
er
-ubuntu
||
exit
1
cp
converter/converter_lite ./
||
exit
1
export
LD_LIBRARY_PATH
=
${
LD_LIBRARY_PATH
}
:./lib/:./third_party/protobuf/lib
# Convert the models
cd
${
convertor_path
}
/mindspore-lite-
${
version
}
-convert-ubuntu
||
exit
1
cd
${
convertor_path
}
/mindspore-lite-
${
version
}
-convert
er
-ubuntu
||
exit
1
# Write resulte to temp file
run_benchmark_result_file
=
${
basepath
}
/run_benchmark_result.txt
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录