Commit Graph

51334 Commits

Author SHA1 Message Date
i-robot d6e6872183
!40880 support for windows msvc
Merge pull request !40880 from qiuzhongya/qiuzhongya_msvc6
2022-08-26 02:22:14 +00:00
i-robot 01a3becfe5
!39243 [MS][LITE] fix mul_add_fusion whether InferDone
Merge pull request !39243 from luoyuan/fix_mul_add_fusion_issue
2022-08-26 02:16:15 +00:00
i-robot af291f0241
!38381 support nested integrate of shard and vmap
Merge pull request !38381 from wangjun/nested_shard_vmap
2022-08-26 02:10:46 +00:00
i-robot 5be9a63386
!40691 Make log of NLLLossGrad matched api.
Merge pull request !40691 from TronZhang/change_nlllossgrad_log
2022-08-26 02:07:35 +00:00
i-robot 0e9f71407d
!40900 [MS][TEST]add test case
Merge pull request !40900 from mengyuanli/pc500
2022-08-26 01:52:10 +00:00
i-robot 63bf5d7984
!40864 fix problems by code self-review
Merge pull request !40864 from huanghui/fix-problem-by-code-self-review
2022-08-26 01:51:55 +00:00
i-robot 1d126b497e
!40851 Code Clean
Merge pull request !40851 from YijieChen/code_clean
2022-08-26 01:50:20 +00:00
i-robot 61df559200
!40908 [MS][OPS] Fix uniform candidate sampler dynamic shape bug
Merge pull request !40908 from louie5/master
2022-08-26 01:47:48 +00:00
i-robot 9fc588394f
!40531 add vmaprule for MinimumGrad
Merge pull request !40531 from 吕浩宇/minimumgrad-vmap
2022-08-26 01:47:31 +00:00
i-robot 0c327d57ac
!40843 support for windows msvc
Merge pull request !40843 from qiuzhongya/qiuzhongya_msvc1
2022-08-26 01:36:17 +00:00
i-robot 34e4f6435e
!40424 [MS][LITE][parallel predict] add model
Merge pull request !40424 from yefeng/385-add_model
2022-08-26 01:24:38 +00:00
i-robot 569116b7de
!40765 调整plugin/cpu代码以适配Windows MSVC编译工具链
Merge pull request !40765 from iambowen1984/master
2022-08-26 01:24:35 +00:00
i-robot 4a1f1aff5b
!40535 fix gpu op histogram_fixed_width bug
Merge pull request !40535 from jin_jiaqi/histo
2022-08-26 01:21:55 +00:00
i-robot b1b8c157ff
!39852 support dynamic & static operator
Merge pull request !39852 from jjfeing/code_review_dynamic_static_refactor
2022-08-26 01:11:27 +00:00
i-robot 2cbecdfe5c
!40889 Fix pclints.
Merge pull request !40889 from gaoyong10/dynamic_shape_06
2022-08-26 00:04:33 +00:00
i-robot 5610e6e184
!40881 add memory_actor_insert pass for intergration of dynamic and static memory
Merge pull request !40881 from limingqi107/new_actor_runtime
2022-08-25 21:20:23 +00:00
i-robot ae207a653d
!40423 Add dynamic shape support for Square and SoftPlusGrad.
Merge pull request !40423 from hezhenhao1/add_softplusgrad
2022-08-25 16:24:52 +00:00
i-robot 7978f99dd2
!40789 optimize CTC forward by thread parallelization
Merge pull request !40789 from zhujingxuan/CTCLoss
2022-08-25 14:19:51 +00:00
louie5 b95d4646d7 fix dynamic shape bug 2022-08-25 21:34:43 +08:00
i-robot ad0cc55d06
!40813 fix SparseTensorDenseAdd GPU kernel
Merge pull request !40813 from wangmin0104/master
2022-08-25 13:01:50 +00:00
i-robot 9dc0eabdff
!40839 fix tensor move for umonad
Merge pull request !40839 from VectorSL/fix-tensor-move
2022-08-25 12:45:38 +00:00
i-robot 698830f867
!40891 fix dynamic shape bug on ascend
Merge pull request !40891 from zhengyuanhua/br3
2022-08-25 12:36:14 +00:00
i-robot 5e3bb2624b
!40901 Fix wrong spell error of xdivy description
Merge pull request !40901 from zhangzhaoju/code_docs_master_xdivy
2022-08-25 12:34:50 +00:00
i-robot 41b1a7e57b
!40868 fix release note, fix F and P
Merge pull request !40868 from luojianing/code_docs_master
2022-08-25 12:31:46 +00:00
i-robot 8de6ac475c
!31506 [assistant][ops] Add UnsortedSegmentProd and UnsortedSegmentSum
Merge pull request !31506 from TR-nbu/UnsortedSegmentProd
2022-08-25 12:30:37 +00:00
i-robot dd6e80e0ec
!33637 [assistant][ops] Add Pdist,PdistGrad
Merge pull request !33637 from 董雪堂/Pdist
2022-08-25 11:56:18 +00:00
i-robot d6e7f3305f
!35793 fix python_multiprocessing & max_rowsize type check
Merge pull request !35793 from luoyang/issue
2022-08-25 11:53:42 +00:00
i-robot d8a4991db9
!40887 Modify the error message
Merge pull request !40887 from huoxinyou/code_docs_tensorslice
2022-08-25 11:49:48 +00:00
i-robot db1bf2e2bf
!40817 adapt code for windows gpu version
Merge pull request !40817 from chenminmin/master
2022-08-25 11:49:05 +00:00
zhangzhaoju 33ac38b022 Fix wrong spell error of xdivy description 2022-08-25 19:38:39 +08:00
mengyuanli 8eac2a8679 add test case of shape changed in while 2022-08-25 19:37:47 +08:00
i-robot cd8b826fcf
!40704 RunOp compile refactor
Merge pull request !40704 from caifubi/master-pynative-op-compile-refactor
2022-08-25 10:58:18 +00:00
luojianing b709667626 fix release note, fix F and P 2022-08-25 18:31:45 +08:00
i-robot 3ef3a3ed47
!40247 add CPU RandomShuffle
Merge pull request !40247 from 范吉斌/randomshuffle
2022-08-25 10:07:35 +00:00
gaoyong10 00a7535397 Fix pclints. 2022-08-25 18:03:15 +08:00
lvhaoyu 1867baa88e add vmaprule for minimum grad 2022-08-25 17:14:44 +08:00
Bowen Ma 6c7135b49a update plugin/cpu code to meet msvc compiler 2022-08-25 17:10:55 +08:00
i-robot 7fa6d53a86
!40822 [ST][MS][OPS] AccumulateNV2 functional api and ST
Merge pull request !40822 from alashkari/accumulateNV2-update
2022-08-25 08:48:33 +00:00
i-robot 0ed1fba203
!40721 fix reshape expander: support shape value 0
Merge pull request !40721 from DeshiChen/0822_reshape
2022-08-25 08:46:17 +00:00
zhengyuanhua 386eec11c1 fix dynamic shape bug on ascend 2022-08-25 16:36:45 +08:00
i-robot d61999ab33
!40590 Refactor PyNative infer process
Merge pull request !40590 from JoyLvliang/split_infer_to_new_files
2022-08-25 08:25:46 +00:00
limingqi107 13d3728929 add memory_actor_insert pass for intergration of dynamic and static memory 2022-08-25 16:03:10 +08:00
qiuzhongya 9c41875220 support for msvc, third party lib 2022-08-25 15:43:02 +08:00
i-robot fbb1109752
!40674 add memory actor for integration of dynamic and static memory
Merge pull request !40674 from limingqi107/new_actor_runtime
2022-08-25 07:38:49 +00:00
huoxinyou 29407d6b99 Modify the error message 2022-08-25 15:36:28 +08:00
i-robot ca134f7940
!40782 modify sparse add api
Merge pull request !40782 from xiaoyao/code_docs_new
2022-08-25 07:29:42 +00:00
i-robot b5f6833b83
!40829 [MS][API]code docs fix cxx api
Merge pull request !40829 from luoyuan/code_docs_lite_cxx_api_fix
2022-08-25 07:12:07 +00:00
i-robot cb4799f71a
!40633 [LITE] Enable RunnerConfig set config info from config file
Merge pull request !40633 from WangWenzhe/wwz_m01
2022-08-25 06:59:44 +00:00
i-robot e42ce78f04
!40800 [MSLITE][CPU] conv im2col refacor
Merge pull request !40800 from Greatpan/conv_im2col_refactor
2022-08-25 06:51:13 +00:00
i-robot 2079d1ada7
!40840 profiler change log level
Merge pull request !40840 from zangqx/zangqx_43
2022-08-25 06:43:42 +00:00