Commit Graph

62176 Commits

Author SHA1 Message Date
zhoufeng 5b5cb2fcf8 compile cuda_ops.so for cuda10.1
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2023-02-28 13:20:25 +08:00
i-robot 81e98d3f82
!49425 update max_unpool2d/3d doc
Merge pull request !49425 from liuchao/code_docs_maxunpool
2023-02-27 03:54:30 +00:00
i-robot 8254a39e40
!49395 Speedup Pynative Dynamic Shape
Merge pull request !49395 from 王禹程/sp
2023-02-27 03:46:51 +00:00
i-robot d303373798
!49420 refactor cmake codes that supported since cmake3.21
Merge pull request !49420 from zhoufeng/debuginfo-for-plugin
2023-02-27 03:28:24 +00:00
i-robot 7c05d1ddcf
!49404 modify description of apis aviod of repeat
Merge pull request !49404 from ZhidanLiu/code_docs_master
2023-02-27 01:52:23 +00:00
i-robot ec77b94f0a
!49380 fix grad error of AbstractList to AbstractTuple in split
Merge pull request !49380 from ZhidanLiu/fixbug
2023-02-27 01:50:42 +00:00
i-robot 5686d99dd4
!49365 屏蔽cartesian_prod、Qr算子对外展示资料; addmv、addr 资料优化
Merge pull request !49365 from gaoshuanglong/add_functional_init
2023-02-27 01:44:20 +00:00
i-robot 52b7a101cc
!47684 only parameter
Merge pull request !47684 from nomindcarry/only-parameter
2023-02-27 01:39:38 +00:00
i-robot da82dab114
!49427 takedown test_train_graph_mode_gpu to ensure gate stability
Merge pull request !49427 from yanghaoran/takedown_testcases
2023-02-27 01:33:45 +00:00
yanghaoran 0eea86295d takedown test_train_graph_mode_gpu to ensure gate stability 2023-02-27 09:24:46 +08:00
i-robot 311d1be98d
!49360 支持raise变量控制流场景
Merge pull request !49360 from 李良灿/fixraise
2023-02-26 14:56:54 +00:00
Corleone 86775d40da update max_unpool doc 2023-02-26 19:46:21 +08:00
ZhidanLiu 6e1b4279c7 modify description of apis aviod of repeat 2023-02-26 17:13:09 +08:00
i-robot f358555342
!49274 [MD] Debug Mode: Ignore python_mp. Batch op fixes.
Merge pull request !49274 from cathwong/ckw_debug_mode9_mp
2023-02-25 15:42:45 +00:00
i-robot f27abc1e06
!48937 Provide len() method for the minddata dataset class interface
Merge pull request !48937 from 刘勇琪/master-decrypt-column
2023-02-25 13:25:03 +00:00
i-robot 75606d3570
!48984 update doc for cholesky_inverse
Merge pull request !48984 from xwkgch/master
2023-02-25 11:57:15 +00:00
i-robot 455c474d04
!49353 tuple operator: se_lt and se_le
Merge pull request !49353 from hujiahui8/tuple
2023-02-25 11:37:57 +00:00
i-robot 9c7232521d
!49243 [JIT Fallback] Support JIT Fallback Resolve routine; Refactoring exception re-throw routine; Throw exception if there's nested JIT execution.
Merge pull request !49243 from 张清华/opt_jit_fallback
2023-02-25 10:22:01 +00:00
zhoufeng bb1ae2f79b refactor cmake codes that supported since cmake3.21
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2023-02-25 18:12:23 +08:00
i-robot 7d6c25d1ff
!49375 Add dynamic shape support for `Concat` gradient bprop expander.
Merge pull request !49375 from TronZhang/support_dynamic_for_concat_bprop
2023-02-25 09:50:13 +00:00
i-robot 02127c11b6
!49384 fix the nopnode of different input and output dtype
Merge pull request !49384 from limingqi107/bug_fix3
2023-02-25 09:41:44 +00:00
i-robot 87961e264f
!49390 Sleep and retry after recvmsg eagain.
Merge pull request !49390 from ZPaC/retry-after-eagain
2023-02-25 09:41:06 +00:00
i-robot 2dcdb63dde
!49253 fix bug for 5hd
Merge pull request !49253 from zhupuxu/fix_bug_for_5hd
2023-02-25 09:22:37 +00:00
i-robot 7af0370e78
!49379 [MSLITE] limit batch2space and space2batch op type
Merge pull request !49379 from zhangyongxian/dev_zhangyongxian_sbbs
2023-02-25 09:00:11 +00:00
i-robot def46c8617
!49257 test quotes
Merge pull request !49257 from luojianing/code_docs_master
2023-02-25 08:59:49 +00:00
nomindcarry f7fbdc14a5 only parameter 2023-02-25 16:42:08 +08:00
gaoshuanglong 2f06f087f5 Qr、cattesian_prod 资料删除; addmv、addr资料优化 2023-02-25 16:33:05 +08:00
i-robot 2641fe0ea9
!49387 Fix string split bug
Merge pull request !49387 from zjun/2502_bug
2023-02-25 08:15:59 +00:00
Liaotao_Wave 6d65a69a8b test quotes 2023-02-25 16:12:47 +08:00
i-robot d393bcaecf
!49364 Atan2对输入参数的ERROR提示不合理
Merge pull request !49364 from liuchuting/atan
2023-02-25 08:12:19 +00:00
i-robot 66f2793ba3
!49247 修改norm算子测试样例(Tensor.norm)
Merge pull request !49247 from hujingsong/norm_test
2023-02-25 07:36:07 +00:00
i-robot ba839bf5f5
!49346 Fix gcc11 compile bug
Merge pull request !49346 from YijieChen/ops
2023-02-25 07:21:40 +00:00
i-robot 8ef1acbd57
!49156 fix the task id and stream id is not same with debug_files in KernelByKernel mode
Merge pull request !49156 from maoyaomin/mym_debugger_kernel_dumper
2023-02-25 07:02:47 +00:00
i-robot 3f06eb4004
!48307 MSLite, support Ascend offline multi model mutli thread load
Merge pull request !48307 from 徐永飞/opt_model_offline
2023-02-25 07:01:49 +00:00
i-robot d92b7fbac5
!49241 ResizeLinear1D 对接 ResizeD PASS,ResizeLinear1D 输入 size 支持 tuple,list
Merge pull request !49241 from haozhang/ResizeLinear1D
2023-02-25 06:54:35 +00:00
reku1997 4c8baf2a82 Speedup Pynative Dynamic Shape 2023-02-25 14:51:19 +08:00
i-robot abd4dd0dc2
!49357 fix op arm64 compile
Merge pull request !49357 from wangpingan/op_compile
2023-02-25 06:45:53 +00:00
i-robot dc7c03cc46
!49378 [MS]{Lite][Task] new unified infer runtime framework
Merge pull request !49378 from 刘力力/feature_new_infer_merge
2023-02-25 06:18:08 +00:00
zhupuxu 5049eb775f fix bug for 5hd
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
2023-02-25 14:15:14 +08:00
i-robot 3fd8a99be4
!49049 对Ascend后端BiasAdd算子不支持的5-D input格式NDHWC/NHWC进行过滤
Merge pull request !49049 from Soaringfish/fix_biasadd5d
2023-02-25 04:51:14 +00:00
i-robot a5471fcc0a
!49322 add output element kernel object type
Merge pull request !49322 from wYann/element_type
2023-02-25 03:56:26 +00:00
ZPaC 353d3a74e6 Sleep and retry after recvmsg eagain. 2023-02-25 11:51:19 +08:00
hujiahui8 8d9f2ace6e tuple operator: sequence_lt and sequence_le 2023-02-25 11:41:39 +08:00
i-robot cb41819a62
!49112 Add silu_grad expander fallback op
Merge pull request !49112 from wanghenchang/master_0216_1
2023-02-25 03:39:31 +00:00
liangcanli 491efe55a1 fixraisevariable 2023-02-25 11:37:35 +08:00
zjun 12fe565f06 Fix string split
Signed-off-by: zjun <zhangjun0@huawei.com>
2023-02-25 11:37:00 +08:00
i-robot 4baa3ee179
!49363 dump debuginfo files when compile with -f option
Merge pull request !49363 from zhoufeng/debuginfo-for-plugin
2023-02-25 03:33:43 +00:00
张清华 dec3b54904 [JIT Fallback] Support JIT Fallback Resolve routine; Refactoring exception re-throw routine; Throw exception if there's nested JIT execution. 2023-02-25 11:32:58 +08:00
i-robot f537c3c9ba
!49381 modify format
Merge pull request !49381 from 俞涵/code_docs_1110
2023-02-25 03:28:06 +00:00
i-robot a7b4112cb2
!49355 [Pynative]fix mem leak of rdr
Merge pull request !49355 from wanghenchang/master_0216_4
2023-02-25 03:14:30 +00:00