Commit Graph

2482 Commits

Author SHA1 Message Date
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
zhangyihui 3d19949eb4 device_id to rank_id 2021-08-25 09:52:23 +08:00
chenfei 72cab0262e code clean 2021-08-25 09:29:01 +08:00
i-robot 4e81ea7bb0 !22300 Add ut and st case for non tensor input in pynative
Merge pull request !22300 from JoyLvliang/add_st_ut_case_for_pynative_non_tensor_input
2021-08-25 01:23:34 +00:00
lanzhineng 6daabf9a86 mindir:add @ms_function testcase 2021-08-24 17:03:25 +08:00
7347157+joylvliang@user.noreply.gitee.com a30800ecc3 add_st_ut_case_for_pynative_non_tensor_input 2021-08-24 16:44:05 +08:00
i-robot e49904b417 !21982 [MS][GPU] SyncBatchNormFwd/Grad - GPU Kernel
Merge pull request !21982 from danishfarid/SyncBatchNorm_GPU
2021-08-24 06:16:58 +00:00
i-robot fd06532b59 !22243 add Ascend and CPU ST for enabling RDR
Merge pull request !22243 from yuximiao/yuximiao_rdr
2021-08-24 03:50:05 +00:00
danishfarid c34e52c3d6 first commit
updated files

lint fix

lint fix 2

file name changes

CI run issue fix
2021-08-23 17:48:48 -04:00
i-robot af34229974 !22206 fix gather_v2
Merge pull request !22206 from liubuyu/bug_fix
2021-08-23 06:16:06 +00:00
i-robot a84f4feb1a !22214 Add env one card
Merge pull request !22214 from chenfei_mindspore/add_env_one_card
2021-08-23 03:50:51 +00:00
i-robot 866d204658 !22117 Fix resnet st probabilistic failure in daily version.
Merge pull request !22117 from linqingke/resnet
2021-08-23 03:49:04 +00:00
chenfei 303146dea6 add env one card 2021-08-23 10:59:15 +08:00
lby e551d1614d fix tbe op gather_v2 2021-08-23 10:20:56 +08:00
ms_yan 36a8886ca2 Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset"
This reverts commit b077aa1cab.

Revert "[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset"

This reverts commit 4e6f7dc97d.

delete pass_registry_test.cc

