mindspore-ci-bot
00ea69108c
!15594 fix data trans error
From: @liubuyu
Reviewed-by: @zhoufeng54,@jjfeing
Signed-off-by: @jjfeing
5 years ago
zuochuanyong
e7ea343738
add format transform pass on cpu
5 years ago
liubuyu
c510760f31
fix data trans bug
5 years ago
mindspore-ci-bot
5298b1d225
!14571 remove useless thread pool code
From: @kisnwang
Reviewed-by: @zhoufeng54,@jjfeing
Signed-off-by: @zhoufeng54
5 years ago
kswang
0909ba2884
remove useless thread pool code
5 years ago
LianLiguang
9b94b6f8ed
fix codex && reviewbot
5 years ago
zhoufeng
ec7f9f395a
fix cmake lint
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
liubuyu
518818fbef
reshape type for 3d nodes
5 years ago
liubuyu
6f4b1880df
update frac_z trans func compute, change the order c and d
5 years ago
liubuyu
83e2a4eb08
bug fix for fracz_3d to ncdhw trans in host
5 years ago
liubuyu
8ff36d3079
reset cube compute mode
5 years ago
liubuyu
4a3cbda322
get cube size by dtype
5 years ago
xsmq
73b7154e55
fix cmakelint error
5 years ago
liubuyu
d4050cf98d
support ncdhw <-> frac_z_3d data trans at host
5 years ago
zhoufeng
d2d62614eb
kill subprocess when main process exit
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
kswang
9a47579842
fix thread pool performance problem
5 years ago
kswang
8ffb5c9257
use thread pool for some cpu kernel
5 years ago
mindspore-ci-bot
2ced65ece3
!9461 add dynamic rnn grad split pass for pynative
From: @lianliguang
Reviewed-by: @chujinjin
Signed-off-by: @chujinjin
5 years ago
LianLiguang
cae4abb5e0
add dynamic rnn grad pass for pynative
5 years ago
jiangzhenguang
c45eee9b94
add conv3d object
5 years ago
liubuyu
e3fa342d72
support 3d format
5 years ago
liubuyu
04136bdf66
nop node infer shape
5 years ago
Yi Huaijie
d7faa77b5e
support int64 shape
5 years ago
huanghui
a4b485eb51
thread pool
5 years ago
Zhang Qinghua
28d7ab48a8
Add SIG_CHLD signal handler back, and remove SIG_IGN.
5 years ago
Zhang Qinghua
8f72f28180
Remove the timeout function in kernel build client.
5 years ago
mindspore-ci-bot
bc8115ae66
!6061 fix for thread log lock
Merge pull request !6061 from kisnwang/fix-fork-thread-lock
5 years ago
mindspore-ci-bot
7d3a9d78b7
!6024 Fix CodeDEX issues in DuplexPipe.
Merge pull request !6024 from 张清华/master2
5 years ago
kswang
32a7af79b6
fix fork thread lock
5 years ago
Zhang Qinghua
4c81588371
Fix CodeDEX issues in DuplexPipe.
Remove reentrant function in signal handler;
Just close self in client when timeout during transaction;
5 years ago
liubuyu
23a298ca81
support new format frac_zn_lstm
5 years ago
Zhang Qinghua
f59bdf0f00
Don't print error log when group processes status change.
5 years ago
Zhang Qinghua
83b7976d67
Fix the kernel build server quit issue.
5 years ago
Zhang Qinghua
e4b7811b4f
Not let parent process exit any more
5 years ago
Zhang Qinghua
872dc1d4db
Set SigChld handler's log information from ERROR to INFO.
5 years ago
mindspore-ci-bot
5b1cf18cb9
!5055 prepare to support int64
Merge pull request !5055 from lirongzhen1/int64
5 years ago
mindspore-ci-bot
7b10f21f2d
!5161 Fix the defunct process issue when run 8P case in GPU mode.
Merge pull request !5161 from ZhangQinghua/master
5 years ago
lirongzhen1
531ad4df70
prepare to support int64
5 years ago
Zhang Qinghua
be1c49ee79
Fix the defunct process issue.
When run multiple processes by 'mpirun',
parent process never quit even Exception happens,
which caused by MPI_Finalize() never returned.
5 years ago
WilliamLian
e95b42496c
fix circle bug of opt depend && merge cast
5 years ago
mindspore-ci-bot
58523a41fe
!4392 use builtin float16 for arm
Merge pull request !4392 from xychow/use-float16-in-arm-neon
5 years ago
mindspore-ci-bot
e6e67c4bcf
!4561 Remove `strerror()` function and check string size before use `substr()`.
Merge pull request !4561 from ZhangQinghua/master1
5 years ago
Zhang Qinghua
42218a1dc3
Fix the codedex issues and other issues.
5 years ago
zhousiyi
e1aa49a4b7
use built-in float16 in arm_neon.h for lite arm
5 years ago
WilliamLian
6760d9976d
add reshape type to tensor
5 years ago
liubuyu
d81862a916
decoupling core and context
5 years ago
Zhang Qinghua
960da5cbed
Decouple the backend TBE from binding Python API.
5 years ago
liubuyu
43c79eb853
mindspore path adjust
5 years ago
ZPaC
f8c7ae7639
Add front end expressions for PS kernels.
5 years ago
gong chen
a6dfa281ea
Init GraphKernel.
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
5 years ago