Commit Graph

8037 Commits

Author SHA1 Message Date
wangrao124 234b80a8d6 fix exception info of dtype 2022-02-14 17:05:33 +08:00
i-robot 8d3584675e
!29979 thor test modify
Merge pull request !29979 from melody/master
2022-02-14 07:54:45 +00:00
LaiYongqiang dcd83c5275 construct cache dir with rank_id directly 2022-02-14 15:39:53 +08:00
He Wei 656b89a4da Add MakeValue related functions in MindAPI
1. NewValueNode() by PrimitivePtr;
2. MakeValue() by vector<bool>.
2022-02-14 15:08:43 +08:00
i-robot 2a3957e598
!29822 [ME] Add parameter name check.
Merge pull request !29822 from Margaret_wangrui/param_name
2022-02-14 06:14:55 +00:00
i-robot 449f52012e
!28406 Add compile cache support for ms_function
Merge pull request !28406 from YuJianfeng/compile_cache1
2022-02-14 06:14:11 +00:00
cmy_melody caf0e74545 thor_test
thor_test

test thor

thor test

modify thor
2022-02-14 11:56:49 +08:00
yujianfeng caac1e326a Add compile cache support for ms_function 2022-02-14 11:06:59 +08:00
liuluobin 80fd640819 Implementation of ROIAlignInfo and CropAndResizeInfo 2022-02-14 10:46:09 +08:00
Zhang Qinghua 07d8b59b0b Change sequence node insert fail log level. 2022-02-14 10:23:36 +08:00
i-robot 18350a7443
!29973 The `solve_triangular` API fallback.
Merge pull request !29973 from zhujingxuan/master
2022-02-14 02:15:01 +00:00
Margaret_wangrui 462c38813d [ME] Add parameter name check. 2022-02-14 10:07:43 +08:00
VectorSL 8b45b00f7c update tensorarry stack for static usage 2022-02-14 09:14:35 +08:00
marui d47e79b04c Refactor ccsrc directories and CMakeLists files 2022-02-13 14:37:51 +08:00
zhujingxuan e30847cac0 The `solve_triangular` API fallback.
Now only the `SolveTriangular` op supports batch computation, the `solve_triangular` API only accept 2D matrix input.
2022-02-12 18:10:29 +08:00
Cathy Wong befe8f4837 [MD]Enhance Python Multiprocessing test coverage 2022-02-11 12:31:21 -05:00
i-robot 5b360e39fb
!29912 Fix a logging api bug in MindAPI
Merge pull request !29912 from hewei/core_api
2022-02-11 07:55:30 +00:00
i-robot fe74be4830
!29701 Support dump parameters using origin_parameter_order, fix DumpConstantData issue and refactor debugger mindRT code
Merge pull request !29701 from parastooashtari/kernel_level_dump
2022-02-11 07:49:30 +00:00
i-robot f97f16dfb0
!29711 return Tensor value for AbstractRef when infer EnvironGet primitive
Merge pull request !29711 from xychow/return-dflt-when-infer-environ-get
2022-02-11 05:09:42 +00:00
i-robot 81bcff32ad
!29825 support pad mode for conv2d_transpose
Merge pull request !29825 from yangzhenzhang/support-pad-mode-for-conv2d-transpose
2022-02-11 01:34:30 +00:00
zhousiyi 6248262449 return Tensor value for AbstractRef when infer EnvironGet primitive as
Value type.
2022-02-11 01:18:10 +00:00
He Wei 93328bc707 Fix a logging api bug in MindAPI 2022-02-11 08:42:04 +08:00
Parastoo Ashtari f6bebc7d97 use origin_parameter_order to load and dump params mindRT
Refactor mindRT code
Fix DumpConstantData issue
2022-02-10 14:18:08 -05:00
zhujingxuan 933f99f917 batch support for solve_triangular
Add batch support for solve_triangular and the corresponding test cases
2022-02-10 17:34:46 +08:00
i-robot 4a0ff61efa
!29881 takedown test_hccl_allreduce due to probalistic failure
Merge pull request !29881 from yanghaoran/master
2022-02-10 08:02:24 +00:00
i-robot a42bc503f0
!29764 Add more required apis in MindAPI
Merge pull request !29764 from hewei/core_api
2022-02-10 07:55:37 +00:00
i-robot 7b6f7c9c87
!29786 Add TCP client and TCP server for RPC
Merge pull request !29786 from chengang/add_tcp_server
2022-02-10 07:47:12 +00:00
yanghaoran adc36b00c3 takedown test_hccl_allreduce.py due to probalistic failure 2022-02-10 15:41:06 +08:00
i-robot d786e0e5a3
!29868 Skip onednn dfx testcase on mac and windows
Merge pull request !29868 from zuochuanyong/onednn_dfx_testcase
2022-02-10 06:29:53 +00:00
He Wei 21a9a0a73a Add more required apis in MindAPI
1. AbstractBase::set_shape();
2. Move shape() from AbstractTensor to AbstractBase;
3. AbstractSequence construct from AbstractBasePtrList;
4. Shape construct from ShapeVector.
2022-02-10 11:19:01 +08:00
zuochuanyong 9aa370ddda onednn dfx testcase skip win and mac 2022-02-10 11:07:43 +08:00
i-robot e03d1bfb82
!27854 Enable hypermap to use tuple/list as input
Merge pull request !27854 from LiangZhibo/hypermap
2022-02-10 03:07:02 +00:00
cristoval c44d7b9100 add tcp client and tcp server 2022-02-10 09:50:40 +08:00
i-robot 5858a06689
!29700 [MD] Tidy up UT and device queue info messages
Merge pull request !29700 from cathwong/ckw_device_queue_probes
2022-02-09 12:47:27 +00:00
i-robot d0877dda3c
!29838 add gpu cholesky_grad st case
Merge pull request !29838 from zhuzhongrui/pub_master2
2022-02-09 10:02:25 +00:00
i-robot 07823a918f
!29813 PyNative 8P performance
Merge pull request !29813 from caifubi/master-pynative-perfmance-testcase
2022-02-09 09:36:12 +00:00
i-robot f3b2886096
!29680 Refine CPU thread and blocknumber to automatic calucate
Merge pull request !29680 from wuwenbing/master
2022-02-09 08:40:35 +00:00
z00512249 1e5d22a7fa add gpu cholesky_grad st case 2022-02-09 16:36:16 +08:00
i-robot 834877027b
!29687 add ascend aicpu env ops
Merge pull request !29687 from laiyongqiang/env_ops_commit
2022-02-09 06:26:16 +00:00
yangzhenzhang 4061c11e18 support pad mode for conv2d transpose 2022-02-09 11:52:47 +08:00
caifubi 37836f61f6 Fix ci pynative testcase failure 2022-02-09 11:24:02 +08:00
i-robot cd4194e80f
!22777 [assistant][ops] Add new loader SQuADDataset
Merge pull request !22777 from 杨旭华/SQuADDataset
2022-02-09 02:44:33 +00:00
i-robot 6396c079f9
!29766 fix linalg type check
Merge pull request !29766 from zhuzhongrui/pub_master2
2022-02-09 02:25:55 +00:00
l00591931 cd476c69e7 Enable hypermap to use tuple as input 2022-02-09 10:25:17 +08:00
wenbean 224feb8c45 Refine lambda to name function, optmize py ops, add validate 2022-02-09 09:19:53 +08:00
Cathy Wong fb469f1ad2 [MD] Tidy up UT and device queue info messages 2022-02-08 17:51:11 -05:00
i-robot bc693e14c5
!29737 Opt Eig operator to support batch shape.
Merge pull request !29737 from hezhenhao1/fix_eig
2022-02-08 11:45:17 +00:00
许志杰 ab9a32ad0d [feat] [assistant] [#I40GYE] add new loader SQuADDataset 2022-02-08 03:00:09 -08:00
i-robot 9d8cb9162a
!29725 Parse kernel level by kernel graph.
Merge pull request !29725 from gaoyong10/runtime_second12
2022-02-08 09:43:06 +00:00
z00512249 9390d67adf fix linalg type check 2022-02-08 17:14:02 +08:00
hezhenhao1 ace447279e Opt Eig operator to support batch shape. 2022-02-08 16:00:27 +08:00
i-robot 6573bdd809
!29750 add GRU support info and fix RNN ut
Merge pull request !29750 from 吕昱峰(Nate.River)/master
2022-02-08 07:22:44 +00:00
i-robot 41d634e995
!29727 update op info config file for serving
Merge pull request !29727 from laiyongqiang/tensor_move_config
2022-02-08 06:32:01 +00:00
LaiYongqiang 6099c54ca1 add ascend aicpu env ops 2022-02-08 12:51:00 +08:00
LaiYongqiang 374f6dfa31 update op info config file for serving 2022-02-08 12:47:54 +08:00
lvyufeng 69944cbbe9 add GRU support info and fix RNN ut 2022-02-08 10:22:35 +08:00
gaoyong10 7633f93a07 Parse kernel level by kernel graph. 2022-02-08 09:38:18 +08:00
i-robot f17b96ac68
!29719 fix vocab validation
Merge pull request !29719 from luoyang/fix_vocab
2022-02-08 01:10:56 +00:00
i-robot 26d54856f7
!29720 refine eigh API exception
Merge pull request !29720 from zhujingxuan/master
2022-02-07 09:33:53 +00:00
zhujingxuan aec3357a03 refine eigh API exception
Make sure msp.linalg.eigh throw exceptions when given wrong parameter and behaves the same between GPU and CPU.
2022-02-07 16:12:20 +08:00
luoyang c248274d91 fix vocab validation 2022-02-07 15:55:59 +08:00
i-robot a55b1b5e05
!29453 support pad mode for conv2d parallel operator
Merge pull request !29453 from yangzhenzhang/support-pad-mode-for-conv2d
2022-02-07 06:58:00 +00:00
i-robot fb1396283a
!29693 unfied runtime adapt the env MS_DEV_ENABLE_CLOSURE
Merge pull request !29693 from limingqi107/new_actor_runtime
2022-02-07 03:28:44 +00:00
zhoufeng b9b2f5bbfd delete core gvar
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2022-02-06 17:21:49 +08:00
i-robot e1c2c4c268
!29699 Fix duplicate wp hit bug in offline debugger
Merge pull request !29699 from TinaMengtingZhang/bugfix_dbg
2022-02-01 21:43:24 +00:00
i-robot a1b5f06407
!29535 [MD] Profiler Memory Tooling Support
Merge pull request !29535 from cathwong/ckw_memory_tool
2022-02-01 21:39:05 +00:00
TinaMengtingZhang 23eb886d11 bugfix: duplicate wp hit results in offline dbg 2022-02-01 11:58:42 -05:00
Cathy Wong 3fe9a05341 [MD] Profiler Memory Tool Support 2022-01-31 17:46:17 -05:00
i-robot e12d6af257
!29358 MD Child Sampler Code and UT Issues
Merge pull request !29358 from zetongzhao/sampler_AddChild
2022-01-31 16:55:22 +00:00
zetongzhao ea9783e18c fix sampler add_child 2022-01-31 07:45:42 -05:00
limingqi107 127e147f5c unfied runtime adapt the env MS_DEV_ENABLE_CLOSURE 2022-01-30 15:33:55 +08:00
i-robot a182cba0d1
!29635 Solve the problem that the path on Windows platform contains both slash and backslash
Merge pull request !29635 from guozhijian/fix_path_with_backslash
2022-01-30 06:32:32 +00:00
i-robot b131e45669
!29617 add test case for exceptions
Merge pull request !29617 from zhujingxuan/master
2022-01-30 03:12:14 +00:00
i-robot aae56dbae4
!28962 Change aot error code strategy and modify logs
Merge pull request !28962 from jiaoy1224/aot
2022-01-30 03:03:03 +00:00
jonyguo 911bdb297f fix: on windows platform with mix back slash path 2022-01-30 10:30:30 +08:00
i-robot 48f4fd2f52
!29639 build core.so
Merge pull request !29639 from zhoufeng/dynamic-core
2022-01-30 02:00:21 +00:00
i-robot 2d85475207
!29657 opt test matrix_set_diag test codes
Merge pull request !29657 from zhuzhongrui/pub_master
2022-01-30 01:05:41 +00:00
Yang Jiao 7d4599e65a change aot func return code 2022-01-29 19:25:42 +08:00
i-robot 8f784d40c1
!29570 add julia version check and platform check
Merge pull request !29570 from r1chardf1d0/master
2022-01-29 08:47:54 +00:00
i-robot 02d63d7ad9
!23008 [assistant][ops][FilterWikipediaXML]
Merge pull request !23008 from Isaac/FilterWikipediaXML
2022-01-29 08:35:29 +00:00
i-robot 3d5ed14ff8
!29600 Open constrol flow closure feature.
Merge pull request !29600 from chenfei_mindspore/open-closure
2022-01-29 08:18:59 +00:00
i-robot 9f84dacfe9
!29643 takedown test_SSD_mobilenet_v1_fpn_coco2017 due to probalistic failures
Merge pull request !29643 from yanghaoran/master
2022-01-29 07:48:34 +00:00
i-robot ea391f6eb1
!29505 Fix AllGather Cast when the parameters are shared
Merge pull request !29505 from huangxinjing/fx_allgather_cast
2022-01-29 07:46:10 +00:00
i-robot f5392f2460
!22443 [assistant][ops] Add new data operator MaskAlongAxis
Merge pull request !22443 from TR-nbu/MaskAlongAxis
2022-01-29 07:19:20 +00:00
z00512249 528e957d92 opt test matrix_set_diag test codes 2022-01-29 15:13:08 +08:00
zhujingxuan 3adaa8922d add test case for exceptions 2022-01-29 14:54:37 +08:00
i-robot 42ecfb797e
!29564 Add Parallel to matrix_diag_part/matrix_band_part, add ops wrapper
Merge pull request !29564 from wuwenbing/master
2022-01-29 06:40:59 +00:00
i-robot 776d937266
!29625 Add GPU matrix_diag_part ops, optimize related testcase
Merge pull request !29625 from wuwenbing/dev
2022-01-29 06:40:11 +00:00
yanghaoran 6128ed4091 takedown test_SSD_mobilenet_v1_fpn_coco2017 due to probalistic failures 2022-01-29 14:20:43 +08:00
zhoufeng 8e97ce5cd2 build core.so
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2022-01-29 14:11:02 +08:00
r1chardf1d0 ed4624c879 add version check 2022-01-29 12:16:13 +08:00
wenbean 860f52e45d Add ops warpper and test, add parralel launch 2022-01-29 11:38:30 +08:00
wenbean b9872dd961 Add GPU matrix_diag_part ops, optimize related testcase 2022-01-29 11:26:29 +08:00
z00512249 b5ff033ff5 opt cholesky to support batch shape 2022-01-29 11:08:04 +08:00
chenfei a96f0b11e0 open closure 2022-01-28 22:04:31 +08:00
tophand 797cd52c96 [feat][assistant][I40GXK]add new data operator Filter_Wikipedia_XML 2022-01-28 02:26:20 -08:00
i-robot e318954f06
!29596 GraphKernel Run test case only on linux
Merge pull request !29596 from ZengZitao/llvm_bugfix
2022-01-28 07:58:56 +00:00
i-robot 04d7f716e7
!29597 opt cholesky attributes.
Merge pull request !29597 from zhuzhongrui/pub_master2
2022-01-28 07:55:38 +00:00
QRICK 52c73ff1b3 [assistant][ops][I3T96S] Add new data operator MaskAlongAxis 2022-01-28 14:53:38 +08:00
i-robot 47a4860043
!27184 [assistant][ops]Add Cummax
Merge pull request !27184 from 陈钧/cummax
2022-01-28 06:40:25 +00:00
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