i-robot
8e496e44f0
!22320 support heterogeneous for pynative mode
Merge pull request !22320 from chujinjin/support_heterogeneous_for_pynative
4 years ago
i-robot
6924866a87
!26746 [MD] minddata error msg optimize
Merge pull request !26746 from xiefangqi/md_datasetops_error_msg_opt
4 years ago
i-robot
0c6505db26
!22712 [assistant][ops] Add FastText
Merge pull request !22712 from 无言/FastText
4 years ago
i-robot
c5fac5aba4
!26811 Support CSRTensor in while loop and subgraph
Merge pull request !26811 from 杨林枫/csr_in_while
4 years ago
i-robot
84d2e54871
!26959 TensorArray CPU
Merge pull request !26959 from VectorSL/tensor-array-cpu
4 years ago
zy
5ca98a494a
[fix] [assistant] [I3ZSQS] add new data operator FastText
4 years ago
chujinjin
d20c9d93d8
support pynative heterogeneous
4 years ago
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
4 years ago
i-robot
fcac7351aa
!26801 add loss landscape ut and st
Merge pull request !26801 from Songyuanwei/landscape_ci
4 years ago
i-robot
5503deea2e
!26998 add float32 to Batch Gmres
Merge pull request !26998 from zhujingxuan/master
4 years ago
i-robot
eb9537af11
!21690 [assistant][ops] Add data operator Vectors
Merge pull request !21690 from 张渝/Vectors
4 years ago
i-robot
1905b228b4
!26609 Update minddata log message
Merge pull request !26609 from luoyang/log
4 years ago
i-robot
9cb5120594
!26936 move testcases to scipy_st
Merge pull request !26936 from zhujingxuan/move_tesecases
4 years ago
i-robot
bf59d75604
!26611 [MD] fix mindrecord log message part01
Merge pull request !26611 from liyong126/fix_mindrecord_log_msg
4 years ago
xiefangqi
f74b5cea0c
optimize datasetops error msg
4 years ago
VectorSL
cb3d25c8f0
add cpu tensor array
4 years ago
i-robot
58fc9a6d81
!26985 fix the negative axis problem of reduce_eliminate
Merge pull request !26985 from huangbingjian/reduce_eliminate
4 years ago
i-robot
aa93cb9afb
!26845 high level api for federated learning
Merge pull request !26845 from wtcheng/master
4 years ago
Xiaoda Zhang
364858cbc9
In sharding propagation, to keep strategy consistent of parameter being used by multiple operators, we check the edge with one node of TmpIdentityInfo
4 years ago
i-robot
2fd00935ed
!20964 [assistant][ops] Add new data operator SpeechCommandsDataset
Merge pull request !20964 from 杨旭华/SpeechCommandsDataset
4 years ago
zhujingxuan
7e16e6d8cb
add float32 to Batch Gmres
4 years ago
i-robot
95c0cafef4
!26824 white list for syntax exception
Merge pull request !26824 from zhangzhaoju/master_syntax
4 years ago
yanglf1121
343b17c61f
support csr in while loop
4 years ago
i-robot
7554053c00
!26786 Add initializer and optimizer ut
Merge pull request !26786 from wanyiming/add_init_opt_ut
4 years ago
luoyang
1a6a42c083
Update minddata log message
4 years ago
zhangyuqwer
6a6e73ef82
[fix] [assistant] [I3ZSQM] add new data operator Vectors
4 years ago
huangbingjian
66309632c1
fix the negative axis problem of reduce_eliminate
4 years ago
i-robot
46161cda30
!26931 add float32 cases
Merge pull request !26931 from zhujingxuan/master
4 years ago
i-robot
f513e0bfdd
!26743 [GraphKernel] lite adapt for akg build.
Merge pull request !26743 from chenlei_autodiff/lite_callback
4 years ago
songyuanwei
a67ac908d8
add landscape ut and st
4 years ago
w00517672
ea3e651b36
high level api for federated learning
4 years ago
liyong
2869352cc8
fix mindrecord log part01
4 years ago
zhujingxuan
a18b9e703e
move testcases
4 years ago
i-robot
51dbbda8f2
!26935 [Auto parallel] Recover 'auto_parallel_search_mode' in parallel_context
Merge pull request !26935 from Xiaoda/115-adapting-interface-of-search-mode
4 years ago
i-robot
b9d56b9cce
!26914 fix some error report and remove some useless code
Merge pull request !26914 from lianliguang/master
4 years ago
Xiaoda Zhang
04db51a528
In a previous PR ( https://gitee.com/mindspore/mindspore/pulls/26807/ ), we replaced 'auto_parallel_search_mode' by 'search_mode' directly.
However, to be forward compatitable, it is suitable to keep 'auto_parallel_search_mode' available. This PR recovers the 'auto_parallel_search_mode' interface and adds a warning when using this old interface.
This PR also deals with other codestyle things.
4 years ago
zhangzhaoju
d34f14e324
white list for syntax exception
4 years ago
i-robot
16fa10fd38
!26875 add ut for debug info
Merge pull request !26875 from huanghui/add-ut
4 years ago
zhujingxuan
2aa8dc28cf
add float32 testing
4 years ago
lianliguang
0dc5d7f4f9
modify some eroor log and remove some useless code
4 years ago
chenlei_autodiff
54227cae81
[GraphKernel] lite adapt for akg build.
4 years ago
huanghui
67a6beb1b1
add ut for debug info
4 years ago
i-robot
f85dea2959
!26662 fix lu kernel
Merge pull request !26662 from zhuzhongrui/gmres
4 years ago
i-robot
2bd6deaeeb
!26682 GraphKernel For CPU
Merge pull request !26682 from ZengZitao/gk_cpu
4 years ago
vddong
91d3a7543f
[feat][assistant][I3T96F] add new data operator SpeechCommands
4 years ago
i-robot
6f95837c0e
!26825 [Fallback] supports the use of attr/method on the interpreted nodes
Merge pull request !26825 from huangbingjian/support_numpy_method
4 years ago
i-robot
4252b24335
!26792 malloc ts memory for label
Merge pull request !26792 from zhoufeng/change-label-memory-type
4 years ago
zengzitao
62458b5636
adapt graph kernel for cpu
4 years ago
i-robot
d1e4e674ab
!26690 Add supoort resolving outer lambda function for ops.Partial.
Merge pull request !26690 from hezhenhao1/add_lambda
4 years ago
huangbingjian
cf4a4ba900
Partially support numpy attr/method
4 years ago