hwjiaorui
00e471ebfa
tbe json review
4 years ago
i-robot
609ac1140a
!20588 tbe json creator refactor
Merge pull request !20588 from hwjiaorui/json_creator
4 years ago
i-robot
eca27f5915
!20572 add security compilation options
Merge pull request !20572 from zhangbuxue/add_security_compilation_options
4 years ago
buxue
733f765063
add security compilation options
4 years ago
hwjiaorui
bb9b27cf86
tbe json creator refactor
4 years ago
ckey_Dou
0f39a26703
update the regular expression from '*' to '.*'
4 years ago
ckey_Dou
df62f1624d
update OWNERS for Graph Kernel
4 years ago
i-robot
fd72de08d9
!20174 Send compilation attrs to akg
Merge pull request !20174 from DeshiChen/0708_compilewithjson
4 years ago
dayschan
3ab53dd26d
Send compilation attrs to akg
1. Add a new message type "AKG/ATTR" in AkgKernelBuilder.
the attrs was sent before the kernel infos.
2. Send "online_tuning" attribute when the flag is not zero,
but error occurs in the latest akg submodule.
3. Send "repository_path" attribute when the flag is not empty.
4. Add a new value "compute_capability" into kernel info when the processor is GPU.
4 years ago
limingqi107
4ce65f0f52
fix bug of output none and share weight
4 years ago
i-robot
e81aaf5043
!19936 Optimize signal util for ctrl+c
Merge pull request !19936 from VectorSL/signal
4 years ago
vector
ee057e57ec
update signal
4 years ago
lizhenyu
2ef6aa29e0
bugfix output contain tuple
4 years ago
lizhenyu
444469ed77
[bugfix]CPU version core dump when destroy resource of net which includes op BatchNorm and BatchNormGrad
4 years ago
lizhenyu
cde12f6d98
bugfix: reinitialize for cpu kernels which do not support multi-thread
4 years ago
caifubi
629111c6d3
Add TensorCopySlice Op
4 years ago
yujianfeng
773959fbd3
Add a experimental bprop directory to store new bprop
4 years ago
i-robot
311e59c190
!17297 dynamic_shape_pipeline
Merge pull request !17297 from wanyiming/dynamic_shape_pipeline
4 years ago
lingyunli63
3679e99fe8
fix recompute_fuse with reshape user
4 years ago
i-robot
0c360ea2d6
!16766 Add recompute fuse
Merge pull request !16766 from lingyunli63/recompute_fuse
4 years ago
yuchaojie
689158f79b
FracZ format conversion when conv2d group > 1
4 years ago
lingyunli63
a995bea507
recompute_fuse
4 years ago
wanyiming
b37c99b112
dynamic
4 years ago
yujianfeng
e88d058787
Add bprop cache
5 years ago
i-robot
1c991331b9
!18361 code check clean
Merge pull request !18361 from yuchaojie/code-clean
4 years ago
i-robot
ca5c8775b7
!18034 code security check
Merge pull request !18034 from zhangbuxue/code_security_check
4 years ago
yuchaojie
cd9636b974
code check clean
4 years ago
buxue
d50d46013b
code security check
4 years ago
lizhenyu
887d96063b
unify runtime support pynative hook
4 years ago
i-robot
d8587e86cc
!18207 code clean master
Merge pull request !18207 from zhaosida/code_clean_master
4 years ago
i-robot
c066087f06
!17998 GraphKernelFlags supports setting default value by opt_level
Merge pull request !17998 from DeshiChen/0528_flag_defaultvalue
4 years ago
zhaosida
65c96c0283
code clean master
4 years ago
dayschan
4dde1d8e2d
Add default value for graph_kernel_flags
some flags, like "enable_stitch_fusion" and "enable_parallel_fusion", are enabled by default when opt_level=3.
and user can manually disable these flags.
4 years ago
huanghui
9690492b61
fix code static check
4 years ago
i-robot
50304d82fb
!17661 add permission for save files
Merge pull request !17661 from zhangbuxue/add_permission_for_save_files
4 years ago
buxue
0049109d11
add permission for save files
4 years ago
lizhenyu
f3e5d67512
fix core dump when destroy device context in PyNative mode
4 years ago
mindspore-ci-bot
b12b780163
!17404 Combine Cpp infered shape and type to abstract
From: @lianliguang
Reviewed-by: @ginfung
Signed-off-by:
4 years ago
lianliguang
68f3b5784f
add a process of make type and shape to be abstract
4 years ago
yanzhenxiang2020
16b43bca49
add DynamicStitch and SearchSorted aicpu ops
4 years ago
mindspore-ci-bot
5c1187490c
!16559 Add hybrid training kernels
From: @zpac
Reviewed-by: @cristoval
Signed-off-by:
4 years ago
mindspore-ci-bot
26f09bed9b
!17418 Add MaskedSelect CPU Operation
From: @wuxuejian
Reviewed-by: @liangchenghui,@c_34
Signed-off-by: @liangchenghui
4 years ago
ZPaC
e8a581c776
Add hybrid training kernels
4 years ago
mindspore-ci-bot
c77e7de1dc
!17313 fix static check
From: @jiang-shuqiang
Reviewed-by: @yelihua,@ouwenchang
Signed-off-by: @ouwenchang
4 years ago
wuxuejian
5ad5e427d0
Add MaskedSelect CPU Operation
4 years ago
kswang
5e8cbedd9a
remove duplicate code
4 years ago
jiangshuqiang
6154f957fb
fix static check
4 years ago
mindspore-ci-bot
cd337ddb7f
!16809 fix lenet model coredump while matmul's shape not match
From: @zhangzhaoju
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
4e741f8aa6
!16701 gpu matmul and biasadd fusion
From: @wilfchen
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @limingqi107
4 years ago
zhangzhaoju
007013b5af
issue#I3A1EG coredump while input lshape not match for lenet
4 years ago