i-robot
21e090062e
!18674 deserializer 1st part - vision operations
Merge pull request !18674 from zetongzhao/deserialize
4 years ago
zetongzhao
8693fd730a
deserialize and tests
4 years ago
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++.
4 years ago
i-robot
fd72de08d9
!20174 Send compilation attrs to akg
Merge pull request !20174 from DeshiChen/0708_compilewithjson
4 years ago
chendongsheng
dc3d6dc915
added cert
4 years ago
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.
4 years ago
i-robot
3d022c9db8
!20246 Print ascend warning&error message using ErrorManager
Merge pull request !20246 from tanghuikang/error_manager
4 years ago
tanghuikang
21c4bf1f27
Print ascend warning and error message using ErrorManager
4 years ago
i-robot
fd8eda24c4
!19904 fix fusion type
Merge pull request !19904 from laiyongqiang/fusionType
4 years ago
i-robot
77cc850c1a
!19882 change kMaliGPU to kGPU
Merge pull request !19882 from yeyunpeng2020/new_api
4 years ago
LaiYongqiang
898a48d6ea
fix fusion type
4 years ago
i-robot
884f5ae1de
!19764 [MD] Remove Builder class phase 3
Merge pull request !19764 from harshvardhangupta/rem-build-2
4 years ago
i-robot
e81aaf5043
!19936 Optimize signal util for ctrl+c
Merge pull request !19936 from VectorSL/signal
4 years ago
vector
ee057e57ec
update signal
4 years ago
yeyunpeng2020
f545bcd9b0
new api use gpu
4 years ago
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
4 years ago
i-robot
d6be7c17af
!19771 [MS][LITE][TOD] Add ToD to unified MS API
Merge pull request !19771 from ehaleva/API2
4 years ago
Emir Haleva
fc6d150485
Add Train API to CXX_API
4 years ago
Zhang Qinghua
f7ffc03249
Dump func graph where to call the node.
4 years ago
Xiao Tianci
a77ed2a5c0
fix the param check of center in Rotate, and change the default value of center from {-1, -1} to {}
4 years ago
harshvardhangupta
52d1212239
remove builder
4 years ago
i-robot
a5118ae5f2
!19507 Remove builder from CacheOp, CacheLookupOp, CacheMergeOp
Merge pull request !19507 from lixiachen/remove_cacheop_builders
4 years ago
i-robot
81dbc13611
!19563 Optimize armour directory
Merge pull request !19563 from yyuse/fl_op_armour_dir
4 years ago
i-robot
0e6c4071f5
!18987 use transdata to improve performance in print process
Merge pull request !18987 from lvchangquan/transdata_formal
4 years ago
i-robot
a482cf7dc2
!19458 [AutoParallel]fix pipeline split bug
Merge pull request !19458 from lichen/fix_pipeline_split_bug
4 years ago
yangyuan
818f608f13
Optimize armour directory
4 years ago
Lixia Chen
946693e860
Remove builder from cache ops
4 years ago
i-robot
0a6732f6dc
!19047 [MD] Remove Builder
Merge pull request !19047 from harshvardhangupta/remove_builder
4 years ago
i-robot
1876a359f1
!19457 Optimize federated learning directory
Merge pull request !19457 from ZPaC/change-fl-dir
4 years ago
lichenever
108967ff7d
fix_pipeline_split_bug
4 years ago
i-robot
db0a064cfd
!19434 Modify context searching and creating routine, not searching all the time.
Merge pull request !19434 from 张清华/opt0
4 years ago
ZPaC
37ce5dd6a7
Optimize federated learning directory
4 years ago
lvchangquan
09c54c7923
use op transdata to improve performance in print process
4 years ago
dingpeifei
24ff7ab8b4
upgrade_ascend_0705
4 years ago
Zhang Qinghua
b37a0cef63
Modify context searching and creating routine.
4 years ago
Harshvardhan Gupta
5bd8fb57fc
remove builder
4 years ago
liyong
9a1de0af65
add slice patches in python and c++
4 years ago
i-robot
0022d07d6e
!19289 Lift FV before AD pass.
Merge pull request !19289 from 张清华/cconv_opt0
4 years ago
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
4 years ago
ql_12345
5af0c890a1
cipher calling code
4 years ago
zhoufeng
b9378e36c3
dynamic default memory size for vnpu
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
i-robot
3629df552c
!18937 upgrade_ascend_0626_mindspore
Merge pull request !18937 from mindspore_ding/upgrade_ascend_0626
4 years ago
dingpeifei
63784e49f5
upgrade_ascend_0626_mindspore
4 years ago
zhoufeng
35797bd5da
add serialization cpp ut
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
i-robot
708e56f659
!17899 Fix compile cache bug for resent50
Merge pull request !17899 from LiangZhibo/cache
4 years ago
l00591931
8ae5d7cc84
Fix compile cache for resnet50
4 years ago
i-robot
6bd66b3d70
!18729 Add register limit constraint
Merge pull request !18729 from lishanni/for_regis_limit
4 years ago
lishanni513
8c98146c76
Add register limit constraint
4 years ago
YangLuo
4e9f6d54f7
update cpp api & doc
4 years ago
i-robot
dca5504fd4
!15672 [assistant][RGB2BGR]
Merge pull request !15672 from QingfengLi/rgb2bgr
4 years ago