Commit Graph

7874 Commits

Author SHA1 Message Date
i-robot 85ac17a8c6
!22736 [assistant][ops] Add new dataset operator LibriTTSDataset
Merge pull request !22736 from TR-nbu/LibriTTSDataset
2022-01-22 10:03:40 +00:00
hezhenhao1 90ba8916cc Add grad implementation for SolveTriangular ops 2022-01-22 17:43:24 +08:00
caifubi 1e48cf1742 Pynative ms_function mix execution
1. Add bprop flag to bp-graph in PyNative mode.
2. Run ms_function in actor-DAG.
3. Use aclMemcopyAsync in DtoD copy.
4. Insert event before RunTask.
2022-01-22 17:22:02 +08:00
TronZhang deac002bed refactor kernel mod class and subclass 2022-01-22 16:31:37 +08:00
i-robot 6b78c1a827
!29316 FL, update iterator func_graph_ to weak_ptr
Merge pull request !29316 from 徐永飞/master
2022-01-22 08:21:29 +00:00
i-robot eb47985854
!29352 Add matrix_diag_part cpu kernel
Merge pull request !29352 from wuwenbing/master
2022-01-22 07:55:23 +00:00
i-robot ee8fba498a
!29376 support config allreduce group size for batch norm
Merge pull request !29376 from yangzhenzhang/support-config-group-for-batchnorm
2022-01-22 06:20:20 +00:00
huangbingjian c36a85e00d clean code 2022-01-22 11:39:12 +08:00
wenbean 354ee06d65 Add matrix_diag_part ops and testcases 2022-01-22 10:25:40 +08:00
i-robot fe2a557901
!23919 [assistant][ops] Add HSVToRGB
Merge pull request !23919 from 苏家毅/HSVToRGB
2022-01-22 02:11:13 +00:00
i-robot a666783cce
!29319 Add grad implementation for Eigh ops.
Merge pull request !29319 from hezhenhao1/add_eigh_grad
2022-01-22 01:36:04 +00:00
yangzhenzhang 4d0b1a47ee support config group for batchnorm 2022-01-22 09:29:52 +08:00
davilsu af1333e1cc HSVToRGB 2022-01-21 20:57:30 +08:00
xuyongfei 6bad80681b FL, update iterator func_graph_ to weak_ptr && fix tcp message handler memory bug 2022-01-21 20:28:56 +08:00
i-robot 7cdb9797f9
!29365 add complex functions for cpu backend.
Merge pull request !29365 from zhuzhongrui/pub_master
2022-01-21 11:04:30 +00:00
i-robot 690a660919
!17918 [assistant][MelScale]
Merge pull request !17918 from QingfengLi/MelScale
2022-01-21 09:52:56 +00:00
ZJM 8d339ccfea [assistant][ops][22736] Add new dataset operator LibriTTSDataset 2022-01-21 17:34:42 +08:00
z00512249 7257cf129a add complex functions for cpu backend. 2022-01-21 15:59:58 +08:00
i-robot b1213abe7d
!23937 [assistant][ops]Add GridSampler3D and GridSampler3DGrad
Merge pull request !23937 from 梁天凯/GridSampler3D
2022-01-21 07:09:17 +00:00
i-robot 9aa25eaa35
!29360 adapt some cpp ut for unused nodes eliminate
Merge pull request !29360 from huanghui/fix-unused-output-in-ascend-pass
2022-01-21 06:13:24 +00:00
hezhenhao1 1a570479b3 Add grad implementation for Eigh ops. 2022-01-21 14:04:41 +08:00
huanghui f3ebb1a0e1 adapt some cpp ut for unused nodes eliminate 2022-01-21 11:30:39 +08:00
chenx2ovo bbba4fb940 [feat][assistant][I3CEG0] add op melscale 2022-01-21 11:30:34 +08:00
i-robot 4d81f9737f
!29324 support dilation for conv2d
Merge pull request !29324 from yangzhenzhang/support-dilation-for-conv2d
2022-01-21 02:57:15 +00:00
i-robot 9afd1e0329
!22420 [assistant][ops] Add new dataset operator CMUArcticDataset
Merge pull request !22420 from TR-nbu/CMUARCTICDataset
2022-01-21 01:59:51 +00:00
bubtltk f5ffb282ee Add GridSampler3D and GridSampler3DGrad 2022-01-20 22:23:30 +08:00
yangzhenzhang 000c5b5394 support dilation for conv2d 2022-01-20 19:04:52 +08:00
i-robot 1707717ec1
!29279 If FuncGraph had specialized then don't specialize it again
Merge pull request !29279 from xychow/fix-repeat-specialize-parent-cnode
2022-01-20 10:29:36 +00:00
ZJM fff47f3886 [assistant][ops][I3T96T] Add new dataset operator CMUArcticDataset 2022-01-20 17:40:35 +08:00
i-robot 7bb5819889
!29265 fix resize_bilinear infer
Merge pull request !29265 from jiangzhenguang/resize_bilinear
2022-01-20 06:51:03 +00:00
i-robot ab2fe08643
!29293 Add matrix_band_part cpu kernel and test cases
Merge pull request !29293 from wuwenbing/master
2022-01-20 06:37:58 +00:00
zy 7543172bd9 [feat] [assistant] [I40GJE] Add new AICPU operator CholeskyInverse 2022-01-20 11:01:45 +08:00
i-robot 501614a61f
!22514 [assistant][ops] Add new data operator Multi30kDataset
Merge pull request !22514 from 杨旭华/Multi30kDataset
2022-01-20 02:13:17 +00:00
wenbean d700b5daa7 Add matrix_band_part cpu kernel and test cases 2022-01-20 09:46:33 +08:00
i-robot 46fdab3848
!23958 [assistant][ops] Add LuSolve
Merge pull request !23958 from 张渝/lu_solve
2022-01-20 01:42:24 +00:00
i-robot 6b6b001a78
!23443 [assistant][ops] Add LowerBound
Merge pull request !23443 from 梁天凯/LowerBound
2022-01-20 01:40:44 +00:00
i-robot f4bd87380b
!29195 Update API docs for Audio and Callback to the previous modifications
Merge pull request !29195 from xiaotianci/fix_chinese_api
2022-01-20 01:17:02 +00:00
i-robot 71767a92c9
!29271 Fix Random Failure from UT/cpp Profiler Test
Merge pull request !29271 from zetongzhao/profiler_test
2022-01-19 21:29:44 +00:00
bubtltk e514fc3feb Add LowerBound 2022-01-20 03:07:48 +08:00
zetongzhao 9ded77ffc7 small change to ensure connector gets output 2022-01-19 11:15:09 -05:00
unknown c4ee548905 [feat][assistant][I40GY6]add new data operator Multi30kDataset 2022-01-19 18:33:13 +08: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
zy 37bb297bc7 [feat] [assistant] [I40GI8] Add new operation LuSolve 2022-01-19 15:45:58 +08:00
Xiao Tianci 1d628bfb85 Fix API docs of Audio and Callback 2022-01-19 15:23:50 +08: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
zhousiyi 784d4b4315 Bypass specializing the FuncGraph which is a input of a Partial CNode and it been specialized in ProcessCNode in FirstPass 2022-01-19 03:04:22 +00: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
jiangzhenguang abddc993ea fix resize_bilinear 2022-01-18 20:33:44 +08:00
yangzhenzhang 5514189257 support group for conv2d 2022-01-18 17:28:13 +08:00
z00512249 0568b849d4 fix cholesky doc api 2022-01-18 11:00:54 +08:00
i-robot 587c90f36e
!28942 add Einsum operator
Merge pull request !28942 from zong_shuai/Einsum
2022-01-18 01:47:30 +00:00
zetongzhao 3580a7f863 add profiler test 2022-01-17 08:37:44 -05:00
i-robot 562ac8be54
!29182 add kernel matrix_set_diag of backend cpu
Merge pull request !29182 from zhuzhongrui/pub_master4
2022-01-17 12:00:16 +00:00
i-robot 3b011e6895
!26009 [feat][assistant][I48O6D] Add Square operator
Merge pull request !26009 from 李定维/Square
2022-01-17 08:58:00 +00:00
zong-shuai 7e0cc63eb1 einsum operator 2022-01-17 16:55:58 +08:00
i-robot 19a9ad6f38
!22893 [assistant][ops] Add new data operator CreateFbMatrix
Merge pull request !22893 from TR-nbu/CreateFbMatrix
2022-01-17 08:33:48 +00:00
Xiao Tianci c31b86df68 add new commiter 2022-01-17 15:59:07 +08:00
z00512249 815e49910e add kernel matrix_set_diag of backend cpu 2022-01-17 15:29:18 +08:00
i-robot ae7fa08425
!29133 Add bicgstab method and its test cases.
Merge pull request !29133 from hezhenhao1/add_bicgstab
2022-01-17 06:26:35 +00:00
i-robot 3a4744ff27
!28995 unify infer and train compile binary
Merge pull request !28995 from xiaoyao/master
2022-01-17 04:43:56 +00:00
hezhenhao1 16a1c3c76e Add bicgstab method and its test cases. 2022-01-17 11:52:03 +08:00
i-robot 804cbe1867
!29097 modify the new pad list for conv2d transpose
Merge pull request !29097 from yangzhenzhang/fix-bug-for-conv2dtranspose
2022-01-17 03:42:55 +00:00
1462492739@qq.com bf5f24d62f [assistant][ops][I3T96S] Add new data operator CreateFbMatrix 2022-01-14 21:24:17 +08:00
zuochuanyong 9a1f9d69f6 onednn dfx 2022-01-14 20:30:53 +08:00
yangzhenzhang 6dd7333c0b fix bug for conv2d transpose 2022-01-14 16:36:03 +08:00
ldv 630aea79cb [feat][assistant][I48O6D] Add Square operator 2022-01-14 15:31:28 +08:00
i-robot fd5d5f1d21
!22754 [assistant][ops] Add math operators MatrixInverse, MatrixDeterminant and LogMatrixDeterminant
Merge pull request !22754 from 孟权令/MatrixInverse
2022-01-14 06:56:30 +00:00
i-robot 9dae085c46
!29054 Delete testcase for ops
Merge pull request !29054 from zhanlijun/addtest1
2022-01-14 06:08:51 +00:00
i-robot cfe5669de9
!28975 [MD] Chained Sampler Python UT fixes and updates
Merge pull request !28975 from cathwong/ckw_ut_sampler_chain_fixes2
2022-01-14 03:49:05 +00:00
i-robot 610d743b52
!29064 takedown sit_rnn_grad_input due to probalistic failures
Merge pull request !29064 from yanghaoran/master
2022-01-14 01:54:16 +00:00
i-robot 786c06fe20
!28574 add det method and st test cases.
Merge pull request !28574 from hezhenhao1/add_det
2022-01-14 01:38:22 +00:00
yanghaoran fa9fa5b4bd takedown sit_rnn_grad_input due to probalistic failures 2022-01-14 09:34:25 +08:00
Sawyer f335c44340 [feat][assistant][I3T92S][I3T92Q][I3T92R] add MatrixInverse, MatrixDeterminant and LogMatrixDeterminant 2022-01-14 09:20:55 +08:00
Cathy Wong 9d9013ba79 [MD] Chained Sampler UT fixes and updates 2022-01-13 17:39:33 -05:00
zhanlijun 5a5042e385 delete testcase for ops 2022-01-13 21:41:03 +08:00
i-robot a1b7b030c2
!29003 fix minddata api doc
Merge pull request !29003 from luoyang/fix_api_doc
2022-01-13 13:23:19 +00:00
hezhenhao1 43ffa30789 add det method and st test cases. 2022-01-13 20:57:08 +08:00
i-robot 725673bfa8
!28717 modify if xxx is True to if xxx and modify if xxx is not True to if not xxx
Merge pull request !28717 from muchen/master
2022-01-13 12:14:05 +00:00
i-robot e3ff16dac6
!28941 support single director exchange for conv2d
Merge pull request !28941 from yangzhenzhang/support-single-direction-exchange-for-conv2d
2022-01-13 11:43:28 +00:00
i-robot 05c18009c3
!28923 motify lu pivots's shape
Merge pull request !28923 from zhuzhongrui/pub_master
2022-01-13 09:14:59 +00:00
xiao_yao1994 54fc038f0a unify infer and train compile binary 2022-01-13 17:04:34 +08:00
luoyang e5f2c75233 fix minddata api doc 2022-01-13 16:39:08 +08:00
i-robot 94663cee8c
!28813 [MD][Offload] Input column validation for offloaded map operations
Merge pull request !28813 from markuskunej/offload_column_valid
2022-01-13 02:51:06 +00:00
yanghaoran ad7c49e2f0 takedown failed testcase rnn forward input 2022-01-13 09:51:59 +08:00
yangzhenzhang a9d2e255f5 support single direction exchange for conv2d 2022-01-13 09:15:49 +08:00
markuskunej 54e584c300 Added input column validation for offloaded map operations.
Moved check_add_offload from dataset_helper.py to offload.py.
2022-01-12 16:16:49 +00:00
muchenjin 718862fd6f modify if xxx is True to if xxx and modify if xxx is not True to if not xxx 2022-01-12 22:31:49 +08:00
i-robot c5b650069f
!28662 Add input type check for instance Create in Cell.construct
Merge pull request !28662 from zhangzhaoju/master
2022-01-12 09:46:29 +00:00
i-robot fc4abc99f5
!28595 Fix some code review probelms
Merge pull request !28595 from xiaotianci/update_code_review
2022-01-12 09:30:28 +00:00
z00512249 da492e82d9 motify lu pivots's shape 2022-01-12 17:09:07 +08:00
i-robot 6d069f8b1d
!28881 Add UInt8Imm to MindAPI
Merge pull request !28881 from hewei/core_api
2022-01-12 07:16:39 +00:00
i-robot 68ec2be828
!28784 [GraphKernel] add lite pass manager.
Merge pull request !28784 from chenlei_autodiff/lite_callback
2022-01-12 06:52:10 +00:00
i-robot 5c961f9fb2
!28812 [MD UT] Misc AutoTune and Profiling UT updates
Merge pull request !28812 from cathwong/ckw_prof_misc
2022-01-12 03:03:13 +00:00
i-robot 017cb5f3ad
!27980 auto insert VirtualDataset node for master
Merge pull request !27980 from lilei/insert_virtualdataset_for_master
2022-01-12 01:14:44 +00:00
Cathy Wong 12b4e81f55 MD UT: Misc AutoTune and Profiling UT updates 2022-01-11 11:56:06 -05:00
i-robot 7384cb2689
!28546 fused global norm for cpu adafactor
Merge pull request !28546 from kisnwang/add-cpu-adafactor
2022-01-11 12:22:49 +00:00
i-robot 15bd3af3e3
!28821 Adapt to the old data format of aicpu
Merge pull request !28821 from zangqx/zangqx_5
2022-01-11 11:48:13 +00:00
i-robot d33f1c7e48
!28757 fix greater op infervalue issue & err massage
Merge pull request !28757 from Simson/op_infer
2022-01-11 11:03:42 +00:00
He Wei 0442c50bb0 Add UInt8Imm to MindAPI 2022-01-11 16:08:32 +08:00
i-robot 8a6ca25539
!28641 unify ge and vm backend
Merge pull request !28641 from xiaoyao/master
2022-01-11 07:53:33 +00:00
Xiao Tianci 96a2e38d01 update review problems 2022-01-11 15:31:53 +08:00
i-robot 1ac5261dfe
!28598 fix softmaxcrossentropywithlogits infer
Merge pull request !28598 from jiangzhenguang/softmaxcrossentropywithlogits
2022-01-11 07:27:21 +00:00
kswang 643b7b7ce4 fused global norm for cpu fused adafactor 2022-01-11 14:56:48 +08:00
臧庆香 10d275114e Adapt to the old data format of aicpu 2022-01-11 14:37:44 +08:00
chenlei_autodiff 0574995198 [GraphKernel] add lite pass manager. 2022-01-11 12:08:54 +08:00
xiao_yao1994 0843910260 unify ge and vm backend 2022-01-11 11:53:58 +08:00
z00512249 2f6a5b697e add batched lu op for gpu backend 2022-01-11 10:27:56 +08:00
zhangzhaoju a54d1f33e7 Add input type check for instance Create in Cell.construct
Adjust the order of resource release sequence

