chenfei
|
3f1bbc0885
|
debug mindspore
|
2021-07-07 11:52:19 +08:00 |
i-robot
|
816b416122
|
!19391 add auto-monad-elim interface
Merge pull request !19391 from huangbingjian/monad_elim
|
2021-07-06 04:04:31 +00:00 |
i-robot
|
d9b8429631
|
!19424 Fixing CPU dump issue
Merge pull request !19424 from parastooashtari/cpu_dump
|
2021-07-06 03:58:32 +00:00 |
zhangzhenghai
|
51c60dad23
|
!19410 upgrade_ascend_0705_mindspore
Merge pull request !19410 from mindspore_ding/upgrade_ascend_0705
|
2021-07-06 03:45:46 +00:00 |
i-robot
|
013eb0e4ea
|
!19425 fixed recovery core dump
Merge pull request !19425 from anancds/pclint
|
2021-07-06 03:43:12 +00:00 |
dingpeifei
|
24ff7ab8b4
|
upgrade_ascend_0705
|
2021-07-06 11:31:45 +08:00 |
i-robot
|
7dffa5096c
|
!19427 Fix offline dbg issue: multiple read_tensor output if dumping twice
Merge pull request !19427 from TinaMengtingZhang/multi_output_when_dump_twice
|
2021-07-06 03:15:12 +00:00 |
i-robot
|
6a6da100ce
|
!19324 Add differential privacy parameters for mindspore federated learning.
Merge pull request !19324 from jxlang910/fl-dp
|
2021-07-06 03:11:11 +00:00 |
i-robot
|
a72ce67c39
|
!19355 Fix execute order promblem with Gather and AssignAdd
Merge pull request !19355 from Margaret_wangrui/gather_assignadd
|
2021-07-06 02:57:09 +00:00 |
i-robot
|
871f6f0a88
|
!19221 fix CPU BatchNorm bugs
Merge pull request !19221 from zhaoting/master
|
2021-07-06 02:43:11 +00:00 |
i-robot
|
83bcf936b6
|
!19403 [bugfix] CPU PyNative hook occur select op error
Merge pull request !19403 from zyli2020/fix_mindtest_bug
|
2021-07-06 02:25:12 +00:00 |
i-robot
|
6b58119c2d
|
!19428 topk gpu op float16 support
Merge pull request !19428 from Peilin/topk-float16-support
|
2021-07-06 01:51:13 +00:00 |
i-robot
|
cf46076687
|
!19254 [MS][LITE][CPU] pooling optimize
Merge pull request !19254 from liuzhongkai/pooling_op
|
2021-07-06 01:35:17 +00:00 |
i-robot
|
99da958450
|
!19377 Add profile for compile cache
Merge pull request !19377 from LiangZhibo/master
|
2021-07-06 01:21:12 +00:00 |
i-robot
|
b26dc0f162
|
!18938 infer optimize:codex + testcases
Merge pull request !18938 from lanzhineng/infer_optv5
|
2021-07-06 01:19:13 +00:00 |
chendongsheng
|
b144b013c8
|
fixed recovery core dump
|
2021-07-06 09:14:54 +08:00 |
i-robot
|
2d28931533
|
!19114 [MS][RDR] Add method for checking GLOG_log_dir in C++ module
Merge pull request !19114 from louie5/master
|
2021-07-06 01:07:12 +00:00 |
Peilin Wang
|
694d5eb97b
|
add general float16 support initial commit
|
2021-07-05 18:20:03 -04:00 |
i-robot
|
88664ea17a
|
!19370 Adjust CPU optimize graph pass
Merge pull request !19370 from zyli2020/mindrt_debug
|
2021-07-05 21:09:43 +00:00 |
TinaMengtingZhang
|
4147e1bd9a
|
get multiple dump result when dump twice
|
2021-07-05 17:00:02 -04:00 |
i-robot
|
ede0139b06
|
!19414 fix the control ring bug
Merge pull request !19414 from limingqi107/bug_fix2
|
2021-07-05 17:55:44 +00:00 |
Parastoo Ashtari
|
a86a38080f
|
Fixed CPU dump error
|
2021-07-05 10:37:05 -04:00 |
i-robot
|
5755dd9eea
|
!19393 fix bug of host and device share weight
Merge pull request !19393 from limingqi107/bug_fix
|
2021-07-05 14:19:52 +00:00 |
i-robot
|
417f83a45c
|
!19250 fix bug of allreduce fusion config
Merge pull request !19250 from caifubi/master-allreduce
|
2021-07-05 14:15:49 +00:00 |
limingqi107
|
dbf2030d90
|
fix the control ring bug
|
2021-07-05 21:51:32 +08:00 |
i-robot
|
c8b703c658
|
!19381 [bugfix]random sample op output is wrong
Merge pull request !19381 from zyli2020/bug_fix_ps_cache
|
2021-07-05 13:25:49 +00:00 |
jin-xiulang
|
ebc71d3306
|
Add secure parameters for mindspore federated learning.
|
2021-07-05 21:08:02 +08:00 |
lanzhineng
|
04dba00b93
|
infer:codex & testcases
|
2021-07-05 21:01:13 +08:00 |
i-robot
|
50b58f50ad
|
!19390 fix undefined symbol StoreStep4
Merge pull request !19390 from zhaosida/zsd_adam_simd
|
2021-07-05 12:51:47 +00:00 |
i-robot
|
ea440db85e
|
!18488 Remove Parameter Check in PyNative mode
Merge pull request !18488 from caifubi/master-pynative-no-parameter
|
2021-07-05 12:05:46 +00:00 |
i-robot
|
a1fd4eca77
|
!19295 infer optimize to support find exit of branches with fixed eval paths
Merge pull request !19295 from lanzhineng/infer_optv3
|
2021-07-05 11:51:52 +00:00 |
Margaret_wangrui
|
f3d83bcab3
|
fix execute order promblem with Gather and AssignAdd
|
2021-07-05 19:36:10 +08:00 |
lizhenyu
|
823621d8f3
|
[bugfix] CPU PyNative hook occur select op error
|
2021-07-05 19:31:06 +08:00 |
lzk
|
8d0be9f085
|
pooling optimize
|
2021-07-05 04:19:00 -07:00 |
caifubi
|
c25de59f77
|
fix allreduce fusion index bug
|
2021-07-05 19:03:22 +08:00 |
lizhenyu
|
efcf910b80
|
Adjust CPU optimize graph pass
|
2021-07-05 17:52:46 +08:00 |
limingqi107
|
85222572f3
|
fix bug of host and device share weight
|
2021-07-05 17:08:39 +08:00 |
l00591931
|
430ff89651
|
Add profile for compile cache
|
2021-07-05 16:59:03 +08:00 |
zhaosida
|
072417b486
|
fix undefined symbol
|
2021-07-05 16:52:45 +08:00 |
huangbingjian
|
25a5579661
|
add auto-monad-elim interface
|
2021-07-05 16:45:26 +08:00 |
chengang
|
61ead5ff31
|
!19267 sync bug fix
Merge pull request !19267 from sync-from-enter
|
2021-07-05 08:41:36 +00:00 |
lizhenyu
|
78329860e1
|
[bugfix]random sample op accu is wrong
|
2021-07-05 15:27:38 +08:00 |
louie5
|
ef98f259ce
|
create directory of log files using 'GLOG_log_dir' in c++ frontend while it does not exist
check the real path of directory whether valid
|
2021-07-05 15:21:12 +08:00 |
i-robot
|
8508c9eb45
|
!18179 [MD] add slice patches op in c++ and python
Merge pull request !18179 from liyong126/slice_patches_op
|
2021-07-05 07:04:45 +00:00 |
i-robot
|
5a5b709cc5
|
!19332 fix pclint
Merge pull request !19332 from anancds/pclint
|
2021-07-05 06:34:49 +00:00 |
i-robot
|
4a8225eaf4
|
!19160 Fix parameter check of Rotate and GaussianBlur API
Merge pull request !19160 from xiaotianci/fix_rotate_and_gaussian_blur
|
2021-07-05 06:30:46 +00:00 |
ZPaC
|
fb76361d81
|
sync bug fix
|
2021-07-05 11:52:16 +08:00 |
lanzhineng
|
05db2d6e56
|
infer_opt:fixed eval path
|
2021-07-05 11:28:14 +08:00 |
i-robot
|
1790db17dd
|
!19207 fix log print from warning to debug
Merge pull request !19207 from liubuyu/dynamic_op
|
2021-07-05 03:14:22 +00:00 |
i-robot
|
456ca8ad89
|
!19067 vec matmul opt
Merge pull request !19067 from zhaozhenlong/lite/opt/vec_matmul
|
2021-07-05 01:50:26 +00:00 |