summaryrefslogtreecommitdiff
path: root/caffe2/utils
AgeCommit message (Expand)AuthorFilesLines
2018-10-31Add back HIP support to async net (#13400)Junjie Bai2-0/+9
2018-10-30Optimize rowwise_moments by MKL (#13329)Xiaomeng Yang1-0/+36
2018-10-30Renaming meta() to dtype() - 2/2 (#13334)Jerry Zhang1-1/+1
2018-10-30Revert D12809293: Kill more weird constructors on TensorDan Nguyen1-2/+5
2018-10-30Kill more weird constructors on TensorDmytro Dzhulgakov1-5/+2
2018-10-29Renaming size() to numel() - 2/2Jerry Zhang3-77/+77
2018-10-29Remove calls to CopyFrom that can be sync (#13205)Dmytro Dzhulgakov2-37/+19
2018-10-29Re-enable experimental ops build (#12821)Sebastian Messmer1-5/+5
2018-10-26Simplify thread pool creation logic (#13114)Ilia Cherniavskii2-0/+13
2018-10-25Remove optional from caffe2 utils (#12965)Wanchao Liang1-977/+0
2018-10-24Back out "Migrate DeviceOption.numa_node_id to DeviceOption.device_id"Junjie Bai1-2/+14
2018-10-24Move Device and DeviceType to c10Edward Yang1-1/+1
2018-10-23Add missing NCHW2NHWC symbols for HIP (#13000)Junjie Bai1-0/+144
2018-10-23Fix illegal code in rocblas_handle rocblas_handle() that causes failure w/ gc...iotamudelta1-14/+14
2018-10-22Optimize NCHW2NHWC on GPU (#12910)Xiaomeng Yang5-279/+467
2018-10-19Migrate DeviceOption.numa_node_id to DeviceOption.device_idJunjie Bai1-14/+2
2018-10-17Using c10 namespace across caffe2. (#12714)Yangqing Jia2-4/+4
2018-10-16Rename TypeMeta function pointers (#12306)Sebastian Messmer4-4/+4
2018-10-16New serialization format (#12384)Lu Fang2-195/+0
2018-10-15Move some files to c10/util (#12245)Sebastian Messmer13-1423/+1
2018-10-15Move exception to C10 (#12354)Yangqing Jia4-43/+37
2018-10-10Migrate HIP to use DeviceOption.device_id and delete DeviceOption.hip_gpu_idJunjie Bai1-3/+1
2018-10-09Rename cuda_gpu_id to device_id in DeviceOption (#12456)Junjie Bai2-5/+20
2018-10-08Back out "Back out "[caffe2] Use custom CPU thread pool in async_scheduling""...Ilia Cherniavskii1-5/+13
2018-10-08Implement 3D and 4D parallelization in Caffe2 thread pool (#12455)Marat Dukhan2-23/+266
2018-10-06Back out "[caffe2] Use custom CPU thread pool in async_scheduling" (#12415)Gregory Chanan1-13/+5
2018-10-05Use custom CPU thread pool in async_scheduling (#12295)Ilia Cherniavskii1-5/+13
2018-10-04Remove CAFFE2_UNIQUE_LONG_TYPEMETA (#12311)Yangqing Jia1-9/+0
2018-10-04move flags to c10 (#12144)Yangqing Jia5-33/+33
2018-10-03wipe cache with writes (#12279)Jongsoo Park1-1/+2
2018-10-02Revert D10098106: [pytorch][PR] [WIP] New version of PT1 model formatDmytro Dzhulgakov2-0/+195
2018-10-01Back out "Revert D10123245: Back out "codemod cuda_gpu_id to device_id"" (#12...Junjie Bai2-4/+4
2018-10-01New version of PT1 model format (#12149)Lu Fang2-195/+0
2018-10-01Revert D10123245: Back out "codemod cuda_gpu_id to device_id"Rick Ratmansky2-4/+4
2018-10-01Back out "codemod cuda_gpu_id to device_id"Yang Liu2-4/+4
2018-09-27codemod cuda_gpu_id to device_id (#12022)Junjie Bai2-4/+4
2018-09-25Unify all *_EXPORT and *_IMPORT macros across c++ backend (#12019)Yangqing Jia6-303/+328
2018-09-25Removing some dependency edges from Blob to other caffe2 (#12043)Sebastian Messmer2-40/+40
2018-09-25Back out "Removing some dependency edges from Blob to other caffe2"Maciej Bargiel2-40/+40
2018-09-24Removing some dependency edges from Blob to other caffe2 (#11923)Sebastian Messmer2-40/+40
2018-09-24Miscellaneous updates for CUDA 10 (#12017)Syed Tousif Ahmed1-1/+1
2018-09-22Remove many caffe2::TIndex and replace them with int64_t (#11943)Christian Puhrsch7-28/+28
2018-09-20codemod: caffe::float16 -> at::Half (#11785)Roy Li2-171/+171
2018-09-20Replace float16 with at::Half in caffe2 (#11676)Roy Li6-426/+17
2018-09-19Fix Array.h when compiled with C++17 (#11816)Edward Yang1-1/+1
2018-09-19OperatorDef <==> NodeProto Conversion (#11621)Lu Fang3-0/+212
2018-09-17Enable build_python on windows (#11385)Mingzhe Li1-92/+92
2018-09-13Constexpr std::move / std::forward for C++11 (#11396)Sebastian Messmer2-8/+6
2018-09-11New Serialization ProtoLu Fang1-0/+15
2018-09-07Remove FULL_CAFFE2 flag (#11321)Orion Reblitz-Richardson2-7/+9