zengzitao
0f06988c46
only run this case in linux
2022-01-28 14:31:06 +08:00
z00512249
f96d40db22
opt cholesky attributes.
2022-01-28 10:40:35 +08:00
i-robot
5e6d6ee63e
!29576 Add matrix_band_part gpu kernel and test cases
...
Merge pull request !29576 from wuwenbing/dev
2022-01-28 01:44:50 +00:00
i-robot
33d8542427
!29582 takedown resnet50_imagenet due to probalistic failures
...
Merge pull request !29582 from yanghaoran/master
2022-01-28 01:36:18 +00:00
i-robot
fff767f694
!29545 opt test_ops value name.
...
Merge pull request !29545 from zhuzhongrui/pub_master
2022-01-27 13:22:23 +00:00
i-robot
92c59c3401
!25289 [assistant][ops] Add Coalesce
...
Merge pull request !25289 from 李定维/Coalesce
2022-01-27 12:31:30 +00:00
wenbean
28ec747fe5
Add GPU matrix_band_part
2022-01-27 17:22:09 +08:00
i-robot
a24709b46a
!22446 [assistant][ops] Add new data operator MaskAlongAxisIID
...
Merge pull request !22446 from TR-nbu/MaskAlongAxisIID
2022-01-27 08:45:24 +00:00
王泰格
cc8d3e6279
[assistant][ops][I40FKE] add operator Coalesce
2022-01-27 16:08:31 +08:00
i-robot
8611d0d1ea
!29258 support isinstance(x, CSRTensor) in graph mode and support F.dtype(csr_tensor)
...
Merge pull request !29258 from wangrao124/add_dtype_isinstance
2022-01-27 07:59:02 +00:00
z00512249
622f9a6f10
opt test_ops value name.
2022-01-27 15:51:56 +08:00
yanghaoran
2c068bfc20
takedown resnet50_imagenet due to probalistic failures
2022-01-27 15:27:39 +08:00
i-robot
f2466fbff2
!29443 update ascend stream assign && add PROF log info
...
Merge pull request !29443 from lyqlola/master
2022-01-27 06:40:29 +00:00
QRICK
9ed73eae94
[assistant][ops][I3T96P] Add new data operator MaskAlongAxisIID
2022-01-27 12:20:26 +08:00
liyiqi
adb33a15b5
update ascend stream assign && add PROF log info
2022-01-27 11:25:36 +08:00
i-robot
34499bc2b6
!29561 fix solve_triangular and eigh api issue
...
Merge pull request !29561 from zhujingxuan/master
2022-01-27 03:15:54 +00:00
chen-jun0211
5343a83f79
Add Cummax
2022-01-27 10:53:51 +08:00
i-robot
3e75028982
!29401 add DynamicInferModel tag for flclient
...
Merge pull request !29401 from zhoushan33/flclient0122_master
2022-01-27 02:12:15 +00:00
wangrao124
b24f1f833a
support isinstance(x, CSRTensor) in graph mode
...
support F.dtype(csr_tensor)
2022-01-27 10:02:57 +08:00
i-robot
9f9ffe9539
!29152 Support frontend graph compilation cache in ps mode
...
Merge pull request !29152 from YuJianfeng/compile_cache
2022-01-27 01:22:44 +00:00
i-robot
4861e9abab
!24098 [assistant][ops] Add UpperBound
...
Merge pull request !24098 from 王刚克/UpperBound
2022-01-26 10:46:26 +00:00
zhujingxuan
29febb2e2a
fix solve_triangular and eigh api issue
2022-01-26 17:12:19 +08:00
i-robot
675fa88bce
!29158 端云联邦SignDS算法
...
Merge pull request !29158 from emmmmtang/master
2022-01-26 07:52:32 +00:00
i-robot
fffa272c2f
!29542 Fix construt Execute with pointers
...
Merge pull request !29542 from luoyang/execute_bug
2022-01-26 06:47:08 +00:00
i-robot
2b82ba1e49
!26244 [assistant][ops] Add new data PhaseVocoder
...
Merge pull request !26244 from TR-nbu/PhaseVocoder
2022-01-26 06:46:36 +00:00
wenbean
3ab08cac55
Add ops warpper and test, add parralel launch
2022-01-26 14:42:50 +08:00
i-robot
b0b3d7ede7
!29421 Implementation of BoundingBoxEncodeInfo, IOUInfo and RandomChoickWithMaskInfo
...
Merge pull request !29421 from liuluobin/parallel_ops_master
2022-01-26 06:40:32 +00:00
i-robot
51ad7574b0
!29482 GraphKernel Add error info when enable graphkernel but not find llvm in CI
...
Merge pull request !29482 from ZengZitao/fix_cpu_use_llvm
2022-01-26 06:28:57 +00:00
i-robot
6fac9c5d1d
!28505 Change SparseTensor to COOTensor
...
Merge pull request !28505 from wangrao124/COOTensor
2022-01-26 06:22:28 +00:00
YangLuo
ba79c3c7cb
Fix construtor Execute with pointers
2022-01-26 10:28:42 +08:00
i-robot
22705b7f50
!29262 support dynamic data sink on gpu
...
Merge pull request !29262 from wYann/gpu_queue
2022-01-26 02:01:51 +00:00
zengzitao
f3e6a35c4d
enhance graphkernel on cpu about llvm
2022-01-26 09:59:19 +08:00
i-robot
6c1ccb092e
!29502 add matrix_set_diag of gpu backend
...
Merge pull request !29502 from zhuzhongrui/pub_master3
2022-01-26 01:53:42 +00:00
i-robot
5bf10401db
!29445 add lu sovle for gpu backend
...
Merge pull request !29445 from zhuzhongrui/pub_master4
2022-01-26 01:49:05 +00:00
zhoushan
5f8d935e12
add DynamicInferModel tag for flclient
2022-01-26 09:36:33 +08:00
z00512249
cffcb7c74a
add matrix_set_diag kernel for backend gpu
2022-01-25 21:15:21 +08:00
hezhenhao1
f08b7a53b9
Fix CI probabilistic filter failed in gate building<test_arithmetic_op.py>
2022-01-25 20:45:26 +08:00
wYann
39e89f73ac
support dynamic datasink on GPU
2022-01-25 20:07:50 +08:00
i-robot
55ba926a04
!29087 optimize sharding propagation&add ut on pangu
...
Merge pull request !29087 from bichaoyang/master
2022-01-25 11:59:25 +00:00
i-robot
787605d6ca
!29499 fix I4RQOC && sync code
...
Merge pull request !29499 from tan-wei-cheng-3260/develop-twc-master
2022-01-25 10:43:31 +00:00
huangxinjing
34101d748d
Add cast ut and fix juge condition
2022-01-25 18:14:11 +08:00
yujianfeng
dcd6f9e491
Support compile cache in ps mode
2022-01-25 17:34:57 +08:00
yangzhenzhang
6df5e9aa5d
support pad mode for conv2d
2022-01-25 17:26:47 +08:00
i-robot
1192616ac2
!29250 custom op support julia
...
Merge pull request !29250 from r1chardf1d0/master
2022-01-25 08:06:04 +00:00
emmmmtang
e227c8413f
signds
2022-01-25 15:57:12 +08:00
twc
997ae1133a
fix I4RQOC && sync code
2022-01-25 15:50:45 +08:00
liuluobin
fb79c508f2
Implementation of BoundingBoxEncodeInfo, IOUInfo, RandomChoiceWithMaskInfo.
2022-01-25 15:49:48 +08:00
wang-gangke
e912bc8a24
UpperBound
2022-01-25 15:45:33 +08:00
wangrao124
9dfc703f7a
change sparsetensor to cootensor
2022-01-25 15:39:37 +08:00
b00518648
2ff3425c76
1.consider comm cost inside a op when select a strategy;2.deal with the ops that share same param;3.add ut to fix the perfermence at pangu_alpha
2022-01-25 15:05:37 +08:00
z00512249
a64947f1de
add lu sovle for gpu backend
2022-01-25 14:26:58 +08:00
i-robot
bff5afe2bb
!25078 [assistant][ops] Add Cross
...
Merge pull request !25078 from 冯钰/cross
2022-01-25 02:16:41 +00:00
yanghaoran
27d28f3d45
takedown test_broadcast_grade_cpu
2022-01-25 09:46:00 +08:00
i-robot
2e8fb9d2d3
!29390 add cholesky grad
...
Merge pull request !29390 from zhuzhongrui/pub_master
2022-01-24 11:56:56 +00:00
z00512249
4fddf02b08
add cholesky grad for backend cpu.
2022-01-24 17:32:02 +08:00
donrichnx
eee07047a0
[feat] [assistant] [I40GYJ] add Captioning task of CocoDataset
2022-01-24 17:24:16 +08:00
minatofy
7832d77718
cross
2022-01-24 17:09:36 +08:00
QRICK
859f90cb85
[assistant][ops][I3T96R] Add new data operator PhaseVocoder
2022-01-24 16:00:24 +08:00
i-robot
faa39a9e75
!29423 Add grad implementation for SolveTriangular ops
...
Merge pull request !29423 from hezhenhao1/add_trsm_grad
2022-01-24 06:19:51 +00:00
r1chardf1d0
044e110f7a
custom op support julia
2022-01-24 12:39:02 +08:00
i-robot
8284a5590d
!29427 clean code
...
Merge pull request !29427 from huangbingjian/clean_code
2022-01-24 01:35:29 +00:00
i-robot
3ed062fcfa
!28983 ms_function needs to be compiled and executed in graph
...
Merge pull request !28983 from caifubi/master-pynative-add-bprop-flag
2022-01-22 11:17:09 +00:00
i-robot
af02897be7
!29118 Refactor kernel mod class and its subclasses.
...
Merge pull request !29118 from TronZhang/refact_kernel_mod_class
2022-01-22 10:34:53 +00:00
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
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