Commit Graph

12 Commits (bb97dc2590871fd39eefa000a9f6aedd6d5a1558)

Author SHA1 Message Date
chengduo 6b49401593
Merge pull request #8222 from chengduoZH/feature/fix_buffer_unit_test
7 years ago
kavyasrinet 11acbe687e
Updating the copyright year for the recent files. (#8018)
7 years ago
chengduoZH ac5b1bcbb7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/fix_buffer_unit_test
7 years ago
Abhinav Arora a1fc570197
Fix for program crash when destructor is called before channel close with blocked readers/writers (#8197)
7 years ago
chengduoZH dff5a8e6da add the properties of buffered channel and unbuffered channel
7 years ago
chengduoZH d2a31fb8aa refine unit test
7 years ago
kavyasrinet f215400212 Adding panic logic and test case (#8171)
7 years ago
chengduoZH 70324911e7 refine buffer receive
7 years ago
chengduo b60da6729f Refine buffer channel (#8098)
7 years ago
Abhinav Arora dbe06551b8 Channel should notify both condition variables on close
7 years ago
chengduo adf14b0c70 Refine channel test (#7946)
7 years ago
Yi Wang d082f3a911
Rewrite class Channel to implement buffered and unbuffered channels (#7915)
7 years ago