Commit Graph

611 Commits

Author SHA1 Message Date
kswang 296fb69b54 update owners 2022-04-01 15:25:54 +08:00
i-robot e239e26598
!32298 move the graph_kernel_flags.cc/h to graph_kernel's directory
Merge pull request !32298 from DeshiChen/0329_flags
2022-04-01 06:06:56 +00:00
i-robot 3e7694ff85
!26342 [assistant][ops] Add FractionalMaxPool
Merge pull request !26342 from 徐喻琳/FractionalMaxPool
2022-04-01 03:44:30 +00:00
i-robot ea6fa0994b
!26311 [assistant] [ops] Add new math operator SquaredDifference
Merge pull request !26311 from TR-nbu/SquaredDifference
2022-04-01 01:32:25 +00:00
i-robot c14ff2db90
!32392 add BatchMatmulReduceSumFusionPass for buffer fusion
Merge pull request !32392 from yuchaojie/ub_fusion2
2022-04-01 01:32:14 +00:00
i-robot d39a2e45f0
!32398 bugfix: recovery fail when kill and pull worker twice
Merge pull request !32398 from zyli2020/worker_failover_bp
2022-04-01 00:43:03 +00:00
i-robot ccd3b6c028
!32294 [MS][LITE][TRAIN] fix bn grad bug
Merge pull request !32294 from jianghui58/train_dev
2022-03-31 12:46:10 +00:00
lizhenyu 0aae542f4f bugfix: recovery fail when kill and pull worker twice 2022-03-31 19:56:23 +08:00
i-robot 33043305e6
!32300 [MSLITE][CPU] softmax op optimization
Merge pull request !32300 from Greatpan/softmax_opt
2022-03-31 11:44:54 +00:00
jianghui58 51fe09c926 fix bn grad bug 2022-03-31 15:34:12 +08:00
“xuyulina” d147959bac [feat] [assistant] [I471DB] add new Ascend operator FractionalMaxPool 2022-03-31 15:11:13 +08:00
greatpanc 642259a70a softmax opt 2022-03-31 15:01:50 +08:00
i-robot 9a9317fe76
!30282 [assistant] [ops] Add new array operator Select
Merge pull request !30282 from TR-nbu/Select
2022-03-31 06:23:17 +00:00
dayschan 6dd20326b7 move the graph_kernel_flags.cc/h to graph_kernel's directory 2022-03-31 11:23:16 +08:00
i-robot 0cbe99225e
!32068 dynamic shape feed mode backend bugfix
Merge pull request !32068 from Henry Shi/branch_sxy_3
2022-03-31 02:32:04 +00:00
i-robot be0cc56000
!32304 [MSLITE][CPU] AVX512/256/SSE/NENO Advanced packaging, and cast and fill (total 4) Refactoring and optimization
Merge pull request !32304 from Greatpan/avx512_cast_fill
2022-03-31 02:29:35 +00:00
NBUFabio b99fed3fe1 [feat] [assistant] [I48O86] add new array operator SquaredDifference 2022-03-31 09:44:53 +08:00
i-robot 4367754622
!32302 [MSLITE][CPU] broadcast infer bugfix
Merge pull request !32302 from Greatpan/broadcast_infer_bugfix
2022-03-31 01:28:32 +00:00
greatpanc c5d3d0da5c avx512 fill and cast op 2022-03-30 19:57:53 +08:00
i-robot 92e70a7e3c
!32212 【bugfix】Use group rank id replace global rank id to check unique id valid
Merge pull request !32212 from zyli2020/worker_failover_bp
2022-03-30 09:20:25 +00:00
detectiver 679c425f12 [feat] [assistant] [I48O62] add new array operator Select 2022-03-30 17:14:47 +08:00
i-robot dad943d6f6
!32184 Encapsulate methods and optimize logs.
Merge pull request !32184 from ZPaC/sync-bug-fix-for-new-ps
2022-03-30 05:41:23 +00:00
i-robot b67ba47446
!30266 [assistant] [ops] [I4CRJJ] add new array operator Triu
Merge pull request !30266 from ruili/Triu
2022-03-30 03:00:48 +00:00
ZPaC 35e4e9aed6 Encapsulate methods and optimize logs. 2022-03-30 09:34:31 +08:00
Henry db7b22dcac dynamic shape feed mode backend bugfix 2022-03-30 00:33:09 +08:00
i-robot 44e39ce211
!31573 [Dynamic][Gpu]fix some dynamic operators and add test cases
Merge pull request !31573 from hanhuifeng/dyn_gpu_fix
2022-03-29 13:20:13 +00:00
i-robot abf0c022a9
!26505 [assistant] [ops] [I48O8K] add new array operator RightShift
Merge pull request !26505 from 王超/rightshift
2022-03-29 13:14:24 +00:00
i-robot ebc5c75a4b
!32051 [MSLITE][CPU] AVX512/256/SSE/NENO Advanced packaging, and layernorm Op Refactoring and optimization
Merge pull request !32051 from Greatpan/avx512_layer_norm
2022-03-29 12:21:28 +00:00
i-robot 935f57cf9b
!32190 [MSLITE] delete nnacl LiteDataType
Merge pull request !32190 from ling/dt
2022-03-29 11:41:10 +00:00
lizhenyu de60949038 [bugfix] use group rank id replace global rank id for broadcast unique id 2022-03-29 19:39:32 +08:00
greatpanc eda5454377 broadcast infer bugfix 2022-03-29 16:26:33 +08:00
hanhuifeng2020 790118a4e8 [Dynamic][Gpu]fix some dynamic operators and add test cases 2022-03-29 15:31:57 +08:00
yuchaojie fc3f10bcb6 add BatchMatmulReduceSumFusionPass for buffer fusion 2022-03-29 12:34:00 +08:00
i-robot f9f53bce57
!31757 [MSLITE] code optimize
Merge pull request !31757 from 刘力力/master
2022-03-29 02:53:50 +00:00
i-robot 98d6c16fe6
!32079 clean code.
Merge pull request !32079 from liuchuting/new
2022-03-29 02:05:46 +00:00
ling 92b9d953d0 [MSLITE] delete nnacl LiteDataType 2022-03-29 09:55:59 +08:00
larrygld aeb0b2090b [assistant][ops] Add array operators Triu 2022-03-28 21:25:29 +08:00
greatpanc 0bb93dec2a avx512 layer_norm support 2022-03-28 20:57:01 +08:00
i-robot 0a42f9b928
!32066 fix output index out_of_range problem when node has no output in RunOpInsertTransData
Merge pull request !32066 from yuchaojie/op_select2
2022-03-28 12:48:58 +00:00
i-robot b86ea90fb3
!32010 [MS][LITE]rename experiment dir, this is a typo issue
Merge pull request !32010 from zhaizhiqiang/master
2022-03-28 11:20:59 +00:00
liuchuting 7d0ca5a10d Profiler conditional enabled cannot be used. 2022-03-28 18:57:02 +08:00
王超 0cf25e180f [assistant] [ops] [I48O8K] add new array operator RightShift 2022-03-28 18:51:44 +08:00
i-robot c2e0796bdb
!25339 [assistant][ops] Add new Tril
Merge pull request !25339 from 张凯磊/Tril
2022-03-28 09:26:13 +00:00
i-robot 6fad2e6acd
!32069 [MS][LITE][Develop] fix vs build and high version ndk build
Merge pull request !32069 from sunsuodong/fix_build
2022-03-28 09:17:42 +00:00
i-robot 235187547e
!31998 bug fix for syncstream error
Merge pull request !31998 from wangjun/bug_fix_streamsync
2022-03-28 07:53:41 +00:00
i-robot 95e5475f58
!32064 Refine error log when get device count fail
Merge pull request !32064 from zyli2020/master
2022-03-28 06:34:13 +00:00
i-robot 64f175c297
!32050 modify conv grad gpu dynamic shape
Merge pull request !32050 from changzherui/mod_gpu_dynamic_shape
2022-03-28 03:06:21 +00:00
i-robot efae1fc3fa
!32024 fix transdata error for pynative
Merge pull request !32024 from chujinjin/fix_transdata_error_for_pynative
2022-03-28 02:54:51 +00:00
yuchaojie f8e524f262 fix output index out_of_range problem when node has no output in RunOpInsertTransData 2022-03-28 10:42:28 +08:00
lizhenyu ea6c218840 refine error log of get device count 2022-03-28 10:38:46 +08:00