summaryrefslogtreecommitdiff
path: root/src/caffe/syncedmem.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-021. Porting Caffe onto ARM Compute Library.Yao Honggui1-0/+19
2017-01-06Switched multi-GPU to NCCLCyprien Noel1-15/+44
2015-11-12Functions shall return a value in syncedmemTea1-0/+2
2015-10-21Clean redundant/unnecessary headersKang Kim1-2/+0
2015-09-25Add flag on how host memory is allocatedRonghang Hu1-4/+4
2015-08-09Multi-GPUCyprien Noel1-1/+33
2015-08-09Persistent prefetch threadCyprien Noel1-0/+12
2014-08-12Fix caffe/alt_fn lint errors.Jeff Donahue1-2/+2
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-2/+0
2014-07-17collect CUDA includes and calls, separate from CPU-only mode, leave outEvan Shelhamer1-2/+18
2014-07-10Replace cudaMemcpy with caffe_gpu_memcpy in SyncedMemory per @longjonKai Li1-2/+2
2014-07-10Implement @Yangqing's solution to copy memory in the SyncedMemoryKai Li1-4/+2
2014-07-10Switch to GPU mode when pointer is move to or from GPU in SyncedMemoryKai Li1-0/+2
2014-07-03reduce caffe_copy to instantiations, split off caffe_memcpy for void*Evan Shelhamer1-2/+2
2014-07-03replace all memcpy by caffe_copyEvan Shelhamer1-2/+3
2014-07-03switch to unified virtual addressing CUDA memcpyEvan Shelhamer1-2/+2
2014-05-02add set_cpu_data to Blob and SyncedMemoryJonathan L Long1-1/+13
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2013-10-28option to run on cpu without gpuYangqing Jia1-3/+3
2013-10-07misc updateYangqing Jia1-1/+0
2013-09-24cpplintYangqing Jia1-1/+2
2013-09-23pylint and code cleaningYangqing Jia1-3/+3
2013-09-23copyright messageYangqing Jia1-0/+2
2013-09-22naming. I might regret it someday.Yangqing Jia1-0/+84