i-robot
6e84bf0f0f
!16449 [assistant][ops] Add new audio operator BandBiquad
...
Merge pull request !16449 from StyleHang/BandBiquadOp
2021-07-30 03:35:07 +00:00
liannai
5a341e7e27
[feat] [assistant] [I3J6TS] add new audio operator BandBiquad
2021-07-29 17:57:27 +08:00
yao_yf
dc7dc7d3fa
dataset strategy set
2021-07-27 18:44:10 +08:00
i-robot
34e2581dfc
!20812 Add code for cross-silo with real data femnist and coco
...
Merge pull request !20812 from ZPaC/cross-silo
2021-07-26 13:21:19 +00:00
i-robot
fd7c0c1514
!20672 add dump ir for python and add dump more info when dynamic shape
...
Merge pull request !20672 from lianliguang/add_dump_func
2021-07-26 06:53:42 +00:00
ZPaC
dc068cb172
Add code for cross-silo with real data femnist and coco
2021-07-24 17:50:53 +08:00
i-robot
21e090062e
!18674 deserializer 1st part - vision operations
...
Merge pull request !18674 from zetongzhao/deserialize
2021-07-23 19:25:36 +00:00
lianliguang
dd57fcf8d7
add funcgraph py dump and dump more info for dynamic shape
2021-07-23 10:30:27 +08:00
zetongzhao
8693fd730a
deserialize and tests
2021-07-21 08:32:00 -04:00
dayschan
137608b518
Add LiteGraph for graphkernel
...
Add a subdirectory "model" in the "backend/optimizer/graph_kernel" for litegraph.
Implement two interfaces "AnfGraph2LiteGraph" and "LiteGraph2AnfGraph".
The litegraph will be the base data structure when we migrate the GraphKernel code
from python("mindspore/_extends/graph_kernel") to c++.
2021-07-21 10:21:11 +08:00
i-robot
fd72de08d9
!20174 Send compilation attrs to akg
...
Merge pull request !20174 from DeshiChen/0708_compilewithjson
2021-07-19 08:13:36 +00:00
chendongsheng
dc3d6dc915
added cert
2021-07-17 10:14:28 +08:00
dayschan
3ab53dd26d
Send compilation attrs to akg
...
1. Add a new message type "AKG/ATTR" in AkgKernelBuilder.
the attrs was sent before the kernel infos.
2. Send "online_tuning" attribute when the flag is not zero,
but error occurs in the latest akg submodule.
3. Send "repository_path" attribute when the flag is not empty.
4. Add a new value "compute_capability" into kernel info when the processor is GPU.
2021-07-16 16:52:18 +08:00
i-robot
3d022c9db8
!20246 Print ascend warning&error message using ErrorManager
...
Merge pull request !20246 from tanghuikang/error_manager
2021-07-16 06:49:31 +00:00
tanghuikang
21c4bf1f27
Print ascend warning and error message using ErrorManager
2021-07-15 11:52:25 +08:00
i-robot
fd8eda24c4
!19904 fix fusion type
...
Merge pull request !19904 from laiyongqiang/fusionType
2021-07-14 06:08:20 +00:00
i-robot
77cc850c1a
!19882 change kMaliGPU to kGPU
...
Merge pull request !19882 from yeyunpeng2020/new_api
2021-07-13 07:08:06 +00:00
LaiYongqiang
898a48d6ea
fix fusion type
2021-07-13 10:44:50 +08:00
i-robot
884f5ae1de
!19764 [MD] Remove Builder class phase 3
...
Merge pull request !19764 from harshvardhangupta/rem-build-2
2021-07-12 13:25:34 +00:00
i-robot
e81aaf5043
!19936 Optimize signal util for ctrl+c
...
Merge pull request !19936 from VectorSL/signal
2021-07-12 11:58:09 +00:00
vector
ee057e57ec
update signal
2021-07-12 11:24:49 +08:00
yeyunpeng2020
f545bcd9b0
new api use gpu
2021-07-12 11:00:55 +08:00
i-robot
53633ebfd8
!19748 Fix param check and default value of center in Rotate and RandomRotation Ops
...
Merge pull request !19748 from xiaotianci/fix_rotate_center
2021-07-10 08:07:00 +00:00
i-robot
d6be7c17af
!19771 [MS][LITE][TOD] Add ToD to unified MS API
...
Merge pull request !19771 from ehaleva/API2
2021-07-10 04:12:57 +00:00
Emir Haleva
fc6d150485
Add Train API to CXX_API
2021-07-09 19:30:57 +03:00
Zhang Qinghua
f7ffc03249
Dump func graph where to call the node.
2021-07-09 21:37:48 +08:00
Xiao Tianci
a77ed2a5c0
fix the param check of center in Rotate, and change the default value of center from {-1, -1} to {}
2021-07-09 15:24:27 +08:00
harshvardhangupta
52d1212239
remove builder
2021-07-08 16:55:52 -04:00
i-robot
a5118ae5f2
!19507 Remove builder from CacheOp, CacheLookupOp, CacheMergeOp
...
Merge pull request !19507 from lixiachen/remove_cacheop_builders
2021-07-07 21:25:43 +00:00
i-robot
81dbc13611
!19563 Optimize armour directory
...
Merge pull request !19563 from yyuse/fl_op_armour_dir
2021-07-07 14:41:44 +00:00
i-robot
0e6c4071f5
!18987 use transdata to improve performance in print process
...
Merge pull request !18987 from lvchangquan/transdata_formal
2021-07-07 09:24:02 +00:00
i-robot
a482cf7dc2
!19458 [AutoParallel]fix pipeline split bug
...
Merge pull request !19458 from lichen/fix_pipeline_split_bug
2021-07-07 07:48:09 +00:00
yangyuan
818f608f13
Optimize armour directory
2021-07-07 11:50:16 +08:00
Lixia Chen
946693e860
Remove builder from cache ops
2021-07-06 17:29:03 -04:00
i-robot
0a6732f6dc
!19047 [MD] Remove Builder
...
Merge pull request !19047 from harshvardhangupta/remove_builder
2021-07-06 17:34:35 +00:00
i-robot
1876a359f1
!19457 Optimize federated learning directory
...
Merge pull request !19457 from ZPaC/change-fl-dir
2021-07-06 15:04:34 +00:00
lichenever
108967ff7d
fix_pipeline_split_bug
2021-07-06 22:51:04 +08:00
i-robot
db0a064cfd
!19434 Modify context searching and creating routine, not searching all the time.
...
Merge pull request !19434 from 张清华/opt0
2021-07-06 13:00:32 +00:00
ZPaC
37ce5dd6a7
Optimize federated learning directory
2021-07-06 18:12:23 +08:00
lvchangquan
09c54c7923
use op transdata to improve performance in print process
2021-07-06 15:09:18 +08:00
dingpeifei
24ff7ab8b4
upgrade_ascend_0705
2021-07-06 11:31:45 +08:00
Zhang Qinghua
b37a0cef63
Modify context searching and creating routine.
2021-07-06 11:01:52 +08:00
Harshvardhan Gupta
5bd8fb57fc
remove builder
2021-07-05 11:17:37 -04:00
liyong
9a1de0af65
add slice patches in python and c++
2021-07-05 09:16:47 +08:00
i-robot
0022d07d6e
!19289 Lift FV before AD pass.
...
Merge pull request !19289 from 张清华/cconv_opt0
2021-07-03 01:27:35 +00:00
zhousiyi
a5b4e7bbf8
lift fv before grad except weight, then convert
...
switch(cond, partial(g1, xs), partial(g2, ys))(Zs)
to
switch(cond, g1, g2)(Xs, Ys, Zs)
switch_layer(index, make_tuple(partial(g1, xs), partial(g2, ys)))(Zs)
to
switch_layer(index, make_tuple(g1, g2))(Xs, Ys, Zs)
put Zs at last when unifyparameter as it may have u-monad or io-monad
use joined args other than broadened one as some extra parameter which is not a parameter of while_header can be add to while_body
inline fprop_switch forcely
reorder the parameter if one of the parameter is Monad when incorporate call
incorporate switch tuple_getitem if item 0 of tuple is EnvInstance or
item 1 of tuple is bprop function
addn with shape() and shape(1)
remove context_ from FuncGraphEvaluator to make it re-entry able to resolve evaluator stuck issue because of re-entry of the same FuncGraphEvaluator
2021-07-03 00:03:37 +08:00
ql_12345
5af0c890a1
cipher calling code
2021-07-01 00:23:06 +08:00
zhoufeng
b9378e36c3
dynamic default memory size for vnpu
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2021-06-29 19:23:04 +08:00
i-robot
3629df552c
!18937 upgrade_ascend_0626_mindspore
...
Merge pull request !18937 from mindspore_ding/upgrade_ascend_0626
2021-06-28 15:50:14 +00:00
dingpeifei
63784e49f5
upgrade_ascend_0626_mindspore
2021-06-28 22:03:19 +08:00