pytorch/caffe2/queue
Aapo Kyrola f44991b398 add timeout argument to DequeueBlobs; use 10 min timeout for data workers
Summary: As title. This helps with (quite common) cases where data input is stuck for reason or another, and the net execution never proceeds and is stuck forever.

Reviewed By: andrewwdye

Differential Revision: D5409885

fbshipit-source-id: 840261fd5964408f788fc0f50ece0d74193694ac
2017-07-13 18:52:03 -07:00
..
blobs_queue.h add timeout argument to DequeueBlobs; use 10 min timeout for data workers 2017-07-13 18:52:03 -07:00
CMakeLists.txt Linter fix up to sync fbsource and github 2017-01-06 15:36:17 -08:00
queue_ops.cc add timeout argument to DequeueBlobs; use 10 min timeout for data workers 2017-07-13 18:52:03 -07:00
queue_ops.h add timeout argument to DequeueBlobs; use 10 min timeout for data workers 2017-07-13 18:52:03 -07:00
queue_ops_gpu.cc Add CUDA support for Safe{Enqueue,Dequeue}BlobsOps 2017-02-01 09:44:37 -08:00
rebatching_queue.cc auto -> return type for C++11 support 2017-05-03 09:08:50 -07:00
rebatching_queue.h caffe2: rebatching queue for MultiTask 2017-05-02 15:22:46 -07:00
rebatching_queue_ops.cc caffe2: rebatching queue for MultiTask 2017-05-02 15:22:46 -07:00
rebatching_queue_ops.h caffe2: rebatching queue for MultiTask 2017-05-02 15:22:46 -07:00