Commit Graph

34899 Commits

Author SHA1 Message Date
i-robot dc59a80ccf !26883 transpose resize bug
Merge pull request !26883 from 周超/master
2021-12-01 08:42:42 +00:00
i-robot 8e496e44f0 !22320 support heterogeneous for pynative mode
Merge pull request !22320 from chujinjin/support_heterogeneous_for_pynative
2021-12-01 08:34:44 +00:00
i-robot 1a95df0ff1 !26732 add cn api
Merge pull request !26732 from changzherui/code_docs_aip1
2021-12-01 08:16:51 +00:00
gaoyong10 ca677c0f16 Fetch total front node in kernel graph. 2021-12-01 16:00:26 +08:00
changzherui d44e9a19c6 add cn api 2021-12-01 15:43:08 +08:00
Margaret_wangrui 74b80995eb Filter the func_graph node where the current node is located when make Interpret Node 2021-12-01 15:42:04 +08:00
ckey_Dou ab248e923c On Ascend the update of dynamic input for graph is Done in
'LoadInputData', which is replaced by DataPrepareActor::PrepareData on
GPU(MindRT). This PR do the update of dynamic input in PrepareData and will
work for all platforms when they switch to MindRT.
2021-12-01 15:36:17 +08:00
i-robot 6924866a87 !26746 [MD] minddata error msg optimize
Merge pull request !26746 from xiefangqi/md_datasetops_error_msg_opt
2021-12-01 07:18:18 +00:00
kswang 89cbeebd28 remove cpu kernel runtime unneccessary member 2021-12-01 15:16:45 +08:00
wenbean bf2a4e54b0 Add pyNative support Bool input(Bool has heigh piority than int) 2021-12-01 14:54:21 +08:00
i-robot 0c6505db26 !22712 [assistant][ops] Add FastText
Merge pull request !22712 from 无言/FastText
2021-12-01 06:50:59 +00:00
i-robot b3c51fc2aa !26984 unified runtime fix execution timeout and no data source actor of control flow
Merge pull request !26984 from limingqi107/new_actor_runtime2
2021-12-01 06:45:28 +00:00
i-robot f7a8b14d0c !26994 update graphkernel cpu code for AkgParallelLaunch
Merge pull request !26994 from ZengZitao/fix_omp
2021-12-01 06:41:36 +00:00
i-robot c5fac5aba4 !26811 Support CSRTensor in while loop and subgraph
Merge pull request !26811 from 杨林枫/csr_in_while
2021-12-01 06:38:36 +00:00
i-robot 544b079c1e !27018 Fix ascend bug for sending wrong current_root_graph_id for each step (online debugger)
Merge pull request !27018 from parastooashtari/online_debug_bug
2021-12-01 06:23:22 +00:00
l00591931 9339389e94 Fix wrong code example result for jvp and vjp 2021-12-01 14:18:39 +08:00
liangyongxiong 05174c2115 fix pytest mark decorator for platform_x86_cpu 2021-12-01 14:15:36 +08:00
i-robot e67f83fdf1 !26983 fix FusedMulAddN code trace print
Merge pull request !26983 from yuchaojie/ir_fusion
2021-12-01 06:15:09 +00:00
limingqi107 7a93e2ca21 unified runtime control flow optimize the error info 2021-12-01 14:09:24 +08:00
i-robot f4dde50ea7 !27017 Fix fusion op name issue in atlas npy (A+M) dump
Merge pull request !27017 from TinaMengtingZhang/cann_api_adapt_bugfix
2021-12-01 05:04:28 +00:00
VectorSL 7c7cd34276 move cpu register into cpp kernel 2021-12-01 13:01:15 +08:00
i-robot 3160fe8ee4 !27023 modify api annotation
Merge pull request !27023 from xumengjuan1/master
2021-12-01 04:03:32 +00:00
i-robot 8623310442 !26989 change tensor.virtual_flag and parameter.is_init interfaces to inner api
Merge pull request !26989 from liutongtong9/api_change_ma
2021-12-01 03:47:51 +00:00
chenlei_autodiff bc514c6cab [GraphKernel] fix python path for ascend compiler. 2021-12-01 11:46:35 +08:00
i-robot 5003301691 !26965 Rename MD prefetch size to cache prefetch size
Merge pull request !26965 from h.farahat/cache_prefetch_config
2021-12-01 03:43:46 +00:00
tacyi139 fd363472a7 optimize code docs about Loss and MSE 2021-12-01 11:38:20 +08:00
hesham 828120b784 Fix intermittent failure in callback_test.cc 2021-11-30 22:36:55 -05:00
xumengjuan1 43e572a91f modify api annotaion 2021-12-01 11:36:54 +08:00
i-robot 84d2e54871 !26959 TensorArray CPU
Merge pull request !26959 from VectorSL/tensor-array-cpu
2021-12-01 03:31:26 +00:00
i-robot 91d0897399 !26695 Adjust memory offload strategy
Merge pull request !26695 from tanghuikang/swap_strategy_adjust
2021-12-01 03:24:04 +00:00
zy 5ca98a494a [fix] [assistant] [I3ZSQS] add new data operator FastText 2021-12-01 11:12:08 +08:00
sabrinasun c095908772 fix enable=false still dump issue for cell dump 2021-11-30 22:10:20 -05:00
“uccInf” 92d6d31750 [feat][assistant][I3J6V7] add new data operator KMnist 2021-12-01 03:05:05 +00:00
i-robot baf0f479c1 !26843 set mindspore cxx_api LoadConfig unsupported instead of undefined
Merge pull request !26843 from qinzheng/fix_load_config
2021-12-01 02:28:13 +00:00
chujinjin d20c9d93d8 support pynative heterogeneous 2021-12-01 10:18:59 +08:00
Margaret_wangrui ee1b4d4e6d [ME][Fallback] Review the local dict and try to eval out the interpret node 2021-12-01 10:02:26 +08:00
i-robot b6a6dbbe8f !27003 [Auto parallel] [Sharding propagation] Dealing with a parameter being used by mutiple ops
Merge pull request !27003 from Xiaoda/114-adapting-sharding-propagation-for-common-parameter
2021-12-01 02:01:34 +00:00
i-robot c28f922215 !26912 export RDR data for MindRT errors
Merge pull request !26912 from liangyongxiong/master
2021-12-01 01:52:00 +00:00
i-robot fcac7351aa !26801 add loss landscape ut and st
Merge pull request !26801 from Songyuanwei/landscape_ci
2021-12-01 01:49:43 +00:00
i-robot 5503deea2e !26998 add float32 to Batch Gmres
Merge pull request !26998 from zhujingxuan/master
2021-12-01 01:32:31 +00:00
i-robot eb9537af11 !21690 [assistant][ops] Add data operator Vectors
Merge pull request !21690 from 张渝/Vectors
2021-12-01 01:29:45 +00:00
Xiao Tianci b883498c93 enhance error message of audio ops 2021-12-01 09:27:04 +08:00
i-robot 1905b228b4 !26609 Update minddata log message
Merge pull request !26609 from luoyang/log
2021-12-01 01:25:11 +00:00
limingqi107 312b26080b unified runtime fix execution timeout and no data source actor of control flow 2021-12-01 09:24:30 +08:00
i-robot 9cb5120594 !26936 move testcases to scipy_st
Merge pull request !26936 from zhujingxuan/move_tesecases
2021-12-01 01:23:57 +00:00
lianliguang c7acd4b0ca fix bug of export mindir when using encrypt mode 2021-12-01 09:22:53 +08:00
i-robot b4273235b1 !26991 update api format 1130
Merge pull request !26991 from yingchen/code_docs_api1130
2021-12-01 01:21:35 +00:00
i-robot 54f05f1520 !26991 update api format 1130
Merge pull request !26991 from yingchen/code_docs_api1130
2021-12-01 01:21:35 +00:00
i-robot bf59d75604 !26611 [MD] fix mindrecord log message part01
Merge pull request !26611 from liyong126/fix_mindrecord_log_msg
2021-12-01 01:12:48 +00:00
xiefangqi f74b5cea0c optimize datasetops error msg 2021-12-01 09:11:22 +08:00