Commit Graph

7874 Commits

Author SHA1 Message Date
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
i-robot 00feddf25d !28279 Get the entry script from sys.argv when enable compile cache
Merge pull request !28279 from YuJianfeng/compile_cache
2021-12-28 12:52:26 +00:00
i-robot 318e88fcad !28290 reconstruct path valid and return value check
Merge pull request !28290 from guozhijian/enhance_reconstruct
2021-12-28 11:44:12 +00:00
donrichnx 9a0fc0ffc1 [feat] [assistant] [I40GYH] add new dataset loading operator CaltechDataset 2021-12-28 19:04:18 +08:00
Xiaoda Zhang 1bdb610b34 changing default value of single-loop flag 2021-12-28 17:56:30 +08:00
i-robot 67e843ec7f !27487 [assistant] [ops][SpectralCentroid]
Merge pull request !27487 from 杨旭华/SpectralCentroidOp
2021-12-28 09:10:32 +00:00
yujianfeng 98a9fd2d41 Remove the directory path of execution script from sys.path when getting the dependent files 2021-12-28 16:54:07 +08:00
jonyguo ffa2a9ee85 enhance: verify path and return value 2021-12-28 16:51:29 +08:00
zhousiyi d9aa48bc64 Dont liftfv before grad in higher order grad if closure is kept as bprop of Partial primitive is not supported 2021-12-28 07:54:22 +00:00
i-robot 749917a819 !28197 add cpu fused adafactor
Merge pull request !28197 from kisnwang/add-cpu-adafactor
2021-12-28 07:04:22 +00:00
i-robot edfe89c2d4 !28269 eigenvalues support int(cast to float), refine test cases
Merge pull request !28269 from wuwenbing/master
2021-12-28 06:12:57 +00:00
i-robot 7faf774063 !22310 [assistant][ops] Add new loader SemeionDataset
Merge pull request !22310 from 杨旭华/SemeionDataset
2021-12-28 03:13:02 +00:00
kswang af48f201a2 add cpu fused adafactor 2021-12-28 11:05:41 +08:00
i-robot bff8d6ae01 !28247 Fix Python Vocab validation
Merge pull request !28247 from luoyang/vocab
2021-12-28 02:58:25 +00:00
i-robot efaf29dc44 !28268 Remove unstable RPC test case
Merge pull request !28268 from chengang/fix_tcp_ut
2021-12-28 01:40:54 +00:00
i-robot 0e7a059bec !28186 Add axis check and shape black list for ConfusionSoftmaxGradRule pass
Merge pull request !28186 from yuchaojie/ir_fusion
2021-12-28 01:34:57 +00:00
i-robot 08e52fd18b !28252 [ME] Add the validate check with tuple.
Merge pull request !28252 from Margaret_wangrui/fallback_validate
2021-12-28 01:25:02 +00:00
i-robot 70739547a1 !28015 support chinese path when windows platform
Merge pull request !28015 from guozhijian/fix_chinese_path
2021-12-28 01:18:19 +00:00
jonyguo 8edcd0d0f8 fix: chinese path when windows platform 2021-12-28 00:30:28 +08:00
yuchaojie 343f7dbe06 Add axis check and shape black list for ConfusionSoftmaxGradRule pass 2021-12-27 21:16:38 +08:00
wenbean d2230bf2d1 Support Int matrix in eigh 2021-12-27 20:34:39 +08:00
cristoval 00d1aa9884 Remove unstable test case 2021-12-27 20:06:49 +08:00
luqilin 896f10d6d5 [feat][assistant][I40GYK] add new dataset loading operator SemeionDataset 2021-12-27 19:49:06 +08:00
tongyue 9a1dcd60fc [fix] [assistant] [I40GXI] fix bug in the infer function of the operator SpectralCentroid 2021-12-27 01:41:31 -08:00
i-robot 665ec683d4 !28132 remove save_graphs parameter for modelzoo network testcase
Merge pull request !28132 from anzhengqi/modify-modelzoo-testcase
2021-12-27 09:36:36 +00:00
i-robot 69a6c7db98 !23380 [assistant][ops] Add new loader AmazonReview
Merge pull request !23380 from 杨旭华/AmazonReview
2021-12-27 09:36:32 +00:00
luoyang ca3de66559 Fix Python Vocab validation 2021-12-27 17:12:07 +08:00
Margaret_wangrui 74d42e9553 [ME] Add the validate check with return tuple. 2021-12-27 16:39:00 +08:00
王南 36ec35f906 modify test case level 2021-12-27 12:37:34 +08:00
i-robot c13f31861c !26398 [feat] [assistant] [I48OBC] add new LogicalNot
Merge pull request !26398 from 桂胜楠/logicalnot
2021-12-27 02:54:53 +00:00
i-robot 05789c7bdd !28189 fix ref node bug
Merge pull request !28189 from caifubi/master-pynative-mindrt-ptr-null-change-ref-output
2021-12-27 01:30:50 +00:00
caifubi f1856c83ac fix bug of RefNode output 2021-12-26 16:04:52 +08:00
i-robot 4ccd804355 !27326 DynamicShape kernel supports static shape
Merge pull request !27326 from lingyunli63/static_shape_launch_host_kernel
2021-12-25 11:55:36 +00:00
hezhenhao1 b4776cfab1 Remove debug message for BFGS method. 2021-12-25 15:53:15 +08:00
i-robot eb7a78a998 !28134 Python Vocab refactoring and add ids_to_tokens & tokens_to_ids
Merge pull request !28134 from luoyang/vocab
2021-12-25 06:39:41 +00:00
i-robot 1bc2d64d2b !28143 delete test file
Merge pull request !28143 from VectorSL/rm-dynreshape
2021-12-25 01:19:09 +00:00
i-robot 0138b6594a !28140 Fix aot test case
Merge pull request !28140 from jiaoy1224/aot
2021-12-24 10:02:03 +00:00
i-robot dd90a56d68 !28073 fix code warning && remove save_graphs use in st/ut
Merge pull request !28073 from huanghui/fix-warning
2021-12-24 09:29:25 +00:00
i-robot cf68597b43 !28146 takedown test_dynamic_reducesum1 due to probalistic failures
Merge pull request !28146 from yanghaoran/master
2021-12-24 08:29:01 +00:00
i-robot 170e6ad857 !28052 modify profiler ai_cpu ut and st
Merge pull request !28052 from zangqx/zangqx_04
2021-12-24 08:14:25 +00:00
yanghaoran 2c8fca94e9 takedown test_dynamic_reducesum1 due to probalistic failures 2021-12-24 16:06:56 +08:00
VectorSL c84ef13e89 del dynamic reshape test file 2021-12-24 15:45:40 +08:00
i-robot 22c25ec10e !27862 [Auto parallel] [Sharding propagation] dealing with cast
Merge pull request !27862 from Xiaoda/119-adapting-sharding-propagation
2021-12-24 07:33:47 +00:00
Yang Jiao d3824a6a6c fix aot test case 2021-12-24 15:31:11 +08:00
luoyang 0288480722 Python Vocab refactoring and add ids_to_tokens & tokens_to_ids 2021-12-24 15:26:15 +08:00
huanghui 74ca50e652 fix code warning && remove save_graphs use in st/ut 2021-12-24 14:45:37 +08:00
anzhengqi 134286bbed remove save_graphs parameter for modelzoo network testcase 2021-12-24 14:22:51 +08:00
yanghaoran f20f9e0ed3 takedown test_dynamic_reducesum2 due to probalistic failures 2021-12-24 10:46:28 +08:00
zheng_pengfei 09b5e545dd [feat] [assistant] [I48OBC] add new LogicalNot 2021-12-23 20:39:17 +08:00
臧庆香 fcd3fface0 modify profiler ai_cpu ut and st 2021-12-23 20:10:28 +08:00
Xiaoda Zhang 66c7474e5a remove CastInfo from CNODE 2021-12-23 19:05:02 +08:00
i-robot f9270b8e09 !28069 change API:cell.shard
Merge pull request !28069 from zhuyuxiao/I4LE9J
2021-12-23 10:58:43 +00:00
lingyunli63 3db240f161 static shape launch host kernel 2021-12-23 17:34:55 +08:00
chengchuanxing 07aa66ee43 [feat][assistant][I40GY2] add new loader AmazonReview 2021-12-23 16:32:31 +08:00
i-robot 0ac791560c !28011 remove unused code in class EnvInstance
Merge pull request !28011 from xychow/remove-unused-code-in-envinstance
2021-12-23 08:15:54 +00:00
i-robot 1a474138da !27929 consider the case inputs and outputs of host kernel will be on CPU
Merge pull request !27929 from lingyunli63/refine_memcpy_of_host_kernel
2021-12-23 08:01:51 +00:00
i-robot 4cde90d219 !28065 add @security_off_wrap for RDR testcases
Merge pull request !28065 from liangyongxiong/master
2021-12-23 07:47:48 +00:00
i-robot d5c63e4381 !27979 export CSRTensor MindIR
Merge pull request !27979 from wangrao124/export_csrtensor
2021-12-23 07:26:10 +00:00
i-robot 1ea8693c83 !27356 dataset: check whether operator in nn or ops is mixed into operations
Merge pull request !27356 from ms_yan/operator_mixed
2021-12-23 07:04:52 +00:00
i-robot 3b6c40ff1e !28028 [ME] Optimize the error message of the operator module.
Merge pull request !28028 from Margaret_wangrui/operator
2021-12-23 06:48:00 +00:00
zhuyuxiao dd7bbf92dd change API 2021-12-23 14:26:06 +08:00
i-robot 91434597c3 !25861 [assistant][ops]New operator implementation, include BesselI0 and BesselI1
Merge pull request !25861 from 张璇/BesselI0
2021-12-23 02:41:41 +00:00
liangyongxiong 58ff7b1e07 add @security_off_wrap for RDR testcases 2021-12-23 10:37:05 +08:00
ms_yan 192983b5da check operator mixed or not 2021-12-23 10:22:03 +08:00
zhousiyi 07e5cdad1b remove unused code in class EnvInstance 2021-12-23 02:16:41 +00:00
Margaret_wangrui 38ddd04c83 [ME] Optimize the error message of the operator module. 2021-12-23 10:10:48 +08:00
i-robot 7d35ad8912 !28031 add landscape st for Ascend
Merge pull request !28031 from Songyuanwei/st
2021-12-23 01:44:39 +00:00
lingyunli63 e54aabf53d refine infershape and execute 2021-12-23 09:41:16 +08:00
lilei 017aa359a6 insert VirtualDataset node for master 2021-12-23 09:25:05 +08:00
i-robot 7d274f1702 !27276 GPU add dynamic kernels
Merge pull request !27276 from VectorSL/gpu-dynmic-kernel-for-merge
2021-12-23 01:00:41 +00:00
i-robot d01854f114 !28030 Parsing the profiling data on ai cpu in binary
Merge pull request !28030 from gaocongli/master
2021-12-22 08:53:17 +00:00
wangrao124 c103cc65a5 export csrtensor mindir 2021-12-22 16:23:59 +08:00
zx e0a7a87a9c [feat][assistant][I4CRK5] add new Ascend operator BesselI0 and BesselI1 2021-12-22 16:19:28 +08:00
i-robot d863c20f9c !27760 enable runtime cache at ascend backend for dynamic shape scene
Merge pull request !27760 from wangnan39/test_cases_ascend_dynamic_op
2021-12-22 07:36:10 +00:00
songyuanwei c2860897f9 add st 2021-12-22 14:42:30 +08:00
王南 18fa59e090 enable runtime cache for ascend dynamic scene 2021-12-22 12:42:13 +08:00
gaocongli b9187f96da parsing the profiling data on ai cpu in binary 2021-12-22 11:59:47 +08:00
i-robot 14df5d3984 !23670 [assistant][ops] add new dataset loading operator CoNLL2000ChunkingDataset
Merge pull request !23670 from 杨旭华/CoNLL2000ChunkingDataset
2021-12-22 01:50:12 +00:00
i-robot d12b05f1f8 !27949 fix mac compile and fix st
Merge pull request !27949 from xulei/fix_mac
2021-12-22 01:16:49 +00:00
i-robot b1de53fac2 !27728 [Fallback] Support numpy augassign method, subscript method and binary operations
Merge pull request !27728 from huangbingjian/fallback_parse
2021-12-22 01:01:46 +00:00
i-robot 372065c821 !26325 [assistant][ops] add Addcdiv and Addcmul
Merge pull request !26325 from 孟权令/Addcdiv
2021-12-21 12:46:21 +00:00
i-robot 60a36bbf8f !27985 reduce the size of shift test case
Merge pull request !27985 from zhujingxuan/reduce_test_case
2021-12-21 12:16:02 +00:00
i-robot 2fbec9a554 !27856 use neighbor-exchange-v2 for conv2d
Merge pull request !27856 from yangzhenzhang/use-neighborexchangev2-for-conv2d
2021-12-21 10:59:54 +00:00
zhujingxuan ff13ddd353 reduce testcase 2021-12-21 17:37:21 +08:00
i-robot bc235730ca !27957 parallel_ut_refactoring
Merge pull request !27957 from 王志伟/parallel_ut_refactoring2
2021-12-21 08:02:16 +00:00
huangbingjian fea6974c80 Support numpy augassign method, subscript method and binary operations. 2021-12-21 15:58:20 +08:00
fattycat 289a7997df [feat] [assistant] [#I40GYB] add new loader CoNLL2000ChunkingDataset 2021-12-21 15:31:25 +08:00
Sawyer 564d83c959 [feat][assistant][I3T921][I3T923] add Addcdiv and Addcmul 2021-12-21 14:56:04 +08:00
i-robot cfdae8e0fc !27925 [ME] Optimize the error message of the operator module.
Merge pull request !27925 from Margaret_wangrui/operator
2021-12-21 06:54:30 +00:00
yangzhenzhang 8a68577756 use neighbor-exchange-v2 for conv2d 2021-12-21 14:27:41 +08:00
wzw a9b78682d5 parallel ut refactor 3 2021-12-21 14:26:58 +08:00
i-robot 5afc399e19 !27945 update models repo
Merge pull request !27945 from ms_yan/update_models
2021-12-21 06:24:07 +00:00
i-robot f007b8a99f !27745 [MD][Offload] Move offload checks and split to the C pipeline
Merge pull request !27745 from markuskunej/offload_column_pipeline
2021-12-21 04:26:51 +00:00
i-robot d555540333 !27922 maskrcnn st bug fix
Merge pull request !27922 from 张晓晓/master
2021-12-21 02:41:23 +00:00
i-robot 9952633aa9 !27905 add c++ std to custom aot compile cmd
Merge pull request !27905 from xulei/fix_st_mac
2021-12-21 02:27:55 +00:00
Margaret_wangrui f9a88a01bc [ME] Optimize the error message of the operator module 2021-12-21 10:19:25 +08:00
ms_yan 1052c2e7ea update models version 2021-12-21 09:34:53 +08:00
xulei 683a159e72 fix mac compile and fix st 2021-12-21 09:23:33 +08:00
i-robot 7331629ceb !22686 [assistant][ops][Dither]
Merge pull request !22686 from Isaac/Dither
2021-12-20 11:16:20 +00:00
i-robot 25e17b0cc1 !27849 Upgrade Ascend software package Dec 16
Merge pull request !27849 from TronZhang/upgrade_ascend_1216
2021-12-20 11:11:04 +00:00
zhangxiaoxiao 21a9c79b8f maskrcnn st bug fix 2021-12-20 16:35:07 +08:00