Commit Graph

13440 Commits

Author SHA1 Message Date
i-robot f030af3a4b
!48184 [JIT Fallback] Support any type feature in runtime procedure, handle the exception for Fallback process, and hide no_recursive api.
Merge pull request !48184 from 张清华/opt_jit_fallback
2023-01-31 06:09:21 +00:00
i-robot 40c924b9d1
!48235 takedown testcases to ensure gate stability
Merge pull request !48235 from yanghaoran/takedown_testcases
2023-01-31 03:06:02 +00:00
yanghaoran 09b71750d4 takedown testcases to ensure gate stability 2023-01-31 10:51:49 +08:00
i-robot d9ccbccf45
!48193 fix testcase for Randperm
Merge pull request !48193 from liyuxia/master
2023-01-31 02:47:52 +00:00
i-robot fd6338be75
!48152 [API] Add ops.is_tensor
Merge pull request !48152 from shaojunsong/feature/is_tensor
2023-01-31 02:47:29 +00:00
i-robot 5b4a960633
!48134 Add rdma rpc baisc code.
Merge pull request !48134 from ZPaC/rdma-enable
2023-01-31 02:09:25 +00:00
张清华 c6274e7a9d [JIT Fallback] Support any type feature in runtime procedure, handle the exception for Fallback process, and hide no_recursive api. 2023-01-31 09:14:51 +08:00
i-robot 8cc7e5e98c
!43540 Purge use void
Merge pull request !43540 from ZPaC/purge-use-void
2023-01-30 15:32:07 +00:00
i-robot fdb3e202a2
!48089 [MD] Debug Mode - Multi-epoch fixes and UT
Merge pull request !48089 from cathwong/ckw_debug_mode3_take
2023-01-30 14:51:56 +00:00
i-robot 3283da9a79
!48109 Code static warning clean
Merge pull request !48109 from chenfei_mindspore/master
2023-01-30 10:03:06 +00:00
shaojunsong 65ffe26ea9 add ops.is_tensor 2023-01-30 17:36:58 +08:00
liyuxia de2aaa2381 fix testcase for Randperm 2023-01-30 15:03:46 +08:00
i-robot ce53db6836
!48061 add mem usage analyzer for swap
Merge pull request !48061 from kisnwang/add-mem-usage-analyzer
2023-01-30 07:02:08 +00:00
ZPaC 7f06cc7c00 Purge use void* 2023-01-30 14:22:34 +08:00
i-robot 283819a1c9
!48125 Change custom_vjp to inner api
Merge pull request !48125 from YuJianfeng/custom_vjp
2023-01-30 06:15:45 +00:00
i-robot 0a8d3c57df
!48106 Runtime support cpu hash table
Merge pull request !48106 from zyli2020/dev
2023-01-30 06:13:34 +00:00
ZPaC 0b72759390 Add rdma 2023-01-30 10:29:29 +08:00
chenfei 92103757eb code static warning clean 2023-01-30 10:13:11 +08:00
kswang 0a7533fe35 add mem analyer for swap 2023-01-29 16:51:54 +08:00
i-robot 10dee13272
!47587 decoupled with PrimitiveWithCheck and infer value
Merge pull request !47587 from lianliguang/change-standarprim-eval
2023-01-29 08:37:40 +00:00
i-robot 9db1e218b3
!48015 ResizeBicubic/ResiezeBicubicGrad 对标torch,format修改为NCHW
Merge pull request !48015 from haozhang/resize_bicubic
2023-01-29 08:23:55 +00:00
i-robot 451fd00539
!47887 Fix getattr problem for check_jit_foribbden_api
Merge pull request !47887 from ligan/check_jit_forbidden_api_bug
2023-01-29 08:15:01 +00:00
i-robot 4c4eaac0e4
!48124 [MS]{Ops][Bug] solve matmul st problem
Merge pull request !48124 from 刘力力/master_develop
2023-01-29 08:11:28 +00:00
i-robot 018536039f
!47797 fix some bugs about acl kernel
Merge pull request !47797 from hanhuifeng/pynative_dyn_modifies
2023-01-29 08:02:15 +00:00
i-robot 8a77bcf86e
!48126 fix broadcast check of batchmatmul
Merge pull request !48126 from zhoufeng/batchmatmul-broadcast-shape
2023-01-29 06:21:10 +00:00
lizhenyu b3f9e6f2e7 runtime support cpu hash table 2023-01-29 14:18:33 +08:00
i-robot 9839e1ba11
!47966 fix docs and add testcases
Merge pull request !47966 from 李良灿/master
2023-01-29 05:51:52 +00:00
i-robot 26cbd5f6e1
!48078 fix docs silu softmin diff
Merge pull request !48078 from Henry Shi/fix_docs_silu_softmin
2023-01-29 04:31:07 +00:00
i-robot 4712bd9ff0
!48103 add a st for ge dynamic input
Merge pull request !48103 from xulei/dynamic_shape_ge
2023-01-29 03:52:36 +00:00
ligan 17bd8b4b01 check_jit_forbidden_api_bug 2023-01-29 11:04:19 +08:00
i-robot 3c4b0f1083
!37725 [assistant][I54KGU] add new aicpu operator IndexPut
Merge pull request !37725 from 陈孜豪/IndexPut
2023-01-29 02:13:32 +00:00
yujianfeng 77d10800ca Change custom_vjp to inner api 2023-01-29 10:02:20 +08:00
zhoufeng 2fbe37fd5b fix broadcast check of batchmatmul
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2023-01-29 10:01:55 +08:00
i-robot 6c16e228cc
!48099 fix bug: use correct name of topk
Merge pull request !48099 from Yanzhi_YI/fixbug_topk
2023-01-29 01:31:36 +00:00
liu lili f1f75167ef mindspore ops: solve matmul st ops 2023-01-29 09:23:24 +08:00
i-robot d6d5184ffe
!48024 Change test case error for range
Merge pull request !48024 from LiangZhibo/range_error
2023-01-29 01:10:00 +00:00
15867023963 170910c62d [feat][assistant][I54KGU] add new aicpu operator IndexPut 2023-01-28 15:48:44 +08:00
xulei cdb9a46058 add a st for ge dynamic input 2023-01-28 14:35:32 +08:00
yiyanzhi_akane ff8ab39523 fix bug: use correct name of topk 2023-01-28 11:17:51 +08:00
lianliguang 486f8d481f refactor pynative infer 2023-01-28 11:01:19 +08:00
Cathy Wong 6ceb41c90f [MD] Debug Mode - Multi-epoch fixes and UT 2023-01-27 17:17:16 -05:00
i-robot a5ada6bb96
!48084 Fix: enable sink mode explicitly in dataset reset smoke test
Merge pull request !48084 from Mohammad Motallebi/fix_reset_smoke_sink
2023-01-23 18:41:37 +00:00
David 4c5e1b2617 TFRecord numRows schema used for compressed 2023-01-20 17:42:07 -05:00
mohammad a96a3efaad enable sink mode explicitly due to change in default value 2023-01-20 14:11:34 -05:00
i-robot 99fa0ebf34
!48076 fix: data race for md - step2
Merge pull request !48076 from guozhijian/fix_data_race_step2
2023-01-20 06:48:32 +00:00
Henry 035b7337d1 fix docs spi 2023-01-20 11:30:25 +08:00
i-robot 9e0108a31a
!47997 [JIT Fallback] Don't release GIL lock during running in Python fallback routine.
Merge pull request !47997 from 张清华/opt_jit_fallback2
2023-01-20 03:10:42 +00:00
jonyguo 6814276a0e fix: data race step2 2023-01-20 09:48:53 +08:00
张清华 09368dc0cf [JIT Fallback] Don't release GIL lock during running in Python fallback routine. 2023-01-20 07:55:51 +08:00
hanhuifeng2020 4bbf58196b fix some bugs about acl kernel 2023-01-19 17:22:45 +08:00