huangbingjian
|
b98fc0021a
|
Add api mindspore.jit and mindspore.jit_class.
1、ms_function will be removed in a future version and replaced with jit.
2、ms_class will be removed in a future version and replaced with
jit_class.
|
2022-10-21 10:17:44 +08:00 |
7347157+joylvliang@user.noreply.gitee.com
|
98fb4a5c78
|
support_parameter_as_input_of_ms_function
|
2022-08-11 09:30:01 +08:00 |
i-robot
|
4ec1537e7f
|
!34789 Add auto dynamic shape for PyNative
Merge pull request !34789 from zjun/auto_dynamic
|
2022-06-01 08:47:28 +00:00 |
zjun
|
dcf58cd750
|
Add auto dynamic shape check
Signed-off-by: zjun <zhangjun0@huawei.com>
|
2022-05-31 15:52:46 +08:00 |
Zhang Qinghua
|
a89b662b62
|
Change the weight parameter to FV parameter in FuncGraph, and add ST cases.
|
2022-05-31 14:27:15 +08:00 |
yanghaoran
|
e1d3e6edac
|
take down testcases that are passing all the time
|
2022-05-28 09:53:29 +08:00 |
7347157+joylvliang@user.noreply.gitee.com
|
be99926778
|
enable_ms_function_dynamic_shape_for_non_top_cell
|
2022-05-19 15:14:24 +08:00 |
caifubi
|
bffe839332
|
Bugfix for graph with tuple inputs
|
2022-03-31 09:18:37 +08:00 |
caifubi
|
44b98fcf7d
|
delete windows cpu testcase
|
2022-02-24 11:43:11 +08:00 |
caifubi
|
9f41b9c35d
|
PyNative ms_function with control flow run in GRAPH
|
2022-02-22 09:51:38 +08:00 |
caifubi
|
1e48cf1742
|
Pynative ms_function mix execution
1. Add bprop flag to bp-graph in PyNative mode.
2. Run ms_function in actor-DAG.
3. Use aclMemcopyAsync in DtoD copy.
4. Insert event before RunTask.
|
2022-01-22 17:22:02 +08:00 |
zhangzhaoju
|
b4453709a2
|
Support parser decoratored functions
like nested calling of ms_function
|
2021-10-15 16:41:08 +08:00 |
zhangzhaoju
|
dc14e2baef
|
Add test case for nested calling ms_function
|
2021-09-08 15:01:42 +08:00 |
7347157+joylvliang@user.noreply.gitee.com
|
0fb07a6377
|
eliminate_forward_cnode_in_grad_graph_decorated_by_ms_function
|
2021-08-27 14:34:05 +08:00 |
joylvliang
|
b0bb58a492
|
fix_bug_of_nullptr_in_ms_function
|
2021-06-21 11:36:53 +08:00 |