Commit Graph

46173 Commits

Author SHA1 Message Date
mhmotallebi 96e21f6ed4 [MD] decode numpy strings in cpp for eager mode 2022-06-16 18:02:43 -04:00
i-robot 20e4ef2863
!35892 Add functional, Tensor API
Merge pull request !35892 from zhujingxuan/API
2022-06-15 15:57:55 +00:00
i-robot bc45abb3ba
!35725 Fix switch actor input tensor.
Merge pull request !35725 from gaoyong10/dynamic_shape_03
2022-06-15 14:47:13 +00:00
i-robot b8961f9345
!35960 fix bug in ScatterNdFunctor, make it able to modify input Tensor
Merge pull request !35960 from zhujingxuan/fix_bug_scatter
2022-06-15 12:13:12 +00:00
i-robot 8cd96479d3
!36016 takedown dump related testcases to ensure gate stability
Merge pull request !36016 from yanghaoran/takedown_testcases
2022-06-15 11:50:55 +00:00
yanghaoran 24321ded4d takedown dump related testcases to ensure gate stability 2022-06-15 19:42:40 +08:00
i-robot e213427d04
!35998 optimize sparse doc
Merge pull request !35998 from 杨林枫/code_docs_sparse
2022-06-15 09:33:57 +00:00
i-robot d27e3e7d0c
!36006 update documents for InplaceAdd and InplaceSub
Merge pull request !36006 from zhujingxuan/code_docs_inplace_op
2022-06-15 09:29:12 +00:00
yanglf1121 04da116794 optmize sparse doc 2022-06-15 17:09:44 +08:00
i-robot f6e1c4a101
!36002 takedown test_ascend_async_multi_root_graph_dump to ensure gate stability
Merge pull request !36002 from yanghaoran/takedown_testcases
2022-06-15 08:56:03 +00:00
zhujingxuan e12c50c345 update documents for InplaceAdd and InplaceSub 2022-06-15 16:36:11 +08:00
yanghaoran 7943239558 takedown test_ascend_async_multi_root_graph_dump to ensure gate stability 2022-06-15 16:34:04 +08:00
i-robot 61ffb8a348
!35993 [MS][LITE] code check
Merge pull request !35993 from sunsuodong/code_check
2022-06-15 08:16:55 +00:00
i-robot 10ea3018f2
!35933 fix api
Merge pull request !35933 from shaojunsong/code_docs_api
2022-06-15 08:11:12 +00:00
i-robot da8f0f6ec6
!35962 [MSLITE][CPU] convert tool, cast op opt, reduce the same type of input and output tensor.
Merge pull request !35962 from Greatpan/convert_cast_opt
2022-06-15 07:58:16 +00:00
i-robot 844b4e4fb0
!35904 modify format
Merge pull request !35904 from 俞涵/code_docs_0610
2022-06-15 07:55:21 +00:00
i-robot fa882160b5
!35865 Reduce data copy for Parameter init
Merge pull request !35865 from hewei/opt_perf
2022-06-15 07:08:52 +00:00
i-robot df5c5eb9c1
!35951 add select and logsoftmaxgrad dynamic shape
Merge pull request !35951 from zhangdong/trans_dyn
2022-06-15 06:55:44 +00:00
shaojunsong 9305119e61 add and modify examples of reflection1d 2d 2022-06-15 14:44:01 +08:00
i-robot c6b826aed9
!35927 add exception information for inplace ops
Merge pull request !35927 from wangjun/code_docs_0614
2022-06-15 06:36:04 +00:00
sunsuodong c04afaa5b9 code check 2022-06-14 23:35:18 -07:00
i-robot 38862988f5
!35897 Fix initializer
Merge pull request !35897 from shaojunsong/fix/initializer
2022-06-15 06:32:02 +00:00
i-robot ccfb4e306f
!35987 modify rst different
Merge pull request !35987 from 冯一航/code_docs_modify_rst
2022-06-15 06:26:50 +00:00
i-robot ef7c7b27e2
!35556 fix kernel_executor Resize bug.
Merge pull request !35556 from 王平安/single_op_bug
2022-06-15 06:25:40 +00:00
greatpan d11c383f3d convert tool, cast op opt 2022-06-15 14:18:05 +08:00
i-robot 5812a19b13
!35894 remove ENABLE_CLOUD_AND_LITE
Merge pull request !35894 from zhengyuanhua/master
2022-06-15 06:13:11 +00:00
i-robot 5edfacf8b7
!35715 fix new run package not exist aicpu file
Merge pull request !35715 from zangqx/zangqx_30
2022-06-15 06:06:52 +00:00
fengyihang 21d1390a1f modify_rst 2022-06-15 11:58:27 +08:00
i-robot 46fbf523b8
!35939 Support Gather Tensor interface
Merge pull request !35939 from ZengZitao/gather_tensor_func
2022-06-15 02:51:51 +00:00
zhujingxuan 58ae4da051 Add functional API
Including operators:
1. MatrixDiagPartV3
2. LogSoftmax
3. MatrixSolve
4. InstanceNorm
2022-06-15 10:48:04 +08:00
huodagu 17a34c0e1e modify format 2022-06-15 10:42:00 +08:00
zhujingxuan c3156e8d8b fix bug in ScatterNdFunctor, make it able to modify input Tensor 2022-06-15 10:41:24 +08:00
i-robot 49b370bc9d
!35541 GPU算子性能时间查询方案替换成CUDA kernel时间
Merge pull request !35541 from liuchuting/st_dy
2022-06-15 02:39:42 +00:00
i-robot e420e22839
!35898 Delete tensor api.
Merge pull request !35898 from liqiliang/function_and_tensor
2022-06-15 02:31:27 +00:00
i-robot d79cfe29c5
!35938 [Fallback] Support ms.Tensor() in construct or ms_function.
Merge pull request !35938 from Margaret_wangrui/ms_tensor
2022-06-15 02:25:28 +00:00
gaoyong10 ab8ac29f0c Fix switch actor input tensor. 2022-06-15 10:16:02 +08:00
i-robot 9aed3849bc
!35874 add mpirun interface
Merge pull request !35874 from baihuawei/add_mpi_func
2022-06-15 02:12:54 +00:00
i-robot 2594e9472e
!35823 bug fix for integrated ckpt save used in pynative parallel
Merge pull request !35823 from wangjun/bug_fix_for_integrated_ckpt
2022-06-15 02:05:08 +00:00
i-robot c5563116d0
!35916 [OP]delete space_to_batch_nd tensor api
Merge pull request !35916 from zichun_ye/del_space_to_batch_nd_tensor
2022-06-15 02:04:23 +00:00
i-robot fc3ab714ed
!35891 modify files
Merge pull request !35891 from 宦晓玲/code_docs_0613
2022-06-15 02:03:03 +00:00
i-robot a46d7a14df
!35913 [MS][GPU] add resize linear 1d and resize linear 1d grad gpu kernel
Merge pull request !35913 from mengyuanli/resize_linear_1d_gpu
2022-06-15 02:01:48 +00:00
i-robot 9d807f95a2
!34742 add AvgPool nn/functional api
Merge pull request !34742 from 范吉斌/AvgPool
2022-06-15 01:55:32 +00:00
i-robot 25e924d923
!35896 Fix AdaptiveMaxpool2D op don't support second output.
Merge pull request !35896 from linqingke/adative_maxpool_2d_support_ascend
2022-06-15 01:40:24 +00:00
i-robot ebc32c0f46
!35926 enable graph kernel for pynative
Merge pull request !35926 from chujinjin/enable_graph_kernel_for_pynative
2022-06-15 01:28:43 +00:00
i-robot e767848149
!35943 add HSwish&HSwishGrad testcases.
Merge pull request !35943 from liujunzhu/master
2022-06-15 01:21:43 +00:00
i-robot 6e6fee6431
!35617 New Device Context
Merge pull request !35617 from laiyongqiang/new_device_context
2022-06-14 20:04:31 +00:00
i-robot 479dd49229
!35924 Remove matrix_diag tensor interface.
Merge pull request !35924 from hezhenhao1/add_matrix_diag
2022-06-14 19:32:45 +00:00
i-robot b644d3a485
!35805 [AutoParallel]Fix pipeline parallel cycle issue master
Merge pull request !35805 from lichen/fix_pipeline_parallel_cycle_for_master
2022-06-14 18:22:49 +00:00
i-robot 5ebbae9659
!35917 fix bug in tensor clip
Merge pull request !35917 from shaojunsong/fix/tensor_clip
2022-06-14 16:15:51 +00:00
i-robot f6f872e600
!35645 [MD] Adding docstrings for minddata UT Cpp Part 2
Merge pull request !35645 from davidanugraha/add_cpp_test_comment_part2
2022-06-14 14:37:51 +00:00