SSK015
|
5fa223a306
|
docs: comment RunGraph() More
|
2023-09-25 22:49:33 +08:00 |
SSK015
|
00e8c5fbea
|
docs: comment RunGraph()
|
2023-09-25 14:12:45 +08:00 |
SSK015
|
e41cbbff35
|
docs: comment ConstructGraphCompiler
|
2023-09-21 14:31:24 +08:00 |
SSK015
|
25110c54ca
|
docs: comment ConstructGraphCompiler
|
2023-09-21 14:28:39 +08:00 |
SSK015
|
48ccd45285
|
docs: comment more functions in CompileGraphs Func
|
2023-09-02 22:28:58 +08:00 |
SSK015
|
2872e4912c
|
docs: comment func CompileGraphs
|
2023-08-30 14:17:43 +08:00 |
SSK015
|
f40ce64bb2
|
docs: add graph compiler comments
|
2023-08-29 00:05:29 +08:00 |
SSK015
|
7a424a079d
|
backend-graph-complier-overview
|
2023-08-10 16:20:02 +08:00 |
SSK015
|
d7268a1f4c
|
backend-start
|
2023-08-07 22:57:23 +08:00 |
yujianfeng
|
507c2cb2a7
|
Add Variable to set constant mutable
|
2022-04-02 11:08:43 +08:00 |
ZPaC
|
15ce467728
|
Fix ps not exit issue
|
2022-03-28 21:03:50 +08:00 |
chujinjin
|
71b78ec5da
|
fix transdata error for pynative
|
2022-03-26 17:58:15 +08:00 |
lizhenyu
|
275f81c47b
|
failover support exit process when timeout occur
|
2022-03-25 11:16:04 +08:00 |
caifubi
|
9e20a0220e
|
clean codex
|
2022-03-21 16:50:26 +08:00 |
i-robot
|
dc5f77f585
|
!31298 build libmindspore_backend.so
Merge pull request !31298 from zhoufeng/backend-frontend-decoupling
|
2022-03-18 09:41:51 +00:00 |
chenfei
|
132e49475b
|
code clean of r1.7
|
2022-03-17 21:20:12 +08:00 |
zhoufeng
|
b7bb53ff73
|
build libmindspore_backend.so
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
|
2022-03-17 19:14:45 +08:00 |
i-robot
|
d92d8b8814
|
!31295 [PyNative][CPU] Add callback to input tensors
Merge pull request !31295 from caifubi/master-pynative-refactor-bugfix
|
2022-03-17 08:10:19 +00:00 |
caifubi
|
988afbc8dc
|
PyNative lazy execution bugfix
|
2022-03-17 10:34:47 +08:00 |
i-robot
|
c3d15a079e
|
!31325 Training supports failover
Merge pull request !31325 from zyli2020/worker_failover_bp
|
2022-03-17 01:37:30 +00:00 |
lizhenyu
|
545707b80c
|
Training supports failover
|
2022-03-16 23:34:29 +08:00 |
caifubi
|
b174ae05de
|
PyNative Ascend dynamic shape bugfix
|
2022-03-16 09:22:31 +08:00 |
caifubi
|
af920290fb
|
PyNative RunOp Async
|
2022-03-15 15:00:12 +08:00 |
caifubi
|
3e5b1d2772
|
Bugfix for PyNative Refactor
|
2022-03-12 17:15:27 +08:00 |
caifubi
|
d26d7b21ff
|
PyNative RunOp without Actor
|
2022-03-11 11:34:47 +08:00 |
i-robot
|
98888f6cd8
|
!31036 Add support of cg backward in pynative mode.
Merge pull request !31036 from hezhenhao1/master
|
2022-03-10 02:59:24 +00:00 |
hezhenhao1
|
bad551d210
|
Add support of cg backward in pynative mode.
|
2022-03-10 09:13:21 +08:00 |
i-robot
|
2ed51f3cc7
|
!30660 Add host_shape to CreateDeviceAddress API Input
Merge pull request !30660 from jiaorui/host_shape
|
2022-03-09 01:18:04 +00:00 |
zhoufeng
|
4280a8277c
|
decouple pynative from frontend
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
|
2022-03-05 18:40:27 +08:00 |
jiaorui
|
ca3a273756
|
add host_shape to CreateDeviceAddress api
|
2022-03-04 16:34:05 +08:00 |
zhoufeng
|
f49b195c39
|
extract common as an independent shared library
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
|
2022-02-26 10:55:51 +08:00 |
i-robot
|
c4843c4085
|
!29958 upgrade ascend 20220211
Merge pull request !29958 from shenwei41/upgrade_ascend_20220211
|
2022-02-25 14:55:12 +00:00 |
shenwei41
|
ff75314719
|
upgrade ascend 20220211
|
2022-02-25 21:19:45 +08:00 |
wangjun
|
24d448239c
|
add pynative_parallel
|
2022-02-24 21:07:51 +08:00 |
i-robot
|
35cdaa8118
|
!30237 Implement forward hook and enhance backward hook for PyNative
Merge pull request !30237 from JoyLvliang/Implement_forward_hook_for_PyNative
|
2022-02-23 08:38:43 +00:00 |
7347157+joylvliang@user.noreply.gitee.com
|
b3ff6043ae
|
Implement_forward_hook_for_PyNative
|
2022-02-23 11:40:51 +08:00 |
ttudu
|
451ebd1bd1
|
dynamic_shape
|
2022-02-23 11:38:17 +08:00 |
i-robot
|
403fbc2a21
|
!30277 PyNative ms_function compile and run in GRAPH_MODE
Merge pull request !30277 from caifubi/master-pynative-run-in-graph
|
2022-02-22 09:28:50 +00:00 |
caifubi
|
9f41b9c35d
|
PyNative ms_function with control flow run in GRAPH
|
2022-02-22 09:51:38 +08:00 |
l00591931
|
5c746186ef
|
fix master code warning
|
2022-02-21 20:35:42 +08:00 |
lianliguang
|
5c8af66e53
|
support TensorShape ops to instead of DynamicShape ops
|
2022-02-21 09:33:32 +08:00 |
marui
|
d47e79b04c
|
Refactor ccsrc directories and CMakeLists files
|
2022-02-13 14:37:51 +08:00 |