Margaret_wangrui
|
a4c2cdf2b2
|
[ME] Support Raise list and tuple, prompt user variable scenario error when raising Tensor.
|
2022-05-30 10:27:25 +08:00 |
hesham
|
f9128c2f16
|
[MD] Transform Unification Feature - OneHot op: Add smoothing_rate parm
|
2022-05-29 22:19:04 -04:00 |
lvyufeng
|
83f260484e
|
add 1d inputs support for nn.BiDense
|
2022-05-30 10:11:38 +08:00 |
caifubi
|
40338dd0fa
|
add commiter owners
|
2022-05-30 10:06:59 +08:00 |
i-robot
|
0da7893589
|
!33363 [assistant][ops] Add new Isreal
Merge pull request !33363 from 毕水秀/Isreal
|
2022-05-30 01:43:16 +00:00 |
i-robot
|
071ac5425b
|
!35121 tensor scatter div vmap
Merge pull request !35121 from ling/merge
|
2022-05-30 01:25:44 +00:00 |
i-robot
|
57f66960ae
|
!35081 fix-output_shape_doc
Merge pull request !35081 from luoyang/fix-output_shape_doc
|
2022-05-30 01:22:29 +00:00 |
i-robot
|
3d0e975c90
|
!34784 PyNative Bprop run in Graph.
Merge pull request !34784 from caifubi/master-pynative-run-in-graph-dev-ci
|
2022-05-30 01:13:52 +00:00 |
i-robot
|
607ba8581c
|
!35110 Add Parameter input test cases, remove side effect propagate for Identity op, and fix compile performance problem.
Merge pull request !35110 from 张清华/opt_parameter
|
2022-05-30 01:12:00 +00:00 |
i-robot
|
359551ba3f
|
!35111 fix op fusion
Merge pull request !35111 from liubuyu/usb
|
2022-05-30 01:07:33 +00:00 |
zheng_pengfei
|
1c7707eb4c
|
[feat][assistant][I48O73] add new operator log1p
|
2022-05-29 23:05:07 +08:00 |
i-robot
|
abccd6e0e1
|
!34973 Add st for fallback constant control flow with 230,231,232
Merge pull request !34973 from huanghui/control-for-fallback
|
2022-05-29 12:38:51 +00:00 |
i-robot
|
0614011377
|
!34763 Support rpc dynamic shape.
Merge pull request !34763 from ZPaC/support-rpc-dynamic
|
2022-05-29 11:17:38 +00:00 |
lby
|
2078f2c75f
|
is dynamic impl
|
2022-05-29 16:57:42 +08:00 |
jiangshuqiang
|
0449f91f47
|
add bernoulli ops include func, Tensor interface, GPU kernel and docs.
|
2022-05-29 13:38:06 +08:00 |
i-robot
|
998a38b541
|
!34986 fix output information
Merge pull request !34986 from huangbingjian/fix_information
|
2022-05-29 03:58:41 +00:00 |
i-robot
|
ccc8c2744e
|
!33814 [feat] [assistant] [ops] [I4ZZV4,I4ZZV5] New GPU operator implementation, include tril,triu
Merge pull request !33814 from 路雄博/Tril_GPU
|
2022-05-29 03:11:33 +00:00 |
Henry Shi
|
63bd6f035b
|
operators:Softmin & SiLU
|
2022-05-29 10:42:31 +08:00 |
Zhang Qinghua
|
31ab2accae
|
Add Parameter input test cases, remove side effect propagate for Identity op, and fix compile performance problem.
|
2022-05-28 21:03:42 +08:00 |
ling
|
956acdcc13
|
tensor scatter div vmap
infer shape and datatype bug
tan support GRAPH_MODE and PYNATIVE_MODE
|
2022-05-28 17:29:53 +08:00 |
i-robot
|
d70fe9e7da
|
!34805 support const iterator For
Merge pull request !34805 from 于振华/rewrite_for_unfold_0518
|
2022-05-28 08:45:22 +00:00 |
z00512249
|
ac4fa51780
|
add lp_norm vmap and dynamic shape test case.
|
2022-05-28 16:33:05 +08:00 |
lby
|
8aabd90519
|
fix op fusion
|
2022-05-28 15:45:52 +08:00 |
i-robot
|
087d122f9f
|
!34980 [ME] raise only supports some Python standard exception types.
Merge pull request !34980 from Margaret_wangrui/raise_type
|
2022-05-28 07:38:22 +00:00 |
zhuyuxiao
|
dc8cb8513c
|
add support on CPU platform for op: svd
|
2022-05-28 15:36:43 +08:00 |
gaoyong10
|
cd044f7446
|
AdaptiveMaxPool2d op.
|
2022-05-28 15:34:27 +08:00 |
i-robot
|
21fcad9a04
|
!35072 take down testcases that are passing all the time
Merge pull request !35072 from yanghaoran/master
|
2022-05-28 07:19:04 +00:00 |
NBUFabio
|
6c9f39c47e
|
[feat] [assistant] [I54KH8] [I54KHA] add new operator Relu and ReluGrad
|
2022-05-28 15:06:21 +08:00 |
i-robot
|
6658de4ed6
|
!33765 [assistant][ops] Add NonZero
Merge pull request !33765 from 张渝/NonZero
|
2022-05-28 06:31:14 +00:00 |
lianliguang
|
7819fab99c
|
fix bug of calculate slice size
|
2022-05-28 14:10:59 +08:00 |
lianliguang
|
ca7bbe7828
|
fix bug of tuple value is not convert all tuple
|
2022-05-28 12:32:13 +08:00 |
Xiao Tianci
|
f34f053aea
|
add PadToSize transform
|
2022-05-28 11:07:51 +08:00 |
ZPaC
|
ab4353206f
|
Support rpc dynamic shape.
|
2022-05-28 11:07:00 +08:00 |
Arielxyx
|
db3fa41c30
|
[feat][assistant][I4XJFZ] add new function Mv
|
2022-05-28 11:04:54 +08:00 |
liutongtong
|
f6c8053c2b
|
add model.fit and refactor callbacks
|
2022-05-28 10:33:39 +08:00 |
YangLuo
|
4e31675447
|
fix-output_shape_doc
|
2022-05-28 10:03:46 +08:00 |
yanghaoran
|
e1d3e6edac
|
take down testcases that are passing all the time
|
2022-05-28 09:53:29 +08:00 |
bsx
|
5f855ed8ea
|
[feat][assistant][I4XJG6] add new Ascend operator Isreal
|
2022-05-28 08:57:29 +08:00 |
i-robot
|
8f57454372
|
!35028 [MD] Fix hanging problem in offload
Merge pull request !35028 from h.farahat/offload_hang
|
2022-05-27 17:25:06 +00:00 |
caifubi
|
d490450270
|
PyNative Bprop run in Graph.
1. Dynamic structure bp graph need to be split and run op by op.
2. Static bp graph can run graph integated. (Only support
CPU/GPU/Non-DynamaiShape)
|
2022-05-27 23:26:46 +08:00 |
David
|
5f1849fd1c
|
Added docs to ut part 2
|
2022-05-27 09:05:14 -04:00 |
i-robot
|
3aea6a2e0b
|
!35030 Allow the Parameter object as a construct/ms_function parameter type.
Merge pull request !35030 from 张清华/opt3
|
2022-05-27 12:35:07 +00:00 |
i-robot
|
56462cc071
|
!34486 add pdist_cpu_kernel
Merge pull request !34486 from hemaohua/pdist_push
|
2022-05-27 09:54:58 +00:00 |
i-robot
|
e11366d4c8
|
!34994 fix issue: eliminate the environ node
Merge pull request !34994 from lanzhineng/issue
|
2022-05-27 09:21:27 +00:00 |
i-robot
|
1a30181f4f
|
!34913 Add testcases for Fallback control flow 310, 311, 312
Merge pull request !34913 from LiangZhibo/control
|
2022-05-27 09:19:51 +00:00 |
i-robot
|
7aa150ab3a
|
!35058 takedown testcases due to probalistic failures
Merge pull request !35058 from yanghaoran/master
|
2022-05-27 08:10:46 +00:00 |
yanghaoran
|
c1049cea42
|
takedown testcases due to probalistic failures
|
2022-05-27 16:05:44 +08:00 |
i-robot
|
ee4048a7f4
|
!33905 [assistant] [ops] [I4ZZU0, I4ZZU1] New GPU operator implementation, include UpperBound, LowerBound
Merge pull request !33905 from 王超/bound
|
2022-05-27 08:04:53 +00:00 |
i-robot
|
6ff9bc88dd
|
!34692 [assistant][ops]New operator implementation, include BesselY0, BesselY1, BesselK0, BesselK1, BesselK0e, BesselK1e,BesselI0, BesselKI1, BesselI0e, BesselI1e,BesselJ0,BesselJ1
Merge pull request !34692 from Wangsong95/BesselGPU
|
2022-05-27 07:29:37 +00:00 |
hujiahui8
|
0570a13fbc
|
add scatter_div operator
|
2022-05-27 15:25:36 +08:00 |
zhujingxuan
|
be2c4b99a6
|
Add zero check for integer division by zero issue
|
2022-05-27 15:15:28 +08:00 |
huangbingjian
|
e636e30ee7
|
fix output information
|
2022-05-27 14:51:53 +08:00 |
Margaret_wangrui
|
c0ac64aaae
|
[ME] raise only supports some Python standard exception types.
|
2022-05-27 14:37:00 +08:00 |
i-robot
|
d5fa86fea0
|
!34717 Fix OneHot docs and vmap
Merge pull request !34717 from jiaoy1224/onehot
|
2022-05-27 03:38:26 +00:00 |
i-robot
|
43b5ad6f12
|
!34901 Add flatten for flat_map
Merge pull request !34901 from xiaotianci/fix_flat_map
|
2022-05-27 03:37:01 +00:00 |
hesham
|
23e85ff083
|
avoid hangs when offload is true with pyfuncs and dict iterator
|
2022-05-26 23:16:16 -04:00 |
wulizzya
|
eff3df5289
|
[feat] [assistant] [I48OF3] Add AICPU operator NonZero
|
2022-05-27 11:01:34 +08:00 |
i-robot
|
64b0c6444d
|
!34863 KLDivLoss for NPU
Merge pull request !34863 from xulei/kldiv
|
2022-05-27 02:33:17 +00:00 |
i-robot
|
b0ccca4e1e
|
!32826 add new Ascend operator ScatterNdMax
Merge pull request !32826 from 袁忠蜜/ScatterNdMax
|
2022-05-27 02:31:31 +00:00 |
i-robot
|
2f1be25e12
|
!34716 [MD] add dvpp decode video op
Merge pull request !34716 from liyong126/add_dvpp_decode_video
|
2022-05-27 01:38:30 +00:00 |
huanghui
|
63f87d03fc
|
add st for fallback constant control flow with 230,231,232
|
2022-05-27 09:27:09 +08:00 |
i-robot
|
3d5403a5f4
|
!34924 tan vmap
Merge pull request !34924 from ling/pr
|
2022-05-27 01:11:01 +00:00 |
hemaohua
|
cd9c40f807
|
add pdist_cpu_kernel
|
2022-05-27 09:01:07 +08:00 |
i-robot
|
c61835ffa0
|
!34953 [MD] Update import transforms statements in dataset UT
Merge pull request !34953 from cathwong/ckw_xtranuni_ut_import_dataset
|
2022-05-26 17:54:44 +00:00 |
i-robot
|
315db23cb8
|
!34838 [OP] add vmap for meshgrid, hardshrink
Merge pull request !34838 from yangruoqi713/vmap
|
2022-05-26 12:27:22 +00:00 |
yuzhenhua
|
ec1e152e17
|
for const iterator For
|
2022-05-26 19:23:46 +08:00 |
王超
|
8a268f6219
|
New GPU operator implementation, include UpperBound, LowerBound
|
2022-05-26 18:30:59 +08:00 |
xulei
|
c85bb89088
|
KLDivLoss for NPU
|
2022-05-26 16:55:16 +08:00 |
lanzhineng
|
fd1903386b
|
eliminate the environ node
|
2022-05-26 16:44:05 +08:00 |
liyong
|
d3a7be6e9c
|
add dvpp decode video op
|
2022-05-26 16:34:06 +08:00 |
ling
|
5e7c902e34
|
tan vmap
|
2022-05-26 16:28:07 +08:00 |
i-robot
|
e65fe8fabe
|
!32163 [assistant][ops] Add new Deg2Rad
Merge pull request !32163 from wxy220/Deg2Rad
|
2022-05-26 08:21:18 +00:00 |
yangzhenzhang
|
4ef8e25944
|
modify vmap rule for masked select
|
2022-05-26 16:11:32 +08:00 |
i-robot
|
dde6a2a24e
|
!34872 Add nn.BiDense
Merge pull request !34872 from 吕昱峰(Nate.River)/master
|
2022-05-26 07:35:20 +00:00 |
i-robot
|
c99fa6663c
|
!34877 Add GPU implementation of SparseSegmentMean operator.
Merge pull request !34877 from hezhenhao1/add_sparse
|
2022-05-26 07:07:58 +00:00 |
Zhang Qinghua
|
9e1d8627e5
|
Allow the Parameter object as a construct/ms_function parameter type.
|
2022-05-26 14:41:00 +08:00 |
yangruoqi713
|
6297d2014b
|
[OP] add vmap for meshgrid, hardshrink
|
2022-05-26 14:04:25 +08:00 |
Xiao Tianci
|
c564e840fb
|
add flatten in flat_map
|
2022-05-26 11:17:32 +08:00 |
i-robot
|
a29344460c
|
!34903 fix 310 test script, finding pacakges in base dir only
Merge pull request !34903 from yanghaoran/master
|
2022-05-26 03:12:00 +00:00 |
i-robot
|
56946248bb
|
!34496 add Fills GPU implementation
Merge pull request !34496 from yelihua/dev
|
2022-05-26 02:21:24 +00:00 |
Cathy Wong
|
b9396a32b7
|
[MD] Update import transforms statements in dataset UT
|
2022-05-25 19:51:26 -04:00 |
i-robot
|
2bafbd2b34
|
!33428 ApplyAdagradV2 CPU Operator
Merge pull request !33428 from markuskunej/applyAdaGradV2
|
2022-05-25 21:56:41 +00:00 |
i-robot
|
797c21ec6c
|
!34539 [MD] Transform Unification: Phase 1C - Minor Code and UT Updates
Merge pull request !34539 from cathwong/ckw_xtranuni_code3_typecast
|
2022-05-25 18:05:40 +00:00 |
yanghaoran
|
05b12abbb7
|
回退 'Pull Request !34741 : [ME] raise only supports some Python standard exception types.'
|
2022-05-25 13:00:51 +00:00 |
yelihua
|
79316f6caf
|
add GPU impl for Fills and testcase
|
2022-05-25 18:29:10 +08:00 |
i-robot
|
f3148dbe6e
|
!34842 add nn.Threshold
Merge pull request !34842 from 吕昱峰(Nate.River)/threshold
|
2022-05-25 09:35:33 +00:00 |
i-robot
|
5dfd613839
|
!34447 Support GPU UniqueConsecutive, and add tensor, functional, primitive
Merge pull request !34447 from huangbingjian/unique_consecutive
|
2022-05-25 09:19:35 +00:00 |
i-robot
|
cd26d2d46e
|
!34781 add st for fallback constant control flow with 330 331 332
Merge pull request !34781 from huanghui/control-for-fallback2
|
2022-05-25 09:19:16 +00:00 |
i-robot
|
f95caf28bd
|
!33761 upgrade Ascend software suite 29 Apr 22
Merge pull request !33761 from yanghaoran/upgrade_ascend_0429
|
2022-05-25 09:17:32 +00:00 |
hezhenhao1
|
3a2343d3c8
|
Add GPU implementation of SparseSegmentMean operator.
|
2022-05-25 17:14:28 +08:00 |
i-robot
|
974d5d8ad7
|
!34736 Fix set shape of tensor
Merge pull request !34736 from zjun/fix_tensor_data
|
2022-05-25 08:31:38 +00:00 |
i-robot
|
acb8f8d99d
|
!34803 Inplace Assign for Hybrid DSL
Merge pull request !34803 from jiaoy1224/real_master
|
2022-05-25 06:50:47 +00:00 |
liangzhibo
|
e58d9c4ff9
|
Add fallback control test case for 310 311 312
|
2022-05-25 14:18:30 +08:00 |
i-robot
|
b4fb806f61
|
!34741 [ME] raise only supports some Python standard exception types.
Merge pull request !34741 from Margaret_wangrui/raise_type
|
2022-05-25 06:16:06 +00:00 |
i-robot
|
f1513a6580
|
!34684 fix bug of mutiple slice net report error when the length is not equal
Merge pull request !34684 from lianliguang/master
|
2022-05-25 06:11:32 +00:00 |
i-robot
|
21579055c8
|
!34609 Add CPU version of ApplyGradientDescent op
Merge pull request !34609 from TinaMengtingZhang/dev_cpu_op_apply_gradient_descent
|
2022-05-25 04:45:35 +00:00 |
i-robot
|
fd351cc65b
|
!34167 Op Concat supports vmap
Merge pull request !34167 from DeshiChen/0509_concat
|
2022-05-25 02:48:54 +00:00 |
i-robot
|
1ecc6538d1
|
!34537 output_shape add param estimate
Merge pull request !34537 from luoyang/dynamic_outputshape
|
2022-05-25 02:37:32 +00:00 |
i-robot
|
9c9f1a26bd
|
!34322 Achieve ClipByNorm op on CPU GPU and Ascend
Merge pull request !34322 from JoyLvliang/add_clip_by_norm_op_on_GPU_and_CPU
|
2022-05-25 02:34:58 +00:00 |
Cathy Wong
|
b8e7c2acaf
|
[MD] Transform Unification: Phase 1C - Minor Code Fixes and UT Updates
|
2022-05-24 22:24:38 -04:00 |
yanghaoran
|
79e370d7aa
|
fix 310 test script, finding pacakges in base dir only
|
2022-05-25 10:24:36 +08:00 |
i-robot
|
520427cc3a
|
!34726 ScatterMax support vmap and add dynamic shape case
Merge pull request !34726 from polyhedral/max
|
2022-05-25 02:14:45 +00:00 |
i-robot
|
7676d9958b
|
!34608 [MD] Adding docstrings for minddata UT Python
Merge pull request !34608 from davidanugraha/add_dataset_test_comment
|
2022-05-25 02:10:32 +00:00 |
i-robot
|
291b5faa98
|
!33925 parallel_initializer_seed
Merge pull request !33925 from yao_yf/auto_parallel_initializer_seed
|
2022-05-25 02:03:16 +00:00 |
i-robot
|
59c3bc58bc
|
!34843 [kernel]fix the error of testcase attr
Merge pull request !34843 from 张学同/applyproximaladagrad_gpu
|
2022-05-25 01:53:38 +00:00 |
yanghaoran
|
f7dfcb0494
|
upgrade Ascend software suite 29 Apr 22
|
2022-05-25 09:53:28 +08:00 |
Yang Jiao
|
21c58913c7
|
fix onehot vmap
|
2022-05-25 09:36:28 +08:00 |
i-robot
|
88672a22d3
|
!34535 add vmap for TensorScatterAdd/Sub
Merge pull request !34535 from yuchaojie/op_dev
|
2022-05-25 01:33:03 +00:00 |
lvyufeng
|
65120caf79
|
add BiDense
|
2022-05-25 07:43:35 +08:00 |
David
|
ee0a815990
|
Added docs for ut files
|
2022-05-24 17:43:53 -04:00 |
“yzm”
|
af9a3f23d5
|
[feat] [assistant] [I471DO] add new Ascend operator ScatterNdMax
|
2022-05-24 21:50:29 +08:00 |
zjun
|
07d0544095
|
Add set data for tensor
Signed-off-by: zjun <zhangjun0@huawei.com>
|
2022-05-24 20:20:19 +08:00 |
i-robot
|
1ade2e9f25
|
!34235 [assistant][MelScale]
Merge pull request !34235 from QingfengLi/MelScale
|
2022-05-24 12:08:00 +00:00 |
i-robot
|
5999c0917b
|
!34796 Fix: I58DKD FL run depend java from 1.9 to 1.8
Merge pull request !34796 from zhangzhaoju/master_jdk_change
|
2022-05-24 12:05:21 +00:00 |
huangbingjian
|
5a619651d4
|
Add unique_consecutive ops.
|
2022-05-24 18:22:07 +08:00 |
lianliguang
|
db6be8d1c8
|
fix bug of eliminate slice node
|
2022-05-24 17:40:54 +08:00 |
i-robot
|
2bdc633d3f
|
!34688 fix bug for if_parser
Merge pull request !34688 from hangq/rewrite-bug
|
2022-05-24 09:18:42 +00:00 |
i-robot
|
f5eb987e42
|
!32742 [assistant][ops] Add SegmentMax, SegmentMin, SegmentSum
Merge pull request !32742 from 梁天凯/SegmentMax
|
2022-05-24 08:45:37 +00:00 |
i-robot
|
7efd61d744
|
!34783 fix issue I57XXA
Merge pull request !34783 from tan-wei-cheng-3260/develop-twc-master
|
2022-05-24 08:01:10 +00:00 |
qkeys
|
f475205a48
|
[feat][assistant][I4XJGA] add new Ascend operator Deg2Rad
|
2022-05-24 15:51:34 +08:00 |
Margaret_wangrui
|
bc5906e630
|
[ME] raise only supports some Python standard exception types.
|
2022-05-24 15:39:32 +08:00 |
lvyufeng
|
ce1f15666d
|
add nn.Threshold
|
2022-05-24 15:25:48 +08:00 |
zhangxuetong
|
dbf1c8f18c
|
fix the error of testcase attr
|
2022-05-24 15:18:55 +08:00 |
i-robot
|
d137dfcac8
|
!34569 add 310 infer ST testcase of yolov4
Merge pull request !34569 from GongLiyao/st_testcase_yolov4
|
2022-05-24 07:16:52 +00:00 |
i-robot
|
1265c98a81
|
!34674 test_gcn acc fix
Merge pull request !34674 from sophie/master
|
2022-05-24 07:05:46 +00:00 |
yuchaojie
|
2466494c26
|
add vmap test for TensorScatterAdd/Sub
|
2022-05-24 14:48:12 +08:00 |
i-robot
|
4ac3eccddc
|
!34791 [Fallback][Control_flow] Add some fallback control flow testcases.
Merge pull request !34791 from Margaret_wangrui/fallback_control_flow
|
2022-05-24 06:33:44 +00:00 |
i-robot
|
0e04a4aaa4
|
!34769 add tensor_scatter_mul vmap rule && test cases
Merge pull request !34769 from zhuzhongrui/pub_master4
|
2022-05-24 06:33:34 +00:00 |
i-robot
|
38edb9ece9
|
!34707 [OP] add functional api for meshgrid
Merge pull request !34707 from yangruoqi713/meshgrid
|
2022-05-24 06:04:19 +00:00 |
polyhedral
|
fd411c3144
|
ScatterMax support vmap and add dynamic shape case
|
2022-05-24 10:27:49 +08:00 |
i-robot
|
1b214a3640
|
!34590 Fix dynamic sens problem
Merge pull request !34590 from zjun/fix_bug1
|
2022-05-24 02:24:06 +00:00 |
Yang Jiao
|
d6afbbc732
|
fix custom bug on ascend
|
2022-05-24 09:41:00 +08:00 |
7347157+joylvliang@user.noreply.gitee.com
|
846ea25978
|
add_clip_by_norm_op_on_GPU_and_CPU
|
2022-05-24 09:19:00 +08:00 |
YangLuo
|
e1df0d9688
|
output_shape add param estimate
|
2022-05-24 09:09:30 +08:00 |
zhangzhaoju
|
8c911d0a04
|
Fix: I58DKD FL run depend java from 1.9 to 1.8
|
2022-05-23 21:49:55 +08:00 |
i-robot
|
4f0b1dc60e
|
!34511 Add CPU support for KLDivLoss op
Merge pull request !34511 from zhuyuxiao/I51VMV
|
2022-05-23 11:06:37 +00:00 |
dayschan
|
1b5a2f928b
|
Support vmap for op concat
|
2022-05-23 19:06:00 +08:00 |
i-robot
|
a3e00bd637
|
!32546 [feat] [assistant] [I4CRKO] [I4CRKP] add nn operator AvgPoolV1 and AvgPoolGradV1
Merge pull request !32546 from Seeker98/0405_a
|
2022-05-23 09:07:59 +00:00 |
Margaret_wangrui
|
beec672590
|
[Fallback][Control_flow] Add some fallback control flow testcases.
|
2022-05-23 17:07:48 +08:00 |
i-robot
|
8eb5e3e90d
|
!34721 add st for fallback constant control flow with 320 321 322
Merge pull request !34721 from huanghui/control-for-fallback
|
2022-05-23 08:38:35 +00:00 |
i-robot
|
54998fab03
|
!34573 Support vmap for svd
Merge pull request !34573 from huanghui/svd
|
2022-05-23 08:37:24 +00:00 |
bubtltk
|
ae98f004ba
|
add SegmentMax, SegmentMin, SegmentSum
|
2022-05-23 16:16:24 +08:00 |
chenx2ovo
|
d62655e199
|
[fix] [assistant] [I4ZOCP] add validation for input param
|
2022-05-23 16:06:50 +08:00 |
twc
|
330c32bb77
|
fix issue I57XXA
|
2022-05-23 15:59:08 +08:00 |
z00512249
|
81978165fb
|
add tensor_scatter_mul vmap rule && test cases
|
2022-05-23 15:42:15 +08:00 |
huanghui
|
3a1612be4d
|
add st for fallback constant control flow with 330, 331, 332
|
2022-05-23 15:35:25 +08:00 |
hangangqiang
|
2ba3c8e1e1
|
fix bug for if_parser
|
2022-05-23 15:22:24 +08:00 |
i-robot
|
dd85238b91
|
!34579 set uni folder for ge test
Merge pull request !34579 from xiaoyao/master
|
2022-05-23 07:20:37 +00:00 |
i-robot
|
93a87fd18f
|
!34665 softshrink softshrinkgrad
Merge pull request !34665 from ling/sr
|
2022-05-23 06:52:59 +00:00 |
i-robot
|
c986240c5c
|
!32350 [assistant][ops] Add new Exp2
Merge pull request !32350 from wxy220/Exp2
|
2022-05-23 06:51:56 +00:00 |
i-robot
|
e696692b0e
|
!31248 [assistant][ops]Add GridSampler2D and GridSampler2DGrad
Merge pull request !31248 from 马振浩/gridsampler2d
|
2022-05-23 06:49:09 +00:00 |
i-robot
|
b87f5c32d3
|
!34700 [kernel][gpu]add apply proximal adagrad
Merge pull request !34700 from 张学同/applyproximaladagrad_gpu
|
2022-05-23 06:47:23 +00:00 |
yao_yf
|
91dabdce17
|
parallel initializer seed set
|
2022-05-23 14:24:29 +08:00 |
yangruoqi713
|
b417d1f489
|
[OP] add functional api for meshgrid
|
2022-05-23 14:23:52 +08:00 |
GongLiyao
|
16ab24b9ea
|
add 310infer_testcase_to_smoketest.
|
2022-05-23 14:19:41 +08:00 |
i-robot
|
5a6604775d
|
!34593 add functional-tensor-vmap impl for masked select
Merge pull request !34593 from yangzhenzhang/add-functional-tensor-vmap-impl-for-masked-select
|
2022-05-23 06:11:37 +00:00 |
i-robot
|
dd57f0ea89
|
!34762 fix ge st error
Merge pull request !34762 from chenmai1102/cm_master
|
2022-05-23 06:11:17 +00:00 |
i-robot
|
1b3e06faf1
|
!34645 masked select grad gpu implement
Merge pull request !34645 from zhaodezan/master
|
2022-05-23 05:53:59 +00:00 |
i-robot
|
eb856f0d79
|
!34695 [kernel]fix review comments
Merge pull request !34695 from 张学同/opt_kernel
|
2022-05-23 03:34:31 +00:00 |
chenmai1102
|
3fd8337147
|
fix st error
|
2022-05-23 10:24:46 +08:00 |
i-robot
|
4b07f59f9e
|
!34705 GraphKernel Support GatherNd dynamic shape on GPU
Merge pull request !34705 from ZengZitao/dyn_gather_nd_gpu
|
2022-05-23 02:24:17 +00:00 |
i-robot
|
d70e95012c
|
!34730 ops whitelist amendment after code viewing
Merge pull request !34730 from 李林杰/ops_whitelist_amend
|
2022-05-23 02:01:35 +00:00 |
i-robot
|
255248d694
|
!34737 add scatter_nd_add && scatter_nd_sub vamp rule && test case
Merge pull request !34737 from zhuzhongrui/pub_master
|
2022-05-23 01:52:06 +00:00 |
i-robot
|
c3787795c8
|
!34552 Resnet50_cifar10 test for ge process
Merge pull request !34552 from wuweikang/resnet-st
|
2022-05-23 01:42:16 +00:00 |
yangzhenzhang
|
3b187616e7
|
add vmap for masked select
|
2022-05-23 09:10:35 +08:00 |
zhangxuetong
|
7463142a05
|
add apply_proximal_adagrad_gpu_kernel
|
2022-05-23 09:08:30 +08:00 |
i-robot
|
b30992e651
|
!34735 [Fallback][Control_flow] Add some fallback control flow testcases.
Merge pull request !34735 from Margaret_wangrui/fallback_control_flow
|
2022-05-23 01:02:05 +00:00 |
z00512249
|
b46c0822d1
|
add scatter_nd_add && scatter_nd_sub vamp rule && test case
|
2022-05-23 07:56:31 +08:00 |
Signed-off-by: jakcmanftr
|
c4bbbfa6c7
|
[assistant][ops]New operator implementation for Bessel
Signed-off-by: jakcmanftr <18407825861@163.com>
Signed-off-by: zhangyukun <38148677+jameszhangyukun@users.noreply.github.com>
[assistant][ops]New operator implementation for Bessel
Signed-off-by: jakcmanftr <18407825861@163.com>
Signed-off-by: zhangyukun <38148677+jameszhangyukun@users.noreply.github.com>
|
2022-05-22 21:35:38 +08:00 |
lilinjie
|
1891cbf483
|
ops whitelist amendment aafter code viewing
|
2022-05-22 21:09:05 +08:00 |
Seeker
|
76bf418279
|
Add aicpu op AvgPoolV1 and AvgPoolGradV1
|
2022-05-22 18:46:54 +08:00 |
zhaodezan
|
6d9721fbf9
|
masked select grad gpu first commit
|
2022-05-22 16:53:34 +08:00 |
i-robot
|
6ac63e2601
|
!34702 Optimiz lamb nn modify
Merge pull request !34702 from wanghenchang/lamb-optimiz-nn
|
2022-05-22 04:06:08 +00:00 |
pikapika
|
3e978302ca
|
exp2
|
2022-05-22 10:36:45 +08:00 |
i-robot
|
79f41f957c
|
!34614 Support fusion_size argument for flatten_weights
Merge pull request !34614 from hewei/flatten_weights
|
2022-05-21 15:04:59 +00:00 |
i-robot
|
68a9ec284d
|
!33726 [feat] [assistant] [ops] [I4ZZUR] New GPU operator implementation, include RightShift
Merge pull request !33726 from zhixinaa/RightShift
|
2022-05-21 09:23:36 +00:00 |
mareda
|
77a6ea3aba
|
Add GridSampler2D and GridSampler2DGrad.
|
2022-05-21 17:05:34 +08:00 |
zjun
|
5541e85053
|
Fix sens dynamic shape
Signed-off-by: zjun <zhangjun0@huawei.com>
|
2022-05-21 16:28:02 +08:00 |
Margaret_wangrui
|
c759b4a4c8
|
[Fallback][Control_flow] Add some fallback control flow testcases.
|
2022-05-21 16:03:06 +08:00 |
i-robot
|
1e540e53ed
|
!34401 [assistant][RangeV2] add RangeV2
Merge pull request !34401 from 李文轼/rangev2
|
2022-05-21 07:51:38 +00:00 |
i-robot
|
2dcae73a2b
|
!31575 [assistant][ops] Add new LogAddExp
Merge pull request !31575 from wxy220/LogAddExp
|
2022-05-21 03:05:52 +00:00 |
i-robot
|
3aeb0d0578
|
!34625 add tensor/functional interface for diag op
Merge pull request !34625 from limingqi107/bug_fix4
|
2022-05-20 20:36:04 +00:00 |
i-robot
|
2deaba946e
|
!34568 filter dumplicate log from python operation
Merge pull request !34568 from guozhijian/filter_duplicate_log
|
2022-05-20 15:03:18 +00:00 |
i-robot
|
76bea16f33
|
!34602 Support reconnect to meta server node if heartbeat connection is broken
Merge pull request !34602 from chengang/support_reconnect_for_hb
|
2022-05-20 11:43:43 +00:00 |
liwenshi
|
d896ae30db
|
[feat][assistant][I4CRJU] add RangeV2 for Ascend and cpu
|
2022-05-20 19:37:25 +08:00 |
wuweikang
|
e689d57fe2
|
resnet50_cifar10 test for ge process
|
2022-05-20 17:31:07 +08:00 |
He Wei
|
2d7c4334ec
|
Support fusion_size argument for flatten_weights
|
2022-05-20 17:11:48 +08:00 |
ling
|
16c573e1ea
|
softshrink softshrinkgrad
|
2022-05-20 17:09:07 +08:00 |
i-robot
|
df9c0d2ff5
|
!34060 Enable dynamic shape for ms_function decorated inner cell
Merge pull request !34060 from JoyLvliang/enable_ms_function_dynamic_shape_for_non_top_cell
|
2022-05-20 09:07:44 +00:00 |
wangchangheng
|
ab78aa86ee
|
optimize lamb
|
2022-05-20 16:50:45 +08:00 |
huanghui
|
8137dfa0a9
|
add st for fallback constant control flow with 320 321 322
|
2022-05-20 16:40:43 +08:00 |
zhuyuxiao
|
ce16351d16
|
add CPU support for KLDivLoss op
|
2022-05-20 15:34:31 +08:00 |
zhixinaa
|
d30d43b70d
|
[feat] [assistant] [ops] [I4ZZUR] New GPU operator implementation, include RightShift
|
2022-05-20 15:33:37 +08:00 |
limingqi107
|
817e60a308
|
add tensor/functional interface for diag op
|
2022-05-20 15:05:11 +08:00 |
zhangxuetong
|
c089794e62
|
fix review comments
|
2022-05-20 14:53:26 +08:00 |
jonyguo
|
0718a283c8
|
filter dumplicate log from python operation
|
2022-05-20 14:46:46 +08:00 |
i-robot
|
462055aee1
|
!34588 解决dictionary-list 子图消除error.
Merge pull request !34588 from lanzhineng/issue
|
2022-05-20 06:44:35 +00:00 |
Arielxyx
|
44543ad95c
|
[feat][assistant][I4XJG1] add new function LogAddExp
|
2022-05-20 14:37:32 +08:00 |
Parallels
|
cdbbd315d8
|
Support reconnect to meta server if heartbeat connection broken
|
2022-05-20 14:26:53 +08:00 |
zengzitao
|
816a6ea81c
|
add ResetResource func to support gather_nd dynamic shape on GPU
|
2022-05-20 14:14:32 +08:00 |
i-robot
|
57216a7b80
|
!34683 Add epoch number for lenet train
Merge pull request !34683 from ZPaC/fix-full-ps-lenet-acc
|
2022-05-20 06:08:49 +00:00 |
i-robot
|
421cbf82f4
|
!31810 [assistant][ops] Add new LogAddExp2
Merge pull request !31810 from wxy220/LogAddExp2
|
2022-05-20 03:08:03 +00:00 |
i-robot
|
698ec02a9d
|
!34670 adapt vmap for scatter_min operator
Merge pull request !34670 from hujiahui8/scatter_min
|
2022-05-20 02:58:07 +00:00 |
i-robot
|
9b0d37c7e7
|
!34657 support const-test if
Merge pull request !34657 from hangq/rewrite-pr
|
2022-05-20 01:55:52 +00:00 |
i-robot
|
7e714b1483
|
!34649 Add st for fallback constant control flow with 300, 301, 302
Merge pull request !34649 from huanghui/control-for-fallback
|
2022-05-20 01:49:00 +00:00 |
i-robot
|
92f73da146
|
!34616 Tan gpu inference
Merge pull request !34616 from ling/gpu
|
2022-05-20 01:34:17 +00:00 |
i-robot
|
71f2ee7172
|
!34555 [AutoParallel]Parallel_adapt_simple_control_flow
Merge pull request !34555 from lichen/adapt_control_flow
|
2022-05-20 01:31:48 +00:00 |
i-robot
|
8167c4dbe4
|
!34361 [kernel][cpu]add ApplyProximalAdagrad
Merge pull request !34361 from 张学同/applyproximaladagrad
|
2022-05-20 01:23:45 +00:00 |
i-robot
|
527539ef7c
|
!34409 unsorted segment prod gpu inference
Merge pull request !34409 from ling/core
|
2022-05-20 01:20:54 +00:00 |
i-robot
|
67033817ff
|
!34295 Optimiz lamb ascend kernel
Merge pull request !34295 from wanghenchang/lamb-optimiz-ascend
|
2022-05-20 01:20:25 +00:00 |
i-robot
|
e4148639c4
|
!34652 [kernel][gpu]add assert kernel
Merge pull request !34652 from 张学同/assert
|
2022-05-20 01:17:16 +00:00 |
xiao_yao1994
|
fbdfdb1127
|
"change default backend in debug graph mode and set uni folder for ge
test"
|
2022-05-20 09:12:03 +08:00 |
i-robot
|
20f3a911f1
|
!34094 Remove the context option: 'enable_sparse'.
Merge pull request !34094 from 张清华/opt
|
2022-05-20 00:52:05 +00:00 |
i-robot
|
63a2bf1025
|
!33546 Add functional api and dynamic shape support for SquareSumAll op
Merge pull request !33546 from TinaMengtingZhang/dev_cpu_op
|
2022-05-19 20:42:17 +00:00 |
hujiahui8
|
2ffa88726c
|
adapt vmap for scatter_min operator
|
2022-05-19 23:47:44 +08:00 |
ZPaC
|
4c2affdaad
|
Add epoch number for lenet train
|
2022-05-19 22:41:18 +08:00 |
i-robot
|
b5249cdedd
|
!33734 [assistant][ops] Add other operator SampleDistortedBoundingBoxV2
Merge pull request !33734 from 孟权令/SampleDistortedBoundingBoxV2
|
2022-05-19 13:39:35 +00:00 |
sophie2020
|
bfe97a2a33
|
fix test_gcn
|
2022-05-19 20:29:37 +08:00 |
i-robot
|
55e8fdf518
|
!34583 fix bug of list assign when step is negative
Merge pull request !34583 from lianliguang/master
|
2022-05-19 12:19:11 +00:00 |
i-robot
|
4dab24be13
|
!34479 add gpu diag op
Merge pull request !34479 from limingqi107/bug_fix3
|
2022-05-19 12:16:51 +00:00 |
zhangxuetong
|
3cabd0869a
|
add kernel apply_proximal_adagrad
|
2022-05-19 20:02:23 +08:00 |
i-robot
|
a07fdd3ffe
|
!34635 Add test cases for vmap range.
Merge pull request !34635 from LiangZhibo/range
|
2022-05-19 11:33:32 +00:00 |
zhangxuetong
|
66f56e41eb
|
add assert gpu kernel
|
2022-05-19 19:18:19 +08:00 |
wangchangheng
|
6c879b5554
|
optimize lamb
|
2022-05-19 19:18:16 +08:00 |
ling
|
bbbe133362
|
Tan gpu inference
|
2022-05-19 19:02:04 +08:00 |
ling
|
437deb9da2
|
unsorted segment prod gpu inference
|
2022-05-19 18:59:19 +08:00 |
hangangqiang
|
41e4d93ddd
|
support const-test if
|
2022-05-19 18:57:29 +08:00 |
i-robot
|
054e08d45d
|
!34448 Add CPU implementation of SparseSegmentMean operator.
Merge pull request !34448 from hezhenhao1/add_sparse
|
2022-05-19 10:51:21 +00:00 |
i-robot
|
8a4e60c419
|
!34523 optimize scale grad
Merge pull request !34523 from chujinjin/optimize_scale_grad
|
2022-05-19 10:34:25 +00:00 |
Arielxyx
|
dcb7526105
|
[feat][assistant][I4XJGJ] add new function LogAddExp2
|
2022-05-19 17:41:15 +08:00 |
huanghui
|
8426c4717e
|
add st 300,301,302 for fallback control flow
|
2022-05-19 17:37:36 +08:00 |
Zhang Qinghua
|
d7762f1c8d
|
Add bprop_return_sparse flag for sparse bprop primitive and remove context option: 'enable_sparse'.
|
2022-05-19 17:31:57 +08:00 |
i-robot
|
f47f97d24b
|
!33963 Modify ChcekPoint
Merge pull request !33963 from liuyang/ms_master
|
2022-05-19 08:30:22 +00:00 |
wangshengnan12@huawei.com
|
48065b72a1
|
adapt_control_flow
|
2022-05-19 15:50:29 +08:00 |
i-robot
|
9edf52d71f
|
!34559 [feat] [assistant] [ops] [I51VS2] Add new operator nn.AdaptiveMaxPool1d
Merge pull request !34559 from fujianzhao/adaptive_max_pool_1d
|
2022-05-19 07:48:34 +00:00 |
Sawyer
|
731ef7be93
|
[feat][assistant][I3T92K] add new other operator SampleDistortedBoundingBoxV2
|
2022-05-19 15:29:11 +08:00 |
7347157+joylvliang@user.noreply.gitee.com
|
be99926778
|
enable_ms_function_dynamic_shape_for_non_top_cell
|
2022-05-19 15:14:24 +08:00 |
liangzhibo
|
46d4c8dc37
|
Add test case for vmap wrong in_axis of range
|
2022-05-19 14:49:15 +08:00 |
i-robot
|
0551797a2e
|
!34037 add bessel_i1 and bessel_i1e
Merge pull request !34037 from shenghong96/bessel_i1
|
2022-05-19 06:34:18 +00:00 |
i-robot
|
7c11e3a820
|
!34480 gpu support atanh kernels
Merge pull request !34480 from chenweifeng/gpu-atanh-kernel
|
2022-05-19 06:23:32 +00:00 |
limingqi107
|
ef55422c04
|
add gpu diag op
|
2022-05-19 11:56:13 +08:00 |
shenghong96
|
caab6a3664
|
add bessel_i1 and bessel_i1e
|
2022-05-19 10:36:32 +08:00 |
i-robot
|
0556198d34
|
!34293 unify avgpool and dropoout in GE
Merge pull request !34293 from chenmai1102/cm_master
|
2022-05-19 01:42:13 +00:00 |
i-robot
|
a7baddd86a
|
!34566 move vmap testcases to st/ops directory
Merge pull request !34566 from looop5/mv_files
|
2022-05-19 01:40:50 +00:00 |
hezhenhao1
|
1ce8da4c74
|
Add CPU implementation of SparseSegmentMean operator.
|
2022-05-19 09:39:38 +08:00 |
i-robot
|
f6daad5267
|
!34497 GraphKernel GatherNd算子相关支持(Tensor 接口 vmap rule 动静统一)
Merge pull request !34497 from ZengZitao/gather_nd
|
2022-05-19 01:36:37 +00:00 |
i-robot
|
f43b686e61
|
!34398 fix rewrite bug
Merge pull request !34398 from 于振华/rewrite_it1_fix_01
|
2022-05-19 01:31:15 +00:00 |
huanghui
|
636192a116
|
Support vmap for Svd
|
2022-05-19 09:29:13 +08:00 |
i-robot
|
77726dd5eb
|
!34567 fix bug in class_def_parser
Merge pull request !34567 from hangq/rewrite-pr
|
2022-05-19 01:20:10 +00:00 |
lianliguang
|
5699ef7b03
|
fix bug of list slice assign when step value is negative
|
2022-05-19 09:17:47 +08:00 |
i-robot
|
702d0efbc1
|
!34592 fl script usability rectification
Merge pull request !34592 from wtcheng/master
|
2022-05-19 01:17:20 +00:00 |
i-robot
|
f2cbdca6bb
|
!34581 Support user data in Tensor
Merge pull request !34581 from hewei/tensor_userdata
|
2022-05-19 01:06:13 +00:00 |
TinaMengtingZhang
|
5f94adbc2c
|
Add cpu version of ApplyGradientDescent op
|
2022-05-18 17:16:04 -04:00 |
markuskunej
|
19252a2319
|
cpu kernel and st test done, vmap not started
|
2022-05-18 20:38:48 +00:00 |
w00517672
|
64177f42dc
|
fl script usability rectification
|
2022-05-18 19:42:40 +08:00 |
zengzitao
|
eb2f75a164
|
add gather nd interface
|
2022-05-18 18:26:02 +08:00 |
z00512249
|
fe105cc3d9
|
add lerp vmap rule && test case
|
2022-05-18 17:58:53 +08:00 |
lanzhineng
|
56e478e4f9
|
DDE issue:set dictionary element flag
|
2022-05-18 17:37:00 +08:00 |
He Wei
|
6313bc0cab
|
Support user data in Tensor
|
2022-05-18 17:26:52 +08:00 |
i-robot
|
a1e20c3d01
|
!34282 OneHot tensor和functional接口, vmap适配
Merge pull request !34282 from jiaoy1224/onehot
|
2022-05-18 08:49:11 +00:00 |
hangangqiang
|
d910b1929a
|
fix bug in class_def_parser and quant.py
|
2022-05-18 16:36:34 +08:00 |
i-robot
|
512a0afe66
|
!34554 Add pow test cases
Merge pull request !34554 from LiangZhibo/pow
|
2022-05-18 08:23:34 +00:00 |
looop5
|
c05037c0e7
|
move vmap testcases to st/ops directory
|
2022-05-18 16:07:30 +08:00 |
i-robot
|
39055ed78a
|
!34488 add gpu impl of masked_select
Merge pull request !34488 from yangzhenzhang/add-gpu-impl-of-masked-select
|
2022-05-18 08:00:52 +00:00 |
yuzhenhua
|
63a167b39d
|
fix rewrite it1 bug
|
2022-05-18 15:58:17 +08:00 |
liuyang_655
|
6508fd317f
|
fixed conflicts
modify test
|
2022-05-18 03:52:08 -04:00 |
fujianzhao
|
7fcb75beaa
|
[feat] [assistant] [ops] [I51VS2] Add new operator nn.AdaptiveMaxPool1d
|
2022-05-18 15:50:44 +08:00 |
wilfChen
|
1af2656199
|
gpu support atanh kernel
|
2022-05-18 15:46:26 +08:00 |
chenmai1102
|
577b6d0096
|
avgpool grad and dropout for GE
|
2022-05-18 15:11:21 +08:00 |
i-robot
|
d21686c2fe
|
!32951 [feat] [assistant] [I48O56] Add new aicpu operator AdjustSaturation
Merge pull request !32951 from 陈慧敏/AdjustSaturation
|
2022-05-18 07:10:53 +00:00 |
i-robot
|
402ac5af5e
|
!34249 Update SpaceToBatchND and its test cases
Merge pull request !34249 from zichun_ye/op_dev_space_to_batch_nd
|
2022-05-18 04:37:00 +00:00 |
liangzhibo
|
9fe7d47d3f
|
Add test cases for pow
|
2022-05-18 11:41:11 +08:00 |
i-robot
|
fa3f3c0be7
|
!34548 takedown test_data_parallel_tran_lenet
Merge pull request !34548 from yanghaoran/master
|
2022-05-18 02:43:41 +00:00 |
Yang Jiao
|
b4ea9073a4
|
add onehot
|
2022-05-18 10:43:09 +08:00 |
i-robot
|
34ca303812
|
!34329 单算子网络找不到bp_end算子
Merge pull request !34329 from liuchuting/st_profiler
|
2022-05-18 02:31:37 +00:00 |
yanghaoran
|
fed6eb31a2
|
takedown test_data_parallel_tran_lenet
|
2022-05-18 10:08:55 +08:00 |
i-robot
|
3ef97e5e3e
|
!34417 Add CTCLossV2 CPU kernel
Merge pull request !34417 from zhujingxuan/CTCLoss
|
2022-05-18 01:51:57 +00:00 |
i-robot
|
d2a5df9950
|
!34351 Change class Variable to mutable function
Merge pull request !34351 from YuJianfeng/mutable
|
2022-05-18 01:32:05 +00:00 |
i-robot
|
302559099a
|
!34396 [FL]cross_device_lenet usability rectification
Merge pull request !34396 from zhangqi/0515
|
2022-05-18 01:30:48 +00:00 |
yangzhenzhang
|
c7a59aa805
|
add gpu impl of masked select
|
2022-05-18 09:14:07 +08:00 |
i-robot
|
9c258e0d8d
|
!32954 add st fot control flow of fallback
Merge pull request !32954 from huanghui/control-for-fallback
|
2022-05-18 00:55:52 +00:00 |
i-robot
|
cb216f90d4
|
!34520 [MS][ops]fix fast_gelu_test bug
Merge pull request !34520 from KXiong/master
|
2022-05-17 14:55:49 +00:00 |
chujinjin
|
6302491062
|
optimize scale grad
|
2022-05-17 20:44:40 +08:00 |
王超
|
50271da74b
|
[feat] [assistant] [I48O56] Add new aicpu operator AdjustSaturation
|
2022-05-17 19:30:17 +08:00 |
i-robot
|
4a8bb274f7
|
!31634 [assistant][ops][I48O58] Add DenseToCSRSparseMatrix Operator
Merge pull request !31634 from 李定维/DenseToCSRSparseMatrix
|
2022-05-17 11:12:50 +00:00 |
i-robot
|
17fb1b2ea4
|
!34468 fix typecast on validate string
Merge pull request !34468 from luoyang/fix_typecast
|
2022-05-17 11:03:33 +00:00 |
xiongkun
|
bc12e2df9e
|
fast_gelu_test
|
2022-05-17 17:35:50 +08:00 |
zhujingxuan
|
664ab9f853
|
Add CTCLossV2 CPU kernel
|
2022-05-17 16:24:04 +08:00 |
liuchuting
|
47df574693
|
gpu single op network can not find bp_end.
|
2022-05-17 16:16:42 +08:00 |
ZPaC
|
60cc01ed18
|
Fix recover issue
|
2022-05-17 16:08:06 +08:00 |
i-robot
|
5a8a26dffa
|
!34116 pass support dynamic
Merge pull request !34116 from TuDouNi/pass_support_dynamic
|
2022-05-17 07:26:43 +00:00 |
i-robot
|
e45b151037
|
!34436 EmbeddingLookup for cache prefetch from remote supports multi server
Merge pull request !34436 from zyli2020/master
|
2022-05-17 06:27:48 +00:00 |
huanghui
|
bd7bede0b4
|
add st fot control flow of fallback (020,021,022)
|
2022-05-17 12:38:05 +08:00 |
i-robot
|
bae2b79896
|
!34428 [feat] [assistant] [ops] [I51VS1] Add new operator nn.AdaptiveAvgPool1d
Merge pull request !34428 from fujianzhao/adaptive_avg_pool_1d
|
2022-05-17 03:27:30 +00:00 |
i-robot
|
8ed228063c
|
!30343 [feat] [assistant] [I48O5X] Add new aicpu operator AdjustContrastv2
Merge pull request !30343 from 魏铭宏/AdjustContrastv2
|
2022-05-17 02:58:18 +00:00 |
i-robot
|
175350c1c8
|
!33816 initial_epoch for model train
Merge pull request !33816 from changzherui/add_initial_epoch
|
2022-05-17 02:55:26 +00:00 |
lizhenyu
|
1a30c9cfc9
|
Embedding cache support multi server
|
2022-05-17 10:40:38 +08:00 |
i-robot
|
cffd5b719f
|
!34454 UnsortedSegmentArithmetic Cpu kernels
Merge pull request !34454 from ling/cpu
|
2022-05-17 02:30:15 +00:00 |
i-robot
|
b9f4835f82
|
!34469 Reconnect to the meta server node if needed
Merge pull request !34469 from chengang/support_reconnect
|
2022-05-17 02:09:57 +00:00 |
i-robot
|
d2c496e81f
|
!34301 add reminder for pipeline parallel
Merge pull request !34301 from bichaoyang/master
|
2022-05-17 01:20:04 +00:00 |
i-robot
|
5f9d118a5e
|
!34462 [MS][GPU]add scatter element and scatter add with axis gpu kernel
Merge pull request !34462 from mengyuanli/scatter_element_gpu_bak
|
2022-05-17 01:09:21 +00:00 |
Parallels
|
da023206b7
|
Support reconnect to meta server if needed
|
2022-05-17 00:01:18 +08:00 |
luoyang
|
bc4d57018c
|
fix typecast on validate string
|
2022-05-16 23:21:06 +08:00 |
i-robot
|
4b86944f78
|
!34429 [OP] add meshgrid cpu kernel
Merge pull request !34429 from yangruoqi713/meshgrid
|
2022-05-16 14:18:20 +00:00 |
mengyuanli
|
49c5b52b9f
|
1.scatter elements support update input or not
2.add scatter gpu kernel
|
2022-05-16 20:45:03 +08:00 |
i-robot
|
26a1c55fd8
|
!34334 Support high dimension input for SliceGrad on CPU and GPU
Merge pull request !34334 from xiaotianci/slice_grad
|
2022-05-16 11:14:17 +00:00 |
ling
|
7419a2b4b2
|
UnsortedSegmentArithmetic Cpu kernels
|
2022-05-16 18:50:00 +08:00 |
liruoxuan
|
78cff1394a
|
[assistant][ops][I48O58] Add DenseToCSRSparseMatrix Operator
|
2022-05-16 17:52:09 +08:00 |
zhangqi
|
1c868d9d35
|
cross_device_lenet usability rectification
|
2022-05-16 17:10:36 +08:00 |
whitewings
|
98ec2f6d4a
|
[feat][ops][I48O5X]Add new image operator AdjustContrastv2
|
2022-05-16 16:29:14 +08:00 |
fujianzhao
|
cb56dd895d
|
[feat] [assistant] [ops] [I51VS1] Add new operator nn.AdaptiveAvgPool1d
|
2022-05-16 16:19:24 +08:00 |
yangruoqi713
|
7117a557eb
|
[OP] add meshgird cpu kernel
|
2022-05-16 15:06:43 +08:00 |
i-robot
|
89cc287790
|
!34400 [众筹]Update SpaceToBatchND with vmap reg
Merge pull request !34400 from zichun_ye/space_to_batch_nd_vmap
|
2022-05-16 07:01:34 +00:00 |
yanghaoran
|
740daf4793
|
回退 'Pull Request !34354 : [OP] add meshgrid cpu kernel'
|
2022-05-16 06:58:09 +00:00 |
i-robot
|
9503b4f2a1
|
!34397 Add heartbeat from compute graph node to meta server node
Merge pull request !34397 from chengang/add_hb_for_cgn
|
2022-05-16 06:47:54 +00:00 |
i-robot
|
9e4a91924a
|
!34354 [OP] add meshgrid cpu kernel
Merge pull request !34354 from yangruoqi713/meshgrid
|
2022-05-16 06:28:42 +00:00 |
Zichun Ye
|
07a19b604c
|
update SpaceToBatchND and its test cases
update test case typo
update code format
rollback tensor.py
|
2022-05-16 14:28:03 +08:00 |
changzherui
|
43552f6568
|
initial epoch for model train
|
2022-05-16 11:47:16 +08:00 |
bichaoyang
|
98d4b75d1b
|
reminder when missing 'pipeline_end'
|
2022-05-16 11:11:00 +08:00 |
i-robot
|
9118cf48ca
|
!33420 Support GPU Svd, and add tensor, functional, primitive
Merge pull request !33420 from huanghui/svd
|
2022-05-16 02:11:34 +00:00 |
i-robot
|
0614c34a9f
|
!34386 Add a gpu kernel, Padding.
Merge pull request !34386 from liqiliang/padding-gpu
|
2022-05-16 02:11:13 +00:00 |
Xiao Tianci
|
0006a63066
|
SliceGrad supports 8D input in CPU and GPU
|
2022-05-16 10:06:22 +08:00 |
i-robot
|
8a3122e6dc
|
!34399 remove unused fields in __init__ function
Merge pull request !34399 from hangq/rewrite-bug
|
2022-05-16 01:44:36 +00:00 |
i-robot
|
aa9082bb8f
|
!34030 Fl Client using New Lite java api && delete deprecated code
Merge pull request !34030 from zhangzhaoju/master_new_japi
|
2022-05-16 01:15:12 +00:00 |
i-robot
|
9e7b82c9cb
|
!34324 [MS][OPS] Ger FastGeLU FastGeLUGrad pr3
Merge pull request !34324 from KXiong/master
|
2022-05-16 01:14:39 +00:00 |
i-robot
|
112578f925
|
!34328 [Fallback][Control_flow] Add some fallback control flow testcases.
Merge pull request !34328 from Margaret_wangrui/fallback_control_flow
|
2022-05-16 01:09:10 +00:00 |
yujianfeng
|
d855c830d2
|
Change class Variable to mutable function
|
2022-05-16 09:05:32 +08:00 |
Zichun Ye
|
b49d1a9b3c
|
update SpaceToBatchND with vmap reg
fix code check
fix typo
fix typo
|
2022-05-16 00:57:34 +08:00 |
Parallels
|
9f458cee1f
|
Add heartbeat from compute graph node to meta server node
|
2022-05-15 23:23:33 +08:00 |
hangangqiang
|
f14647077b
|
remove unused fields in __init__ function
|
2022-05-15 17:11:05 +08:00 |
i-robot
|
0174a69948
|
!34377 fix rewrite bugs
Merge pull request !34377 from hangq/rewrite-bug
|
2022-05-15 01:37:32 +00:00 |
hangangqiang
|
09a2c2e0dd
|
fix rewrite bugs
|
2022-05-14 20:27:37 +08:00 |
i-robot
|
c25f2bb443
|
!34333 Add a gpu kernel, MatrixBandPart.
Merge pull request !34333 from liqiliang/matrixbandpart-gpu
|
2022-05-14 10:40:00 +00:00 |
liqiliang
|
5daf1dd2d4
|
Add a gpu kernel, Padding.
|
2022-05-14 17:46:36 +08:00 |
huanghui
|
cc1f903ce3
|
1. add Svd Tensor, functional, primitive.
2. support GPU Svd kernel.
|
2022-05-14 15:34:19 +08:00 |
i-robot
|
f080d84646
|
!34374 Update NonZero primitive to support dynamic shape.
Merge pull request !34374 from hezhenhao1/add_nonzero
|
2022-05-14 06:29:37 +00:00 |
Margaret_wangrui
|
91993769a5
|
[Fallback][Control_flow] Add some control flow fallback testcases.
|
2022-05-14 11:51:46 +08:00 |
hezhenhao1
|
7d9f53b9fb
|
Update NonZero primitive to support dynamic shape.
|
2022-05-14 11:38:16 +08:00 |
i-robot
|
c8bd35320b
|
!34346 fix rewrite bugs
Merge pull request !34346 from hangq/rewrite-bug
|
2022-05-14 02:56:26 +00:00 |
i-robot
|
0e618aabc4
|
!34319 Update AOT Custom Op
Merge pull request !34319 from zichun_ye/aot_enc
|
2022-05-14 02:49:18 +00:00 |
liqiliang
|
4be416f40f
|
Add a gpu kernel, MatrixBandPart.
|
2022-05-14 10:46:38 +08:00 |
i-robot
|
037733993a
|
!34278 fix bug for atomic clean
Merge pull request !34278 from zhupuxu/fix_bug_for_atomic
|
2022-05-14 02:34:34 +00:00 |
i-robot
|
377ff71a78
|
!34166 Add GPU implementation of MatrixDiagV3 operator.
Merge pull request !34166 from hezhenhao1/add_matrix_diag
|
2022-05-14 02:30:59 +00:00 |
i-robot
|
4cde40189c
|
!34321 [MD] Normalize md5 tests - new golden files, unskip tests
Merge pull request !34321 from cathwong/ckw_xtransuni_ut_new_golden_unskip_md5
|
2022-05-13 21:00:38 +00:00 |
i-robot
|
2152ce1b86
|
!34344 Add pow tensor interface.
Merge pull request !34344 from LiangZhibo/pow_ops
|
2022-05-13 14:13:51 +00:00 |
i-robot
|
aaeea32e91
|
!34331 Add select functional interface, tensor interface and vmap
Merge pull request !34331 from LiangZhibo/select_ops
|
2022-05-13 14:12:29 +00:00 |
zhupuxu
|
91b09a8e0d
|
fix bug for atomic
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
|
2022-05-13 17:48:26 +08:00 |
hangangqiang
|
d6ddd1d49a
|
fix rewrite bugs
|
2022-05-13 17:31:17 +08:00 |
i-robot
|
b086679b61
|
!34317 Delete invalid tcp connection from connection pool for tcp client
Merge pull request !34317 from chengang/delete_tcp_conn_if_invalid
|
2022-05-13 09:05:02 +00:00 |
liangzhibo
|
e39d3c6270
|
Add pow functional and tensor interface
|
2022-05-13 17:05:00 +08:00 |