zhoufeng
f49b195c39
extract common as an independent shared library
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
huanghui
4a873ff4ed
Fix the bug of "Could not create logging file: No such file or directory/File exists"
4 years ago
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
4 years ago
djc
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
4 years ago
LaiYongqiang
5e79bd6349
get kernel build server dir path from python
4 years ago
zhoufeng
31a573a4d6
fix log lock in signal handler
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
zhoufeng
0fd40e480d
code clean
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
zhoufeng
a2114f29eb
code clean
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
zhoufeng
d2d62614eb
kill subprocess when main process exit
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
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
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
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
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
Zhang Qinghua
42218a1dc3
Fix the codedex issues and other issues.
5 years ago
Zhang Qinghua
960da5cbed
Decouple the backend TBE from binding Python API.
5 years ago