Commit Graph

2454 Commits

Author SHA1 Message Date
i-robot f536d88570 !22821 modify resizebilineargrad input type
Merge pull request !22821 from Simson/opinfer
2021-09-03 10:34:11 +00:00
i-robot ebc8874b43 !22817 Synchronize with enter.
Merge pull request !22817 from ZPaC/master
2021-09-03 03:55:09 +00:00
simson f00e22342b modify resizebilineargrad input type 2021-09-03 11:23:00 +08:00
i-robot 5e6287bec1 !22585 Add grad implementation of AdaptiveAvgPool2D
Merge pull request !22585 from zuochuanyong/adaptive_avgpool2d_grad
2021-09-03 01:30:27 +00:00
i-robot 790bfeb292 !21017 [Debugger] Fix convert async dump tool in offline debugger in master
Merge pull request !21017 from TinaMengtingZhang/convert_async_bug_master
2021-09-02 13:23:11 +00:00
wmzheng2020 6d14254cc7 change testcase level0 to level1 2021-09-02 20:56:30 +08:00
i-robot 288ee59f04 !22768 Remove pynative execute of control test cases
Merge pull request !22768 from chenfei_mindspore/open_log_info_of_control
2021-09-02 12:08:08 +00:00
ZPaC 85b9ee02c0 Synchronize with enter. 2021-09-02 16:34:53 +08:00
zuochuanyong 068191f222 add AdaptiveAvgPool2DGrad op 2021-09-02 10:54:33 +08:00
chendongsheng de450c3c1e modify config.json 2021-09-02 10:20:22 +08:00
chenfei 2188d80354 open log info 2021-09-02 09:49:16 +08:00
i-robot bbbd6e0254 !22579 modify resizebilinear infer type
Merge pull request !22579 from Simson/opinfer
2021-09-02 01:02:00 +00:00
TinaMengtingZhang b17b2bc687 Fix convert async dump files failed issue and refactor convert_async.py 2021-09-01 15:10:55 -04:00
i-robot 90e807f066 !22654 add fasterrcnn demo for cross-silo federated
Merge pull request !22654 from zhangqi/0831
2021-09-01 09:19:54 +00:00
unknown 104baf86b6 Rise DeprecatedError on importing explainer 2021-09-01 11:34:02 +08:00
i-robot cc8d614b25 !22650 fixed sparse attention modify
Merge pull request !22650 from yao_yf/fixed_sparse_attention_modify
2021-09-01 01:29:45 +00:00
simson 7a2fbdda85 modify resizebilinear infer type 2021-09-01 09:03:55 +08:00
ZPaC 44d7d43ac6 Fix conifg 2021-08-31 20:09:22 +08:00
zhangqi 0f6c1ab4ee add fasterrcnn demo for cross-silo federated 2021-08-31 16:33:33 +08:00
yao_yf 82889ec56b fixed sparse attention 2021-08-31 16:11:56 +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