kswang
51e9fbf973
format ompi
2020-08-05 22:07:45 +08:00
mindspore-ci-bot
64b0cb4f95
!3972 upgrade dnnl to v1.5
...
Merge pull request !3972 from kisnwang/update-dnnl-to-v1.5
2020-08-05 11:44:53 +08:00
mindspore-ci-bot
98c415a1d5
!3807 serving support acl dvpp process
...
Merge pull request !3807 from 徐永飞/master
2020-08-05 11:00:21 +08:00
kswang
13df76c984
upgrade dnnl to v1.5
2020-08-04 22:03:51 +08:00
xuyongfei
c0b8df4f7c
serving add acl dvpp support, ut tests, return input status string message
2020-08-04 21:40:21 +08:00
mindspore-ci-bot
1354cf098b
!3642 use akg to compile gpu ops rather than _akg
...
Merge pull request !3642 from lingyunli63/use_full_akg_to_support_gpu
2020-08-03 11:53:40 +08:00
lingyunli63
b38d8ee837
use akg.ms instead of _akg
2020-08-03 10:48:11 +08:00
hexia
a113a6b50a
fix python proto
2020-07-31 15:24:29 +08:00
shenwei41
051c290d8b
Modify patches and alerts
2020-07-29 19:26:06 +08:00
xsmq
5087945479
回退 'Pull Request !3236 : use akg to compile gpu ops rather than _akg'
2020-07-28 22:41:33 +08:00
mindspore-ci-bot
d469a347f8
!3236 use akg to compile gpu ops rather than _akg
...
Merge pull request !3236 from lingyunli63/use_full_akg_to_support_gpu
2020-07-28 15:29:26 +08:00
lingyunli63
42017a19e6
enable compile gpu in akg
2020-07-27 19:20:29 +08:00
hexia
0792ceeeef
fix python import
2020-07-27 14:12:13 +08:00
ZPaC
8ff1a9ab47
Use white list to control pslite compilation
2020-07-21 20:29:22 +08:00
xulei2020
18b519ae0f
add sentence piece
2020-07-20 15:50:35 +08:00
mindspore-ci-bot
be2cfa9ed6
!3075 Add profiler module.
...
Merge pull request !3075 from yuximiao/yuximiao_mindspore_profiler
2020-07-20 11:00:32 +08:00
yanghaoran
859acc6d2a
synchronize latest Ascend software suite 18 Jul 2020, and merging branches
2020-07-18 21:09:55 +08:00
liubuyu
a42ebf2cbc
cmake bug fix
2020-07-18 10:36:53 +08:00
yuximiao
ed9cc50551
Add profiler module
2020-07-17 18:20:18 +08:00
mindspore-ci-bot
7233d650f0
!3063 Enable to train in parameter server mode
...
Merge pull request !3063 from ZPaC/add-ps-training-mode
2020-07-16 22:25:44 +08:00
ZPaC
52022c8013
Enable to train in parameter server mode
2020-07-16 21:39:48 +08:00
changzherui
f4cb445ea8
syn code for 0715
2020-07-16 17:18:21 +08:00
caifubi
cb8b5dbd76
Remove build option -S
2020-07-16 14:51:48 +08:00
hexia
34c5971960
add ms_serving to whl and uncoupling third_party grpc
2020-07-15 14:27:14 +08:00
mindspore-ci-bot
69ce4bf2b2
!2970 Del mindspore/model_zoo
...
Merge pull request !2970 from panbingao/master
2020-07-14 08:57:31 +08:00
caifubi
c577952c9a
Async Data Dump
2020-07-13 09:42:37 +08:00
mindspore-ci-bot
65c6e54e2e
!2773 Adding cpp_api
...
Merge pull request !2773 from 章一智/cpp_api
2020-07-11 18:58:42 +08:00
ZPaC
e3316ae9d7
Fix ge compile error.
2020-07-11 11:02:17 +08:00
ervinzhang
bd5a777f81
introducing new C++ API
2020-07-10 16:32:38 -04:00
panbingao
45dbc8bf04
Move model_zoo.resnet.py
2020-07-10 17:36:34 +08:00
yanghaoran
9ce5c97204
synchronize Ascend software suite 07 Jul 2020
2020-07-08 21:49:09 +08:00
qianlong
0c35247b58
change icu4c compile way
2020-07-07 14:54:49 +08:00
ZPaC
a057639abc
Add pslite dependency
2020-07-01 16:26:24 +08:00
mindspore-ci-bot
cc2655e599
!2428 building _ms_mpi with mpi_interface
...
Merge pull request !2428 from chenjianping/host_reduce
2020-06-24 11:53:29 +08:00
chenjianping
343889cdb7
building _ms_mpi with mpi_interface
2020-06-23 22:16:18 +08:00
Shida He
4c056855e0
Implementation for mindspore debugger
2020-06-22 17:15:30 -04:00
gong chen
a6dfa281ea
Init GraphKernel.
...
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
2020-06-20 22:31:54 +08:00
qianlong
c737098017
fix icu complie error
2020-06-18 21:59:18 +08:00
qianlong
4f16f036be
Add WhitespaceTokenizer and UnicodeScriptTokenizer for nlp
...
add CaseFold, NormalizeUTF8
add RegexReplace
add RegexTokenizer
add BasicTokenizer
add WordpieceTokenizer
add BertTokenizer
2020-06-17 15:47:04 +08:00
Yang
d7d8688ec4
!2118 update sqlite & patch
2020-06-16 09:31:12 +08:00
zhoufeng
54f1c6e3cb
make the commid_id of whl packages to have same length
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-06-14 17:13:07 +08:00
yanghaoran
8da4c1a763
synchronize latest ascend software 04 Jun 2020
2020-06-09 23:34:13 +08:00
chenjianping
af8108c9e1
support host reduce scatter and allgather
2020-06-04 17:20:47 +08:00
jonyguo
698c88f306
update sqlite patch
2020-05-25 11:06:57 +08:00
xulei2020
5edadf1542
add jieba c++ code
2020-05-21 14:47:16 +08:00
xulei2020
da8e095bd3
add jieba c++ code
2020-05-21 10:47:02 +08:00
xulei2020
163b6b7ea7
add jieba c++ code
2020-05-20 15:55:12 +08:00
caifubi
7d07e17f5a
Support Common Hccl Op
...
1.Support Broadcast op
2.Support communication op as graph output
3.Optimize Communication op memory alocation
4.support hccl multi-group
2020-05-18 14:48:34 +08:00
xiefangqi
c937bad53f
minddata support voc
2020-05-15 13:24:03 +08:00
zhoufeng
b681cec8f2
cmake refactor
2020-04-26 20:51:18 +08:00