Commit Graph

14039 Commits

Author SHA1 Message Date
i-robot 80581893ba
!49953 CPU后端算子Size
Merge pull request !49953 from shenwei41/size_operation
2023-03-08 11:40:00 +00:00
i-robot 917aaf6784
!49620 dynamic rank
Merge pull request !49620 from liubuyu/master
2023-03-08 09:51:37 +00:00
i-robot b678f30a0f
!49626 modify dropout
Merge pull request !49626 from changzherui/mod_dropout
2023-03-08 09:28:26 +00:00
i-robot 960f5efffe
!49942 move head files to include
Merge pull request !49942 from zhoufeng/move-head-files-to-include
2023-03-08 08:45:15 +00:00
i-robot 80f788922b
!49368 Rank 算子CPU后端功能补齐
Merge pull request !49368 from caiyimeng/dev
2023-03-08 06:57:49 +00:00
i-robot 522d61880a
!49948 NPU V2 overflow check
Merge pull request !49948 from archer2049/master_npu3_merge
2023-03-08 06:47:14 +00:00
i-robot 9236c3b4e9
!49787 add pynative mode operator overflow check for dump
Merge pull request !49787 from maoyaomin/mym_debugger_kernel_dumper
2023-03-08 06:42:11 +00:00
i-robot f58509ff73
!49916 Add AnyTypeNode and NoneTypeNode
Merge pull request !49916 from NaCN/add_async_node
2023-03-08 06:41:50 +00:00
i-robot 4330cf5dad
!49833 transformer dynamic shape用例从level1改成level0
Merge pull request !49833 from zhangdong/zd_1
2023-03-08 06:22:15 +00:00
shenwei41 2cf850b45a Add Size cpu operation 2023-03-08 14:17:27 +08:00
i-robot 54a486d8e1
!49865 use original axis attr
Merge pull request !49865 from yuchaojie/ir_fusion
2023-03-08 06:14:15 +00:00
i-robot 7e8d55b533
!49869 Support to return isolated node in control flow branches with raise node.
Merge pull request !49869 from Margaret_wangrui/raise_none
2023-03-08 03:42:19 +00:00
i-robot 6019ab4d7f
!49295 Add GenerateEodMask Operator AICPU
Merge pull request !49295 from huangxinjing/add_aicpu_mask_ms2
2023-03-08 03:35:03 +00:00
i-robot 05796c71d6
!49844 Support to return isolated node in control flow branches.
Merge pull request !49844 from 张清华/opt_jit_fallback
2023-03-08 03:31:57 +00:00
i-robot 08bf8f9d2c
!49921 PyTrace Bugfix
Merge pull request !49921 from caifubi/master-pynative-pytrace-async-ci-dev-new
2023-03-08 03:25:21 +00:00
i-robot 0030116abd
!49790 modify function addcdiv and addcmul
Merge pull request !49790 from changzherui/mod_addcdiv
2023-03-08 03:12:55 +00:00
zhoufeng b7bc99debf move head files to include
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2023-03-08 10:44:43 +08:00
huangchengnuo 69fa780966 Add AnyTypeNode and NoneTypeNode 2023-03-08 09:59:01 +08:00
Margaret_wangrui 9c92998a79 Support to return isolated node in control flow branches with raise node. 2023-03-08 08:43:24 +08:00
i-robot e5e55b64df
!49892 添加对gpu的logsoftmax反向的多维支持
Merge pull request !49892 from DavidFFFan/logsoftmax_cudnn
2023-03-07 15:48:11 +00:00
i-robot 1e7b72cdc8
!49720 [MD] Debug Mode: Correct map op input and output column issues
Merge pull request !49720 from cathwong/ckw_debug_mode11_new_map
2023-03-07 15:28:38 +00:00
suxin 2261cf7bca V2 overflow check on Ascend 2023-03-07 23:13:16 +08:00
caifubi 9fcfd6166e Bugfix for PyTrace
1. Handle stub_node exception.
2. Use python infer for StridedSlice.
2023-03-07 22:23:16 +08:00
maoyaomin 67bfdcab09 add pynative mode operator overflow check for dump 2023-03-07 22:16:03 +08:00
lby 99b03c2246 ascend backend support dynamic rank 2023-03-07 22:12:38 +08:00
caiyimeng beb4934b9a Implement rank cpu backend 2023-03-07 21:38:24 +08:00
i-robot b4afa4fcd1
!49885 Fix sin onnx ut
Merge pull request !49885 from JuiceZ/dev_sin
2023-03-07 12:52:28 +00:00
fandawei 05ecf44ef4 add logsoftmax gpu brop xd support 2023-03-07 19:58:28 +08:00
i-robot e6895b7fa3
!49906 takedown testcases to ensure gate stability
Merge pull request !49906 from yanghaoran/takedown_testcases
2023-03-07 11:29:13 +00:00
i-robot 4cfe8bb5c3
!49852 Support inplace update v2 gpu kernel.
Merge pull request !49852 from ZPaC/inplace-update-v2
2023-03-07 11:19:23 +00:00
i-robot 0bb22bae26
!49824 fix convert dynamic broadcast to pass
Merge pull request !49824 from 王禹程/fix_dynpass
2023-03-07 11:09:21 +00:00
i-robot 48cb94e5c6
!49227 Add avgpool args
Merge pull request !49227 from 冯一航/modify_avgpool_args
2023-03-07 09:55:21 +00:00
yuchaojie b86e72e0f4 use original axis attr 2023-03-07 17:25:18 +08:00
i-robot ed0e94acf9
!49325 PyTrace Async
Merge pull request !49325 from caifubi/master-pynative-pytrace-async-ci
2023-03-07 09:04:03 +00:00
i-robot 04a3f8244d
!49866 Enable functional select broadcast for constant shape
Merge pull request !49866 from LiangZhibo/select
2023-03-07 07:32:58 +00:00
yanghaoran a2b1fdc7a4 takedown testcases to ensure gate stability 2023-03-07 15:22:57 +08:00
i-robot c31ad57d5b
!49830 create group for syncbatchnorm
Merge pull request !49830 from yangzhenzhang/create-group-for-syncbn-master
2023-03-07 06:06:28 +00:00
fengyihang 717887d2cb modify avgpool args 2023-03-07 14:03:14 +08:00
sjtujayyyy 85590b1536 fix sin onnx ut 2023-03-07 11:18:30 +08:00
i-robot 8559dd7572
!49877 takedown testcases to ensure gate stability
Merge pull request !49877 from yanghaoran/takedown_testcases
2023-03-07 02:38:13 +00:00
yanghaoran 86349ae599 takedown testcases to ensure gate stabiltiy 2023-03-07 10:24:19 +08:00
i-robot d5017889cb
!49429 strategy_ckpt_interface_change.
Merge pull request !49429 from yao_yf/strategy_ckpt_interface_change
2023-03-07 02:15:12 +00:00
i-robot a15db8ed07
!49749 move graph_kernel & mem_reuse to backend
Merge pull request !49749 from zhoufeng/move-head-files-to-include
2023-03-07 01:43:45 +00:00
liangzhibo 6a7b9e7274 Enable select broadcast 2023-03-07 09:27:03 +08:00
Cathy Wong 798a402110 [MD] Debug Mode: Correct map op input and output column issues 2023-03-06 20:20:45 -05:00
huangxinjing d493b0e9b4 Add aicpu for mask 2023-03-06 23:06:34 +08:00
changzherui 6f791c6b49 modify func dropout 2023-03-06 23:03:58 +08:00
changzherui b0013fe301 modify addcdiv and addcmul 2023-03-06 22:59:11 +08:00
i-robot 53495733c8
!49785 move level1 test to ut
Merge pull request !49785 from lianliguang/move-a-level1-to-ut
2023-03-06 13:04:57 +00:00
ZPaC 01e3ea47aa Support inplace update v2 gpu kernel. 2023-03-06 19:46:15 +08:00