Save executor_info to cache after compile avoiding inconsistent between
python cache and c++ cache

Clean entire_costgraph at ClearResAtExit to avoid coredump.
2022-01-11 10:17:39 +08:00
i-robot 470f42e926
!28637 fix lu op for batched
Merge pull request !28637 from zhuzhongrui/pub_master
2022-01-11 01:44:25 +00:00
i-robot 7d65ce6b3b
!28642 split h and w dimension for conv2d
Merge pull request !28642 from yangzhenzhang/compute-top-bottom-overlap-for-conv2d
2022-01-11 01:29:25 +00:00
simson 0191832a1d fix greater op infervalue 2022-01-11 09:21:48 +08:00
i-robot b08d5ba1ba
!28666 [ME][Auto-Monad] Insert Tensor for some special Load nodes.
Merge pull request !28666 from Margaret_wangrui/auto_monad_load
2022-01-10 16:23:53 +00:00
z00512249 c38539a3c2 fix lu batched for cpu backend 2022-01-10 18:58:59 +08:00
yangzhenzhang e5df74e9e4 compute top bottom overlap for conv2d 2022-01-10 16:15:04 +08:00
Margaret_wangrui 6dcab5a498 [ME][Auto-Monad] Insert Tensor for the Load whose refkey appears more than once,
or the load is input of call or partial, or the first input of load is call or partial.
2022-01-10 16:05:39 +08:00
mwang 57642df8bc add thor 2022-01-09 16:42:34 +08:00
i-robot a28dd013f7
!28715 Eliminate unused nodes in a tuple or list node.
Merge pull request !28715 from 张清华/eliminate_tuple_unused_item2
2022-01-08 06:38:47 +00:00
Zhang Qinghua d2572719f7 Eliminate unused nodes in a tuple or list node. 2022-01-07 21:30:01 +08:00
TronZhang 58f386fe2a Add Custom actor nodes and custom actor support for dynamic shape case 2022-01-07 17:31:37 +08:00
i-robot 41db41efd1
!28660 [ME] Optimize error message
Merge pull request !28660 from Margaret_wangrui/operator
2022-01-07 07:46:42 +00:00
i-robot 6cfed47430
!28643 fix issue I4NAFI
Merge pull request !28643 from tan-wei-cheng/develop-fix
2022-01-06 12:59:48 +00:00
jiangzhenguang d895eadd7b fix softmaxcrossentropywithlogits infer 2022-01-06 20:44:11 +08:00
Margaret_wangrui 7d1f3d71ba Optimize error message 2022-01-06 20:32:08 +08:00
i-robot 0823ec3e9a
!28535 Modify Error Info
Merge pull request !28535 from liuyang/ms_error
2022-01-06 08:45:12 +00:00
i-robot d7c41f3f5f
!28553 [Fallback] Deal with constants such as np.pi
Merge pull request !28553 from huangbingjian/attr_const
2022-01-06 07:13:24 +00:00
i-robot 2d3b1e6f18
!28554 Add default parameters for federated learning.
Merge pull request !28554 from jxlang910/master
2022-01-06 06:30:56 +00:00
liuyang_655 15a153a40d Modify error info 2022-01-06 01:28:53 -05:00
twc 90dbadf889 1.fix scheduler recovery failed
2.fix scalein core
3.fix issue I4NAFI
2022-01-06 12:01:29 +08:00
huangbingjian 45e8b52f6e [Fallback] Do not interpret constant from third-partiy library. 2022-01-06 09:42:54 +08:00
jin-xiulang 7afab815cd Add default parameters for federated learning. 2022-01-06 09:40:12 +08:00
i-robot 515966d164
!28571 add english version doc for flclient
Merge pull request !28571 from zhoushan33/flclient0105
2022-01-05 09:35:21 +00:00
i-robot 3f899434b9
!28580 add pynative 8p testcase
Merge pull request !28580 from caifubi/master-pynative-testcase
2022-01-05 09:12:29 +00:00
i-robot b073af4b5d
!28559 [MD][Offload] Added dimension check to required Offload ops.
Merge pull request !28559 from alashkari/offload-fix
2022-01-05 07:38:31 +00:00
i-robot a1720c210d
!22348 [assistant][ops] Add new loader EnWik9Dataset
Merge pull request !22348 from 杨旭华/EnWik9Dataset
2022-01-05 07:36:48 +00:00
caifubi e503ba88ca add pynative 8p testcase 2022-01-05 15:18:42 +08:00
i-robot 221246711a
!28330 functional select support x or y is a scalar
Merge pull request !28330 from wangnan39/support_functional_select
2022-01-05 07:13:49 +00:00
i-robot ec485cb436
!28307 convert EnvSetItem/EnvGetItem to primitive EnvironSet/EnvironGet
Merge pull request !28307 from xychow/EnvGetItem-conversion
2022-01-05 07:10:30 +00:00
zhoushan 06ecf66d61 add english version doc for flclient 2022-01-05 14:52:25 +08:00
Rescue fac68dbb46 Added dimension check to required Offload ops. 2022-01-05 04:26:31 +00:00
i-robot b0c4a2fee8
!28444 modify resnet50 cifar10 gpu testcase
Merge pull request !28444 from anzhengqi/modify-modelzoo-testcase
2022-01-05 02:38:42 +00:00
王南 eab11f8677 functional select support x or y is a scalar 2022-01-05 10:12:44 +08:00
i-robot 089239f485
!28378 fix test data path for chinese path
Merge pull request !28378 from guozhijian/ensure_chinese_path
2022-01-05 01:15:54 +00:00
i-robot 15bc71dca2
!28509 Fix the expressions which are not supported the graph mode.
Merge pull request !28509 from hezhenhao1/fix_scipy
2022-01-05 01:13:20 +00:00
i-robot e4438f3028
!28310 dynamic_kernel_mod
Merge pull request !28310 from TuDouNi/dynamic_shape_stage1
2022-01-04 12:48:53 +00:00
i-robot de030c8d41
!28204 Improved HwcToChw support multi-channel input.
Merge pull request !28204 from unseenme/mindcon_coding_hwc2chw
2022-01-04 11:50:04 +00:00
anzhengqi 41e72ab497 modify testcase resnet50_cifar10_gpu testcase 2022-01-04 19:47:32 +08:00
i-robot 01434bd6ee
!28483 fix lu op for pivots
Merge pull request !28483 from zhuzhongrui/pub_master2
2022-01-04 11:03:30 +00:00
hezhenhao1 4e3bcefcc3 Fix the expressions which are not supported the graph mode. 2022-01-04 18:49:19 +08:00
jonyguo fd6721d872 fix: ERROR conflict with windows.h and testcase path 2022-01-04 17:14:12 +08:00
unseenme 755cb0adfa Improved HwcToChw support multi-channel input. 2022-01-04 15:47:04 +09:00
simson 507ac5dee1 add get bprop of dynamic resizenearestneighbor 2022-01-04 14:39:03 +08:00
ttudu 9373679c04 dynamic_kernel_mod 2022-01-04 14:13:19 +08:00
Eden 63ab65e3a4 [feat] [assistant] [#I40GYF] add new loader EnWik9Dataset 2022-01-03 21:45:43 -08:00
z00512249 1a077e713e fix lu op for pivots 2022-01-04 11:35:30 +08:00
i-robot c48385abfb !28374 add run.py scripts for flclient
Merge pull request !28374 from zhoushan33/flclient1229_2
2022-01-04 03:22:44 +00:00
i-robot 69d86d9b92 !28460 Modify some error log
Merge pull request !28460 from caifubi/master-pynative-error-modify
2022-01-04 03:16:36 +00:00
zhousiyi 19e9571149 rename env_getitem/setitem to EnvironGet/EnvironGet 2022-01-04 02:17:30 +00:00
i-robot 241d87a8a6 !27898 convert aicpu op attr to input
Merge pull request !27898 from yuchaojie/op_select
2021-12-31 09:51:48 +00:00
i-robot dba67422f9 !28384 [Fallback] Support the use of self
Merge pull request !28384 from huangbingjian/fallback_self
2021-12-31 09:26:03 +00:00
caifubi 49328ae86d Modify Hccl Error Log 2021-12-31 17:24:54 +08:00
i-robot e8b4e34f02 !28352 Optimize the exception message while the return number of brop is wrong
Merge pull request !28352 from zhangzhaoju/master_I4NX1K
2021-12-31 08:17:18 +00:00
i-robot 03b4829b86 !28431 [Auto parallel] MoE Changes
Merge pull request !28431 from Xiaoda/122-moe-changes
2021-12-31 08:06:45 +00:00
i-robot 5f61f2d367 !22151 [assistant][ops] Add new data operator WIDERFace
Merge pull request !22151 from Isaac/WIDERFaceDataset
2021-12-31 07:56:59 +00:00
zhoushan 9126b23296 add run.py scripts for flclient 2021-12-31 15:04:22 +08:00
zhangzhaoju 1950b6a823 Optimize the exception message while the return number of brop is wrong
Fix:I4OQM9 Bprop out check message optimize
2021-12-31 15:01:57 +08:00
i-robot c87758dc8f !28327 Fix allreduce profiling point and get point from ts track file
Merge pull request !28327 from ougongchang/fix_stream
2021-12-31 06:22:54 +00:00
i-robot 1dbd58447b !28233 change test cases of dynamic reducesum to level0
Merge pull request !28233 from wangnan39/modify_test_cases
2021-12-31 06:10:14 +00:00
vddong 7449b8364b [feat][assistant][I40GYQ] add new dataset operator WIDERFace 2021-12-31 13:49:47 +08:00
huangbingjian 58bafb539a [Fallback] Support self attr/method. 2021-12-31 10:57:41 +08:00
ougongchang 78b04ad148 Fix allreduce profiling point and get point from ts track file
1. report all operator in framework
2. change uchar to uint8
3. Fix allreduce profiling point and get point from ts track file
2021-12-31 10:06:10 +08:00
i-robot 78f1e87ba5 !28445 [ME][Fallback] Add the error code line information in validate.
Merge pull request !28445 from Margaret_wangrui/validate_location_2
2021-12-31 01:58:53 +00:00
i-robot 815f95708c !28402 更新二阶测试用例
Merge pull request !28402 from melody/master
2021-12-30 13:34:22 +00:00
Margaret_wangrui 1646a8d584 [ME][Fallback] Add the error code line information in validate. 2021-12-30 21:04:55 +08:00
Xiaoda Zhang 6d8320fa66 1) fix the exact division in moe;
2) changing CumSum from composition to a single Operator;
3) add InferMirrorOps for CumSumInfo.
2021-12-30 19:20:05 +08:00
yuchaojie a0a31fe651 convert aicpu op attr to input 2021-12-30 18:59:53 +08:00
i-robot d836beb526 !28377 optimized code docs about list of 7 issue items
Merge pull request !28377 from chentangyu/code_docs_cty_master_I4NUQN_I4NUUT_I4NUX0_I4NWKI_I4NWMW_I4NWVS_I4NX03
2021-12-30 07:09:31 +00:00
i-robot 9850307d02 !22086 [assistant][ops]New operator implementation, include ImdbDataset
Merge pull request !22086 from ZJUTER0126/ImdbDataset
2021-12-30 07:09:07 +00:00
i-robot e4e8bc6eb5 !28345 add fused adafactor primitive
Merge pull request !28345 from kisnwang/add-cpu-adafactor
2021-12-30 06:58:15 +00:00
jingyangxiang a7f8b3af1c [feat][assistant][ops]New operator implementation, include IMDBDataset
Signed-off-by: zjuter0126 <977180923@qq.com>
2021-12-30 11:16:23 +08:00
i-robot 7c241bbaf5 !22085 [assistant][ops] add new data operator WikiTextDataset
Merge pull request !22085 from ZJUTER0126/WikiTextDataset
2021-12-30 03:12:03 +00:00
mwang 67f3a14c46 resnet_thor_test update 2021-12-30 10:51:05 +08:00
i-robot 02880f9936 !28399 Remove the randomly failed test case
Merge pull request !28399 from YuJianfeng/compile_cache1
2021-12-30 02:42:57 +00:00
i-robot 3058a16213 !28144 using data type to get cube size
Merge pull request !28144 from liubuyu/SBB
2021-12-30 02:23:56 +00:00
i-robot 5f3e4301b2 !28368 add the test cases of mindir
Merge pull request !28368 from lanzhineng/infer
2021-12-30 01:27:31 +00:00
yujianfeng 7734edcf2a Remove the randomly failed test case 2021-12-30 09:23:01 +08:00
zjuter0126 3c2ca41886 [feat][assistant][ops] add new data operator WikiTextDataset 2021-12-29 18:54:54 +08:00
i-robot 5247c37b53 !28016 Support csrtensor valuenode in graph mode
Merge pull request !28016 from 杨林枫/csr_valuenode_support
2021-12-29 09:47:10 +00:00
tacyi139 f5339512f2 optimized code docs about list of 7 issue items 2021-12-29 17:16:58 +08:00
kswang 1b37d4302d add fused adafactor primitive 2021-12-29 17:12:34 +08:00
lanzhineng 23b539e35a add the test cases of gpu mindir 2021-12-29 16:25:59 +08:00
i-robot 17b3e3cd13 !28267 Resuse ConvertData of GenerateArgumentsKey
Merge pull request !28267 from zhangzhaoju/master_res_base
2021-12-29 08:20:10 +00:00
i-robot ae1278fa42 !28074 convert execute mode to graph mode when loading mindir
Merge pull request !28074 from lianliguang/master
2021-12-29 06:23:57 +00:00
i-robot ac9e545dc8 !22546 add new dataset loading operator CaltechDataset
Merge pull request !22546 from 杨旭华/CaltechDataset
2021-12-29 03:40:06 +00:00
yanglf1121 1c672b11e1 support valuenode return 2021-12-29 10:43:06 +08:00
zhangzhaoju c5b2996b3f Resuse ConvertData of GenerateArgumentsKey 2021-12-29 10:30:17 +08:00
i-robot 706f87c4f6 !28320 [Auto parallel] Changing default value of sing-loop identification
Merge pull request !28320 from Xiaoda/121-changing-loop-identify-in-auto-parallel
2021-12-29 02:01:33 +00:00
i-robot bdf0f043e7 !28288 Don't lift fv before higher order grad if closure is kept
Merge pull request !28288 from xychow/dont-liftfv-for-higher-order-grad-in-closure
2021-12-29 01:52:44 +00:00
lianliguang d5efef0ae6 convert pynative mode to graph mode when loading mindir 2021-12-29 09:46:08 +08:00
lby e6857a6553 using cube to get c0 value 2021-12-29 09:00:52 +08:00