summaryrefslogtreecommitdiff
path: root/caffe2/queue
AgeCommit message (Expand)AuthorFilesLines
2019-03-29Tensor construction codemod(raw_mutable_data) (#16373)Jerry Zhang1-1/+2
2019-03-19fix -Wsign-compare warnings for some files inside c2 (#18123)Hector Yuen2-5/+5
2019-01-15Remaining Tensor API fixes - dims() -> sizes() (#15743)Jerry Zhang1-2/+2
2019-01-11Add/fallback some operators for mkl-dnn (#11696)Cheng,Penghui1-0/+11
2018-12-10Tensor construction codemod - 2/3 (#14836)Jerry Zhang1-2/+2
2018-11-28Remove Context dependency from Tensor class (#14269)Dmytro Dzhulgakov1-1/+1
2018-11-16Windows shared build (#13550)ArutyunovG1-2/+2
2018-11-16Change hip filename extension to .hip (#14036)Junjie Bai1-4/+6
2018-11-06Rename ndim() -> dim() - 5/6Jerry Zhang2-3/+3
2018-10-30Renaming meta() to dtype() - 2/2 (#13334)Jerry Zhang2-6/+6
2018-10-29Renaming size() to numel() - 2/2Jerry Zhang2-5/+5
2018-10-24Renaming dims() to sizes() (caffe2/caffe2) - 4/4Jerry Zhang2-5/+5
2018-10-05Make caffe2::Tensor::dims() return an IntList instead of a const vector& (#12...Edward Yang1-2/+2
2018-09-25Unify all *_EXPORT and *_IMPORT macros across c++ backend (#12019)Yangqing Jia1-1/+1
2018-09-22Remove many caffe2::TIndex and replace them with int64_t (#11943)Christian Puhrsch1-1/+1
2018-08-15build changes to make cpu unified build working. (#10504)Yangqing Jia1-1/+1
2018-08-07s/DISABLE_COPY_AND_ASSIGN/AT_DISABLE_COPY_AND_ASSIGN/ (#10275)Edward Yang1-1/+1
2018-07-27Remove template parameter from Tensor (#9939)Jerry Zhang4-9/+9
2018-07-26Revert D8121878: Remove template parameter from TensorJerry Zhang4-9/+9
2018-07-26Remove template parameter from Tensor (#13)Jerry Zhang4-9/+9
2018-07-24Eanble python tests on ROCM (#9616)Junjie Bai2-4/+18
2018-06-27fbshipit-source-id: ba600fcd2b5cefc7621357bdeb05e24cea02e5afOrion Reblitz-Richardson1-1/+1
2018-06-08[cmake] Make cudnn optional (#8265)Yangqing Jia1-3/+0
2018-03-27Remove Apache headers from source.Orion Reblitz-Richardson11-176/+0
2018-02-26Add operation time metrics to blobs_queue.Orion Reblitz-Richardson2-0/+15
2018-02-02Cleanup operator docs for catalog generation.Orion Reblitz-Richardson1-13/+12
2018-01-26Add CaffeEnforce in SafeDequeueOpYan Shang1-3/+12
2018-01-24weighted sampling reader dequeue outputs table indexHuazhong Ning2-4/+20
2017-12-23Misc Windows lintYangqing Jia1-1/+1
2017-12-11Fix compilation on GCC 7Pieter Noordhuis1-6/+3
2017-11-22reapply header change after xplat moveYangqing Jia3-0/+3
2017-09-28Re-license to ApacheYangqing Jia11-1/+176
2017-08-31Ability to dequeue and concat multiple records in a single QueueDequeue opAlisson Gusatti Azzolini2-1/+57
2017-08-29Added USDT probes needed to support QueueSnoopRomain Cledat2-1/+24
2017-08-11Caffe2: support Tensor in BlobsQueueDBJerry Pan1-2/+14
2017-08-07Fix buildYangqing Jia3-114/+147
2017-08-06Caffe2: add a DB that's wrapped around a BlobsQueue as an adapter for data fr...Jerry Pan2-0/+194
2017-07-24Add linter for enforcing caffe operator documentationHenry Lu2-6/+0
2017-07-21comment out unused parametersVictor Gao1-1/+1
2017-07-17Rename def() to debug_def()Junjie Bai1-3/+5
2017-07-17Revert D5348078: Add linter for enforcing caffe operator documentationAapo Kyrola2-0/+6
2017-07-17Add linter for enforcing caffe operator documentationHenry Lu2-6/+0
2017-07-13add timeout argument to DequeueBlobs; use 10 min timeout for data workersAapo Kyrola3-8/+36
2017-05-03auto -> return type for C++11 supportBram Wasti1-1/+3
2017-05-02caffe2: rebatching queue for MultiTaskJanusz Kudelka4-0/+456
2017-04-19Weighted sampling dequeue operatorLei Chen2-6/+71
2017-03-24More perf stats for BlobsQueueAlisson Gusatti Azzolini2-2/+14
2017-02-21Performance countersAlisson Gusatti Azzolini1-1/+12
2017-02-01Add CUDA support for Safe{Enqueue,Dequeue}BlobsOpsRoss Girshick2-2/+6
2017-01-06Linter fix up to sync fbsource and githubBram Wasti1-1/+0