comment  hiai_nlu_model_multi.pb related  line
2021-08-23 01:46:38 +08:00
djc b077aa1cab [feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset 2021-08-22 16:26:45 +08:00
djc 4e6f7dc97d [feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset 2021-08-22 13:39:37 +08:00
liangyongxiong ee9d25bff9 add Ascend and CPU ST for enabling RDR 2021-08-22 11:23:19 +08:00
i-robot 9f08cdc4ab !21958 Fix the execution sequence problem of the load in maketuple
Merge pull request !21958 from Margaret_wangrui/load_in_maketuple
2021-08-21 15:18:54 +00:00
i-robot d3c21c003c !22157 gather_v2 case disable
Merge pull request !22157 from liubuyu/bug_fix
2021-08-21 08:55:51 +00:00
lby f09ca7f061 bug fix 2021-08-21 15:00:37 +08:00
linqingke dd30c66985 Fix resnet st probabilistic failure in daily version. 2021-08-20 11:55:04 +08:00
i-robot 09a1a7f1f2 !21924 Add subdirectory for glog and ir_dump
Merge pull request !21924 from huanghui/add-submodule-for-dfx-files
2021-08-20 02:25:52 +00:00
Margaret_wangrui d0d0cc2c71 Fix the execution sequence problem of the load in maketuple 2021-08-20 09:37:42 +08:00
i-robot d978db22ca !22007 update shift op
Merge pull request !22007 from zhujingxuan/update_shift
2021-08-19 10:40:53 +00:00
huanghui 1630dcb0c8 add subdirectory for log and ir_dump 2021-08-19 14:11:16 +08:00
i-robot 8ec16bbab9 !21880 Check ref of update parameters
Merge pull request !21880 from chenfei_mindspore/ascend-control-use-vm
2021-08-19 03:49:12 +00:00
chenfei 4428db97e3 check abstract ref of update parameters 2021-08-18 23:14:14 +08:00
zhujingxuan 7a32af0d91 update shift API and st
(cherry picked from commit 347abe4fbaf9b64cb574a8e5762bf7bebe561f21)
2021-08-18 16:25:07 +08:00
huangbingjian 4fccefdfd8 Re-add F.depend to the script 2021-08-18 14:54:29 +08:00
i-robot 7c95c2dece !21964 use temporary dir as dump dir
Merge pull request !21964 from yelihua/dev
2021-08-18 02:50:41 +00:00
i-robot 8c81b18c15 !21912 Add Multinomial kernel on CPU.
Merge pull request !21912 from chengang/multinomial_cpu_kernel
2021-08-17 12:15:29 +00:00
i-robot f0a7fa47c4 !21908 Add UniformInt & UniformReal kernels on CPU
Merge pull request !21908 from chengang/random_ops
2021-08-17 12:15:18 +00:00
yelihua a3cba3857e use temporary dir as dump dir 2021-08-17 20:11:33 +08:00
cristoval 0a3e584eec add multinomial cpu kernel 2021-08-17 14:54:38 +08:00
i-robot 16d5427743 !21863 update the method for get rank_id
Merge pull request !21863 from yelihua/new-dev
2021-08-16 12:13:01 +00:00
cristoval b7c6f7ec07 add uniform_int and uniform_real on cpu 2021-08-16 20:11:18 +08:00
i-robot 692b39f306 !21821 RL add buffer sample update
Merge pull request !21821 from VectorSL/buffer-sample-update
2021-08-16 09:16:28 +00:00
i-robot ecb2f35665 !21818 add logs when query running jobs
Merge pull request !21818 from laiyongqiang/fusion_dbg
2021-08-16 06:13:58 +00:00
VectorSL 680d319290 update buffer sample gpu 2021-08-16 14:05:51 +08:00
yelihua a6dc9a0a07 get rank id when set hccl env for single card train 2021-08-16 13:44:02 +08:00
i-robot fca1cb34c8 !21490 Ascend control use vm
Merge pull request !21490 from chenfei_mindspore/ascend-control-use-vm
2021-08-16 03:34:54 +00:00
i-robot 223f500bab !21803 mindir: support control flow switch layer
Merge pull request !21803 from lanzhineng/mindir_control_flow
2021-08-16 02:15:16 +00:00
lanzhineng 93a1956978 mindir:support switchlayer 2021-08-15 11:40:05 +08:00
LaiYongqiang c6f5a02237 add logs when querying job 2021-08-14 16:45:05 +08:00
i-robot 2151b927ba !21682 RL add buffer cpu kernel
Merge pull request !21682 from VectorSL/push-buffer-op-cpu
2021-08-14 01:37:30 +00:00
i-robot 69e8603a2b !21774 handle replace in updatestate_eliminate
Merge pull request !21774 from huangbingjian/replace_dev
2021-08-13 11:56:20 +00:00
VectorSL d7232b6630 add buffer cpu kernels 2021-08-13 18:22:18 +08:00
i-robot 724ba3c0bf !21731 Add expanders in c++ code
Merge pull request !21731 from DeshiChen/0809_expander
2021-08-13 10:19:34 +00:00
chenfei d6bc8c2fe3 ascend control in vm
inner test case fix

rm MS_CTX_MULTIGRAPH in ME func grpah cloner

add logs
2021-08-13 17:45:45 +08:00
i-robot 7996b4ec2d !21650 add Shift cpu OP
Merge pull request !21650 from zhujingxuan/master
2021-08-13 09:03:21 +00:00
huangbingjian 88059b76ee handle replace in updatestate_eliminate 2021-08-13 15:54:48 +08:00
i-robot 114f419d0a !21710 fix cropandresize, randomchoicewithmask and pad in CPU
Merge pull request !21710 from huangbo/pclint_fix_master
2021-08-13 01:27:17 +00:00
i-robot 2a9f1bf768 !21714 unify softplus data description and verification
Merge pull request !21714 from zhangbuxue/unify_softplus_data_description_and_verification
2021-08-12 13:39:28 +00:00