i-robot
c80098b261
!20712 [Auto parallel] Enable All2All when inferring redistribution ops
Merge pull request !20712 from Xiaoda/76-change-alltoall-redistribution
4 years ago
i-robot
26bfbf9124
!18282 [assistant][ops]New operator implementation, include HSigmoid and HSigmoidGrad
Merge pull request !18282 from 张璇/hsigmoid_grad
4 years ago
Xiaoda Zhang
bb5d4212f7
enable All2All in infering redistribution ops
4 years ago
i-robot
21e090062e
!18674 deserializer 1st part - vision operations
Merge pull request !18674 from zetongzhao/deserialize
4 years ago
i-robot
1e1d7d5739
!20443 Add numpy-native ut/st
Merge pull request !20443 from 杨林枫/add_numpy_ut
4 years ago
wanglixin
33e93e296c
[fix][assistant][I3PYD0] fix bug in the Ascend operator HSigmoid and HSigmoidGrad
4 years ago
wild-fox
b6c575689d
[feat][assistant][I3PYD0] add new Ascend operator HSigmoid
4 years ago
wanglixin
a377ade89f
[feat][assistant][I3PYD3] add new Ascend operator HSigmoidGrad
4 years ago
i-robot
0f8a21693b
!18266 [assistant][ops]New operator implementation, include SoftShrink and SoftShrinkGrad
Merge pull request !18266 from 张璇/softshrink
4 years ago
i-robot
69a7ef8632
!20707 [AutoParallel]AutoParallel support control flow
Merge pull request !20707 from lichen/auto_parallel_support_control_flow
4 years ago
i-robot
bcb49f10b4
!20702 Fix NumpySlicesDataset not accept NumPy as data
Merge pull request !20702 from xiaotianci/fix_numpy_slices
4 years ago
i-robot
7666b6e388
!20708 fix exception type to TypeError
Merge pull request !20708 from xychow/fix-exception-type
4 years ago
i-robot
e8448f972b
!20725 Support the tensor of string dtype.
Merge pull request !20725 from 张清华/opt
4 years ago
Zhang Qinghua
f91c697efc
Support the tensor of string dtype.
4 years ago
lichenever
3c7cfb7c08
auto_parallel_support_control_flow
4 years ago
Xiao Tianci
53c01c437d
fix NumpySlicesDataset not accept numpy
4 years ago
wangrao124
463ca2434c
add numpy-native ut/st test files
4 years ago
zhousiyi
9319eff958
change the error type from RuntimeError to TypeError
4 years ago
i-robot
7d2a07a2bd
!20480 Add LiteGraph for graphkernel
Merge pull request !20480 from DeshiChen/0618_litegraph
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
Lizxxy
5d00d482e4
[feat][assistant][I3PYDC] add new Ascend operator SoftShrinkGrad
4 years ago
zx
be26e62080
[feat][assistant][I3PYDB] add new Ascend operator SoftShrink
4 years ago
i-robot
a7d40fc220
!20520 [AutoParallel]Add op AllToAllv
Merge pull request !20520 from lichen/add_op_AllToAllv
4 years ago
i-robot
ed4c9682b5
!20505 limit the scope of lift free variable
Merge pull request !20505 from xychow/limit-lift-scope
4 years ago
lichenever
8c1998fd6b
add_op_AllToAllv
4 years ago
i-robot
c9d3c1d346
!20411 enable optimizer parallel for inference
Merge pull request !20411 from gziyan/enable_opt_shard_predict
4 years ago
i-robot
6061194083
!20490 update check strategy for conv2d
Merge pull request !20490 from yangzhenzhang/update-check-strategy-for-conv2d
4 years ago
zhousiyi
597f29ea7d
limit the lambda lift scope to the func_graph passed
4 years ago
zhousiyi
b590f6d929
don't replace u with fprop_u in primal_graph and bprop_fg
4 years ago
i-robot
fd72de08d9
!20174 Send compilation attrs to akg
Merge pull request !20174 from DeshiChen/0708_compilewithjson
4 years ago
yangzhenzhang
b31cd27a08
update check strategy for conv2d
4 years ago
chendongsheng
dc3d6dc915
added cert
4 years ago
Ziyan
1c9166e0a6
remove restriction for opt shard in inference
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
fac767598e
!16220 [Auto parallel] Add the function of sharding propagation
Merge pull request !16220 from Xiaoda/64-make-strategy-follow-in-auto-parallel
4 years ago
i-robot
fd8eda24c4
!19904 fix fusion type
Merge pull request !19904 from laiyongqiang/fusionType
4 years ago
Xiaoda Zhang
04381273b3
Add the sharding propagation function:
1) users configure sharding strategies for operators;
2) framework will propagate the strategies from configured-ops to
non-configured ops using BFS;
3) the propagation goal is to minimize redistribution communication
cost;
5 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