Commit Graph

50830 Commits

Author SHA1 Message Date
yangzhenzhang 115ef88b7c add ut for infer strategy 2022-08-15 15:09:11 +08:00
Xiaoda Zhang 0492895c87 dump step auto parallel begin graphs 2022-08-15 15:06:38 +08:00
yao_yf 854b7839e5 auto parallel dataset handle in feed mode 2022-08-15 14:41:16 +08:00
i-robot b2ad845781
!40388 修复sparse docs
Merge pull request !40388 from 王程浩/code_docs_csr_softmax
2022-08-15 06:34:06 +00:00
i-robot 29ba707566
!40361 [docs]fix document for isfinite
Merge pull request !40361 from 徐安越/code_docs_master
2022-08-15 06:26:42 +00:00
i-robot 7cf2c5a587
!40377 delete fp16 dtype of cpu, realdiv and scatternd
Merge pull request !40377 from KylinMoriarty/master
2022-08-15 06:20:03 +00:00
i-robot 4469fc0df3
!40255 [MS][LITE][parallel predict]model parallel runner
Merge pull request !40255 from yefeng/381-fix_model_parallel_runner_lock
2022-08-15 06:17:14 +00:00
i-robot 2ab336a229
!39315 [assistant][ops] Add new CPU operation: ApplyAddSign
Merge pull request !39315 from hmtbgc/master
2022-08-15 06:12:10 +00:00
i-robot 777fd5ea80
!40312 Fix ir bug
Merge pull request !40312 from zjun/ir_bug
2022-08-15 06:11:35 +00:00
reku1997 f4058650ca add somas param dump 2022-08-15 14:09:36 +08:00
i-robot d75a0d1bdb
!40329 priority replay buffer cuda kernel template refactor
Merge pull request !40329 from chenweifeng/template-to-extend
2022-08-15 06:05:19 +00:00
yefeng ba7f43cabe fix GetInputs mem leak 2022-08-15 13:58:05 +08:00
cheng-hao-wang 9d3212bb65 test 2022-08-15 12:19:24 +08:00
kswang 7b7ccfc8d5 fix gpu layernorm grad error when col_dim is not a multiple of 4 2022-08-15 12:07:07 +08:00
i-robot 58d6725764
!39093 fix trustworthiness warning of standardlaplace op
Merge pull request !39093 from panshaowu/master
2022-08-15 03:50:35 +00:00
i-robot b2a4ed2019
!39741 add ckey_dou to core/ops/OWNER
Merge pull request !39741 from DeshiChen/code_docs_owner
2022-08-15 03:49:04 +00:00
zhouxulin2 8912516885 support operator & and | 2022-08-15 11:47:49 +08:00
liu lili 4049bba719 mindspore lite: solve compile problem 2022-08-15 11:23:57 +08:00
zhujingxuan 69eb5047e9 Add CTCLossGrad GPU Kernel 2022-08-15 11:04:55 +08:00
xuanyue b463b8d371 fix document for isfinite 2022-08-15 10:31:13 +08:00
KylinMoriarty 27400afe84 delete fp16 dtype of realdiv and scatternd 2022-08-15 10:19:11 +08:00
i-robot 984a92c0b8
!40309 Fix vmap test fail of deformable_conv on windows
Merge pull request !40309 from YuJianfeng/master
2022-08-15 02:12:43 +00:00
ZPaC be6cb9eb9c Update ascend version 2022-08-15 10:05:17 +08:00
i-robot 5fab03f5ff
!40319 Fix description bugs for SparseAddmm
Merge pull request !40319 from 孟权令/SparseAddmm
2022-08-15 01:51:54 +00:00
changzherui 023c2c156f add ckpt st 2022-08-15 07:27:19 +08:00
VectorSL fe3f9bbb0e upgrade cuda 2022-08-14 15:09:45 +08:00
gp121 09432c95f8 1 2022-08-13 17:37:02 +08:00
wilfChen be9f82a40e priority replay buffer cuda kernel template refactor 2022-08-13 15:28:00 +08:00
i-robot abf2225625
!40349 Fix bug of cpu ops DeformbleOffsetsGrad
Merge pull request !40349 from chenfei_mindspore/master-develop
2022-08-13 07:16:00 +00:00
LHP-learning b2f7e8f0c4 [feat] [assistant] [I471CV] Fix NonMaxSuppressionWithOverlaps 2022-08-13 15:14:54 +08:00
i-robot b8837f3eaf
!40347 remove raise error when batch rank is zero and lr shape is one
Merge pull request !40347 from zhangbuxue/remove_raise_error_when_batch_rank_is_zero_and_lr_shape_is_one
2022-08-13 06:39:22 +00:00
buxue cfc64f92f9 remove raise error when batch rank is zero and lr shape is one 2022-08-13 09:50:38 +08:00
Margaret_wangrui d030ce2441 Fix auto_monad problem in vmap scenes. 2022-08-13 09:15:10 +08:00
i-robot afd1e35350
!40354 fix dynamic op:batchmatmul get attr error
Merge pull request !40354 from ZPaC/fix-version-test-case
2022-08-12 15:15:45 +00:00
i-robot 79e655eefd
!40333 remove unused lines
Merge pull request !40333 from 李林杰/0811_remove_unused_lines_master
2022-08-12 12:28:47 +00:00
jjfeing 532392f871 fix dynamic op:batchmatmul get attr error 2022-08-12 20:25:00 +08:00
broccoli857 147f126c6d Support list clear,count,extend,reverse Method. 2022-08-12 11:21:24 +00:00
Ferry 67ab0b4fa8 feat assistant I48O6C add sparseconcat 2022-08-12 19:21:11 +08:00
i-robot 539c9c735b
!40093 Optimize comment statements in boost documents
Merge pull request !40093 from archer2049/code_docs_master
2022-08-12 10:52:50 +00:00
jinzi 8da20d9706 “add1” 2022-08-12 18:44:09 +08:00
i-robot 6f47bc4cfa
!40313 Fix bug of Concat expander
Merge pull request !40313 from DeshiChen/0812_fix
2022-08-12 10:15:25 +00:00
i-robot 1ac4811a1b
!38316 plugin compiling independent
Merge pull request !38316 from liubuyu/plugin_so
2022-08-12 10:05:48 +00:00
liangzhibo 88bc967cdd support graph hasattr and getattr 2022-08-12 17:48:51 +08:00
i-robot 064582a845
!40281 optimizer pdist
Merge pull request !40281 from hemaohua/master
2022-08-12 09:25:24 +00:00
i-robot 2ec31113da
!40250 modify import absolute path
Merge pull request !40250 from changzherui/mod_import
2022-08-12 09:23:28 +00:00
i-robot 9c307650c5
!40192 [lite]optimize activation-fp16
Merge pull request !40192 from 徐安越/master3
2022-08-12 09:05:52 +00:00
zjun 56777ee526 Fix bug
Signed-off-by: zjun <zhangjun0@huawei.com>
2022-08-12 16:50:03 +08:00
chenfei c3a3eb1a7f fix bug of deformable_offsets_grad 2022-08-12 16:47:42 +08:00
chenzhuo 5f39ebd788 support grad and value_and_grad with has_aux 2022-08-12 16:43:03 +08:00
huangchengnuo 9403157b29 fix range accuracy and add exception information 2022-08-12 16:37:30 +08:00