Commit Graph

38044 Commits

Author SHA1 Message Date
Zhang Qinghua 705e71f20d Update tuple/list use flags for Einsum primitive. 2022-01-19 21:27:19 +08:00
i-robot a33b509a48
!29290 Fix Broadcast primitive tuple input incorrect elimination.
Merge pull request !29290 from huanghui/fix-broadcast-use-flag
2022-01-19 09:28:26 +00:00
i-robot d65f8e3953
!29290 Fix Broadcast primitive tuple input incorrect elimination.
Merge pull request !29290 from huanghui/fix-broadcast-use-flag
2022-01-19 09:28:23 +00:00
i-robot e6f3c71520
!29239 Clear backend done_tasks in ms_memory_recycle to free memory
Merge pull request !29239 from zhangzhaoju/master_I4PTCL
2022-01-19 09:24:20 +00:00
i-robot 5818de766b
!29291 Always set tuple/list elements as used if it's the arguements of VirtualAbstractClosure, likely J's bprop func.
Merge pull request !29291 from 张清华/eliminate_tuple_unused_item2
2022-01-19 09:22:58 +00:00
i-robot 99ee69b038
!29215 static format check warnings clean
Merge pull request !29215 from zhangzhaoju/master_static_check
2022-01-19 09:18:38 +00:00
i-robot 10c8b83068
!22421 [assistant][ops] Add new dataset operator GTZANDataset
Merge pull request !22421 from TR-nbu/GTZANDataset
2022-01-19 09:08:12 +00:00
i-robot 8d40dc2caa
!29269 add MatmulDynamicInt8CPUKernel
Merge pull request !29269 from yeyunpeng2020/dynamic_quant
2022-01-19 08:59:36 +00:00
i-robot 7737ba6250
!23973 [assistant][ops] Add Lstsq
Merge pull request !23973 from 张渝/lstsq
2022-01-19 08:54:33 +00:00
i-robot 28c5d74628
!29257 FL, opt kernel launch
Merge pull request !29257 from 徐永飞/master
2022-01-19 08:26:31 +00:00
i-robot befd173a31
!29278 fix ISSUE I4QRZP
Merge pull request !29278 from tan-wei-cheng-3260/develop-twc-master
2022-01-19 08:16:59 +00:00
i-robot aa0e9f8d7a
!29248 Clear Hook resource at exit
Merge pull request !29248 from JoyLvliang/clear_hook_static_res_at_exit
2022-01-19 08:14:41 +00:00
i-robot 496cb8fadf
!29270 modify context make dir
Merge pull request !29270 from changzherui/mod_context_makedir
2022-01-19 07:22:08 +00:00
i-robot 9a4433763c
!29232 fix a bug about pynative mode error on Ascend
Merge pull request !29232 from 沈竞兴/codefix
2022-01-19 07:19:45 +00:00
i-robot eee1b7e188
!29264 update solve triangular op
Merge pull request !29264 from zhujingxuan/master
2022-01-19 07:17:56 +00:00
i-robot 5a1c8f55d4
!29272 fix fracz_group transmit in multi graph
Merge pull request !29272 from yuchaojie/op_select
2022-01-19 07:10:28 +00:00
i-robot 778c0f0892
!29281 fix random op bug
Merge pull request !29281 from caifubi/master-fix-randomop-bug
2022-01-19 07:08:36 +00:00
i-robot 15ad3664e4
!29285 modify format
Merge pull request !29285 from xumengjuan1/master
2022-01-19 07:00:15 +00:00
i-robot 7019e9b939
!29285 modify format
Merge pull request !29285 from xumengjuan1/master
2022-01-19 07:00:15 +00:00
i-robot f4cc31a7c4
!29147 [MS][LITE] fl support dynamic input shape
Merge pull request !29147 from zhengjun10/java
2022-01-19 06:56:28 +00:00
i-robot 22863d8648
!29157 [MS][LITE]Hi35xx use new api
Merge pull request !29157 from gongdaguo/hi35xx_add_config3
2022-01-19 06:54:29 +00:00
i-robot 133f248d53
!28896 [MS][LITE] model pool
Merge pull request !28896 from yefeng/196-model_pool
2022-01-19 06:53:29 +00:00
xuyongfei 98c2cafa69 FL, opt kernel launch 2022-01-19 14:51:30 +08:00
Zhang Qinghua 5aab9d2e66 Always set tuple/list elements as used if it's the arguements of VirtualAbstractClosure, likely J's bprop func. 2022-01-19 14:51:28 +08:00
i-robot 8b0c3a6257
!29193 Add abstract of switch and parameter
Merge pull request !29193 from chenfei_mindspore/fix-abstract-not-set
2022-01-19 06:50:46 +00:00
huanghui 37eaf96f93 fix Broadcast tuple input 2022-01-19 14:41:02 +08:00
i-robot b3dde2fe0e
!29284 add int64 to k_type
Merge pull request !29284 from zong_shuai/topk_debug
2022-01-19 06:36:38 +00:00
xumengjuan1 ee8e6fac00 modify format 2022-01-19 14:35:27 +08:00
i-robot 754b92dd00
!29280 Fix tuple in tuple.
Merge pull request !29280 from gaoyong10/runtime_second12
2022-01-19 06:33:59 +00:00
i-robot 4226614a06
!29234 add more log to help debuging random error
Merge pull request !29234 from chengbin/sync
2022-01-19 06:25:46 +00:00
i-robot 28e9fd9821
!29277 fix linalg doc description
Merge pull request !29277 from zhuzhongrui/pub_master
2022-01-19 06:12:33 +00:00
ZJM 21973bbbec [assistant][ops][I3T96W] Add new dataset operator GTZANDataset 2022-01-19 13:48:50 +08:00
Weijun 85a7a994fe [feat] [assistant] [I40GJ3] Add new AICPU operator Lstsq 2022-01-19 13:19:46 +08:00
yefeng a7156e736a model pool 2022-01-19 12:49:17 +08:00
twc 76d9daddf0 fix ISSUE I4QRZP 2022-01-19 12:18:12 +08:00
i-robot 55b2a78b99
!29230 [MSLITE][CPU] AVX512/256/SSE/NENO Advanced packaging, and AddFusion Op Refactoring and optimization
Merge pull request !29230 from Greatpan/avx512_add
2022-01-19 03:58:08 +00:00
zong-shuai e123504ef7 add_k _type 2022-01-19 11:23:18 +08:00
chenfei fa7cb34c8a set abstract of switch 2022-01-19 11:13:32 +08:00
liuxiao93 f93ef37aad fix a bug about pynative mode error on Ascend 2022-01-19 11:04:53 +08:00
i-robot 83631c112e
!29268 fix global max pooling
Merge pull request !29268 from zhaodezan/master
2022-01-19 03:02:51 +00:00
i-robot b378a9c8ab
!29254 modify doc
Merge pull request !29254 from xumengjuan1/code_docs_xmjformat1
2022-01-19 02:37:18 +00:00
gaoyong10 33248e3546 fix tuple in tuple 2022-01-19 10:32:46 +08:00
i-robot a739e38394
!29189 Fix code warning
Merge pull request !29189 from LiangZhibo/master
2022-01-19 02:24:14 +00:00
caifubi d8e59322e5 Use Primitive->id() as unique id 2022-01-19 10:22:16 +08:00
z00512249 304297e215 fix linalg doc description 2022-01-19 10:16:12 +08:00
i-robot 377d6108f9
!29247 Continue to synchronize tuple/list abstract's elements if they are also tuple/list.
Merge pull request !29247 from 张清华/eliminate_tuple_unused_item2
2022-01-19 01:20:27 +00:00
i-robot a7df060b00
!29252 unified runtime fix ref parameter bug and optimize running performance
Merge pull request !29252 from limingqi107/new_actor_runtime
2022-01-19 01:18:14 +00:00
i-robot 8817720a58
!29255 Fix getitem in getitem.
Merge pull request !29255 from gaoyong10/runtime_second12
2022-01-19 01:17:35 +00:00
yeyunpeng2020 9f665e7d0a add MatmulDynamicInt8CPUKernel 2022-01-19 09:16:07 +08:00
i-robot e0f149faf7
!29155 fix cholesky doc api
Merge pull request !29155 from zhuzhongrui/pub_master
2022-01-19 00:57:22 +00:00