Commit Graph

9689 Commits

Author SHA1 Message Date
i-robot d6bbef46ee
!35448 add deformable offsets grad op for Ascend
Merge pull request !35448 from guoqi/deformable_offsets_grad
2022-06-11 07:39:42 +00:00
i-robot 2c9fe2bc6b
!34869 support tensor to sparse tensor conversion
Merge pull request !34869 from 杨林枫/dense_to_csr_gpu
2022-06-11 07:03:19 +00:00
i-robot f50df36ab7
!35738 fix gpu KLDivLoss st
Merge pull request !35738 from baihuawei/ci
2022-06-11 02:42:26 +00:00
i-robot 3dbb3708cd
!35515 Memoffload reuse continuous memory
Merge pull request !35515 from tanghuikang/mem_offload_kernel_runtime_v3
2022-06-11 02:42:17 +00:00
i-robot 090c400eee
!35730 fix test for funtion api
Merge pull request !35730 from zhangyinxia/master
2022-06-11 02:06:44 +00:00
i-robot eb932c543c
!35746 add the test case of runtime optimize
Merge pull request !35746 from limingqi107/new_actor_runtime
2022-06-10 13:08:50 +00:00
i-robot e7a32b1f53
!35654 Add testcases for ScatterUpdateof and SetItem on dynamic shape tensors
Merge pull request !35654 from zhengzuohe/shrink_axis_mask
2022-06-10 11:39:00 +00:00
i-robot b40c8385b9
!35685 update InstanceNorm GPU kernel
Merge pull request !35685 from zhujingxuan/InstanceNorm
2022-06-10 10:16:47 +00:00
i-robot 0a7e9ac87b
!35395 Add functional and tensor interface for `GatherD`
Merge pull request !35395 from TronZhang/gatherd_interface
2022-06-10 09:22:38 +00:00
jiaorui ed237f96c5 fix ci error 2022-06-10 17:22:23 +08:00
limingqi107 ab5a7e0a99 add the test case of runtime optimize 2022-06-10 17:15:33 +08:00
i-robot 0ea5714762
!34615 fuse csr ops
Merge pull request !34615 from huangmengxi/fuse_gnn
2022-06-10 09:09:06 +00:00
i-robot c79d9cb6d6
!35210 修复 ST probabilistic failure in daily version
Merge pull request !35210 from 王程浩/master
2022-06-10 08:36:31 +00:00
i-robot 58efca88db
!35394 add get_mindir_input api
Merge pull request !35394 from changzherui/add_get_mindir_input
2022-06-10 08:28:35 +00:00
i-robot 402431e754
!35667 [kernel]add celu vmap
Merge pull request !35667 from 张学同/celu
2022-06-10 08:21:43 +00:00
i-robot 16884a6b9e
!35337 ApplyadagradDAD CPU operator supported
Merge pull request !35337 from 冯一航/ApplyAdagradDAD_operator_cpu_support
2022-06-10 08:12:30 +00:00
i-robot 2aa818f6b1
!34264 [feat] [assistant] [I4XJI1] add math operator Gcd
Merge pull request !34264 from Seeker98/op_gcd
2022-06-10 07:19:11 +00:00
guoqi b68e7d5045 add deformable offset grad operator for Ascend 2022-06-10 15:14:17 +08:00
baihuawei 7cdbd3999e fix gpu KLDivLoss st 2022-06-10 15:10:21 +08:00
i-robot 7659a6ff14
!35303 modify generate strategy for matmul parallel operators
Merge pull request !35303 from yangzhenzhang/modify-gen-strategy-for-matmul-op
2022-06-10 07:07:12 +00:00
i-robot 5b57829f11
!35595 per_batch_map input column optimization
Merge pull request !35595 from 刘勇琪/master-decrypt-column
2022-06-10 06:57:41 +00:00
zhujingxuan 2bf0a95a25 update InstanceNorm GPU kernel 2022-06-10 14:45:10 +08:00
i-robot 187b902cf3
!35737 takedown scatter_nd_update and sparse_segment_mean testcases
Merge pull request !35737 from yanghaoran/takedown_testcases
2022-06-10 06:44:02 +00:00
yanghaoran 42fee70ce0 takedown scatter_nd_update and sparse_segment_mean testcases 2022-06-10 14:32:26 +08:00
i-robot 90b2a6884f
!35707 fix bug when reduce axis have duplicate elements
Merge pull request !35707 from zhangbuxue/fix_bug_when_reduce_axis_have_duplicate_elements
2022-06-10 06:18:54 +00:00
yanglf1121 dd7f6f91c0 support tensor to sparse tensor 2022-06-10 12:41:12 +08:00
i-robot 29a3c7f3ed
!34888 add Col2Im GPU impl
Merge pull request !34888 from baihuawei/col2im
2022-06-10 03:50:40 +00:00
i-robot 93eaf5512e
!35676 fix testcase failer
Merge pull request !35676 from zhujingxuan/master
2022-06-10 03:35:35 +00:00
fengyihang 458495035f ApplyAdagradDAD_operator_cpu_support 2022-06-10 11:12:10 +08:00
zhengzuohe 5b62f41523 add nested vmap testcases for ScatterUpdate
add testcases of SetItem for dynamic shape tensors
2022-06-10 11:07:54 +08:00
Seeker 4f711cfb70 Add math op Gcd 2022-06-10 10:14:20 +08:00
i-robot 81ba610b7f
!33341 [assistant][ops][I40FK0] Add Cholesky
Merge pull request !33341 from 李定维/Cholesky
2022-06-10 01:59:35 +00:00
i-robot 55cb76fe98
!35644 修复Bessel i0/k0/k0e精度问题,修复Bessel算子st
Merge pull request !35644 from xutianyu/bessel
2022-06-10 01:51:31 +00:00
i-robot 260f2bda0f
!35490 add functional, tensor interface and vmap for ops.Pad
Merge pull request !35490 from looop5/op_pad_commit
2022-06-10 01:29:10 +00:00
i-robot d124bc732e
!35518 Fix print all eval by fallback
Merge pull request !35518 from huanghui/fallback-st
2022-06-10 01:21:57 +00:00
zhangxuetong 86dc05b979 support functional tensor vmap for celu 2022-06-10 09:12:39 +08:00
tanghuikang 7522bb2c9b Memoffload reuse continuous memory 2022-06-10 09:01:54 +08:00
i-robot 764656a010
!35363 Add testcase for eliminate nopnode.
Merge pull request !35363 from gaoyong10/dynamic_shape_01
2022-06-09 22:09:10 +00:00
i-robot 01642da438
!35426 Refactor Python Multiprocessing code of Map
Merge pull request !35426 from h.farahat/new_work
2022-06-09 19:27:27 +00:00
王程浩 1561337f1e 修复 ST probabilistic failure in daily version 2022-06-09 23:25:08 +08:00
changzherui 9649556315 add get_mindir_input api 2022-06-09 22:18:16 +08:00
buxue 45c5b4801f fix bug when reduce axis have duplicate elements 2022-06-09 21:15:59 +08:00
huangmengxi 0be019329f fuse csr ops && add csr atomic clean 2022-06-09 20:28:50 +08:00
baihuawei 404816a5f4 add gpu Col2Im impl and tensor & function op 2022-06-09 20:10:00 +08:00
yangzhenzhang e5b62b2714 modify gen strategy for matmul op 2022-06-09 19:50:31 +08:00
gaoyong10 8299f3ca05 Add testcase for eliminate nopnode. 2022-06-09 19:12:06 +08:00
tronzhang 9a2fc5785d add functional and tensor interface for gatherd 2022-06-09 18:00:08 +08:00
hezhenhao1 17653575c5 Add random seed for SparseSegmentMean test case. 2022-06-09 17:43:37 +08:00
i-robot 2d43f55bd6
!35181 [feat] [assistant] [I4XJI2] add math operator Lcm
Merge pull request !35181 from Seeker98/op_lcm
2022-06-09 09:13:58 +00:00
i-robot 94a1973ec6
!35625 add ut test case for parallel if
Merge pull request !35625 from xychow/add-ut-test-case-for-parallel-if
2022-06-09 08:58:21 +00:00