ZPaC
|
44d7d43ac6
|
Fix conifg
|
2021-08-31 20:09:22 +08:00 |
i-robot
|
36be3f9c4f
|
!22601 impl batch_to_space and space_to_batch
Merge pull request !22601 from zong_shuai/impl_batch_to_space
|
2021-08-31 02:11:40 +00:00 |
i-robot
|
ff2e34b9f9
|
!22509 Add ut and st for Jvp, Vjp and Grad
Merge pull request !22509 from LiangZhibo/fix
|
2021-08-30 08:21:54 +00:00 |
zong_shuai
|
ccdc9f0164
|
st
|
2021-08-30 15:37:07 +08:00 |
zong_shuai
|
63faa9c004
|
add st
|
2021-08-30 15:37:07 +08:00 |
zong_shuai
|
033e56ac48
|
add_st
|
2021-08-30 15:37:07 +08:00 |
He Wei
|
b37b85ab68
|
Fix order enforce for sub-graph calling
|
2021-08-30 08:54:21 +08:00 |
i-robot
|
a0ac0e2feb
|
!22505 Change ir save path
Merge pull request !22505 from huanghui/change-ir-save-path
|
2021-08-28 12:11:26 +00:00 |
Zhang Qinghua
|
a137fa1d0b
|
Optimize the Executors routines.
- Fix the key generating.
- Distinguish the executors.
|
2021-08-28 17:36:12 +08:00 |
l00591931
|
98fad9f08e
|
Add st and ut for jvp vjp and grad
|
2021-08-28 17:34:23 +08:00 |
i-robot
|
73d1049566
|
!22474 prune less effective GPU testcases to level1
Merge pull request !22474 from yanghaoran/prune_GPU_testcases
|
2021-08-28 07:39:47 +00:00 |
i-robot
|
9fcec5b723
|
!22492 prune less effective Ascend testcases to level1
Merge pull request !22492 from yanghaoran/prune_ascend_testcases
|
2021-08-28 07:39:47 +00:00 |
i-robot
|
d0ab539ea2
|
!22488 bert script adjust for thor generalization
Merge pull request !22488 from wangshuangling/master
|
2021-08-28 07:38:32 +00:00 |
i-robot
|
535877a47b
|
!22014 Add Fixed Sparse Attention
Merge pull request !22014 from zhihenghu/add_sparse_attention
|
2021-08-28 07:13:01 +00:00 |
huanghui
|
88601da733
|
change ir save path to: save_graphs_path/ when alone; save_graphs_path/rank_ when distribute
|
2021-08-28 14:11:23 +08:00 |
i-robot
|
0ad0d9144e
|
!22081 [ME]Code clean of master
Merge pull request !22081 from chenfei_mindspore/code_clean_of_master
|
2021-08-28 06:09:50 +00:00 |
zhihenghu
|
ce12c02343
|
Add Sparse Attention
adjut the file structure and name
Deleted extra information
Do some formatting work
Add test case and fix some document
fix imports
|
2021-08-28 11:50:58 +08:00 |
i-robot
|
0531edfa67
|
!20918 Eliminate forward CNode in grad graph decorated by ms_function
Merge pull request !20918 from JoyLvliang/eliminate_forward_cnode_in_grad_graph_decorated_by_ms_function
|
2021-08-28 03:36:43 +00:00 |
i-robot
|
3f9fed78c4
|
!21860 PyNative kerenl parallel build in FIRST step
Merge pull request !21860 from caifubi/master-kernel-parallel-build-simple
|
2021-08-28 01:37:53 +00:00 |
i-robot
|
ba82ecb06b
|
!22475 Add Vjp and fix jvp
Merge pull request !22475 from LiangZhibo/fix
|
2021-08-28 01:21:37 +00:00 |
i-robot
|
c4fee1dff0
|
!22468 Add st for error manager
Merge pull request !22468 from tanghuikang/tbe_em
|
2021-08-28 01:12:41 +00:00 |
caifubi
|
537fce0ee1
|
PyNative Kernel Parallel Build
1. Create Tensor and DeviceAddress for output before Launch.
2. Push Launch/Build Task to Queue and execute togather.
|
2021-08-28 00:40:48 +08:00 |
yanghaoran
|
a0ff742442
|
prune less effective Ascend testcases to level1
|
2021-08-27 19:59:59 +08:00 |
l00591931
|
4f4a344149
|
Vjp and fix jvp
|
2021-08-27 18:26:57 +08:00 |
sl_wang
|
4c302c0c5b
|
bert script for thor generalization
|
2021-08-27 18:06:35 +08:00 |
tanghuikang
|
be0e94626a
|
Add st for error manager
|
2021-08-27 16:29:15 +08:00 |
yanghaoran
|
50c5a61235
|
prune less effective GPU testcases to level1
|
2021-08-27 16:11:58 +08:00 |
i-robot
|
c90d40f344
|
!22398 fixed st scripts
Merge pull request !22398 from anancds/node
|
2021-08-27 06:35:43 +00: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 |
i-robot
|
dc745bb608
|
!22411 add ST for RDR::TriggerAll()
Merge pull request !22411 from liangyongxiong/master
|
2021-08-27 01:47:24 +00:00 |
i-robot
|
b210a1bba5
|
!22437 Revert "Fix the execution sequence problem of the load in maketuple"
Merge pull request !22437 from Margaret_wangrui/load_in_maketuple
|
2021-08-27 01:36:30 +00:00 |
chendongsheng
|
9d3e0b86fb
|
fixed st scripts
|
2021-08-27 09:22:52 +08:00 |
i-robot
|
e6e1f37ae4
|
!22346 [Core] Fix the bug of scope setting when cloning nodes
Merge pull request !22346 from Xiaoda/86-fix-the-fullname-scope-bug
|
2021-08-26 13:04:15 +00:00 |
Margaret_wangrui
|
d7ed03cbb9
|
Revert "Fix the execution sequence problem of the load in maketuple"
This reverts commit d0d0cc2c71 .
|
2021-08-26 20:20:09 +08:00 |
i-robot
|
8c6d4a05fc
|
!22397 Add JVP for forward mode auto diff.
Merge pull request !22397 from LiangZhibo/fwd2
|
2021-08-26 11:28:22 +00:00 |
i-robot
|
20f25c497f
|
!22400 Create new graph for pynative mode.
Merge pull request !22400 from gaoyong10/for_commit_0825
|
2021-08-26 11:05:12 +00:00 |
l00591931
|
c07c286fcd
|
Add forward mode auto diff
|
2021-08-26 16:35:41 +08:00 |
liangyongxiong
|
44ad1cf23b
|
add ST for RDR::TriggerAll()
|
2021-08-26 15:01:11 +08:00 |
i-robot
|
8e39dd4ec7
|
!22173 ascend add nontask sink mode
Merge pull request !22173 from baihuawei/graph_mode_nonsink_part3-2
|
2021-08-26 06:20:36 +00:00 |
i-robot
|
23a5c64ce0
|
!22218 Add graph kernel userdefine op support
Merge pull request !22218 from zichun_ye/graph_kernel_userdefine
|
2021-08-26 04:04:40 +00:00 |
i-robot
|
785e5fe6fd
|
!22359 add st for pynative synchronize
Merge pull request !22359 from chujinjin/add_st_for_pynative_synchronize
|
2021-08-26 03:35:11 +00:00 |
gaoyong10
|
9fb5ce3b87
|
Create new graph for pynative mode.
|
2021-08-26 11:16:15 +08:00 |
i-robot
|
c710b57efe
|
!22336 add rolling cpu kernel
Merge pull request !22336 from zhujingxuan/master
|
2021-08-26 02:38:12 +00:00 |
Xiaoda Zhang
|
b2703879c6
|
fix the scope setting error when cloning nodes
|
2021-08-26 10:25:38 +08:00 |
i-robot
|
76a37daa43
|
!22358 thor generalization code submit
Merge pull request !22358 from wangshuangling/master
|
2021-08-25 13:46:27 +00:00 |
chujinjin
|
5937d03355
|
add st for pynative synchronize
|
2021-08-25 17:27:54 +08:00 |
sl_wang
|
222b6684e0
|
second order optimizer thor generalization
|
2021-08-25 15:38:01 +08:00 |
baihuawei
|
a9694a9230
|
ascend add nontask sink mode
|
2021-08-25 14:45:58 +08:00 |
Zichun Ye
|
a7d89f6686
|
add graph kernel userdefine op support
fix code check
|
2021-08-25 14:37:28 +08:00 |
zhujingxuan
|
ad389316cb
|
add rolling cpu kernel
|
2021-08-25 11:57:18 +08:00 |