summaryrefslogtreecommitdiff
path: root/caffe2/core
AgeCommit message (Expand)AuthorFilesLines
2019-04-02Change ReinitializeTensor to use C10_LOG_FIRST_N (#18531)Jerry Zhang1-1/+1
2019-03-31Adding quantized tensor shape/type info support for caffe2=>glow in caffe2 si...Rui Zhu4-2/+33
2019-03-30New operator registration MVP (#18161)Sebastian Messmer1-49/+58
2019-03-26Expose c10 operators to caffe2 by operator name (#18160)Sebastian Messmer1-17/+39
2019-03-22Verify def before infer fensor (#18129)Gerard Goossen1-0/+5
2019-03-19fix -Wsign-compare warnings for some files inside c2 (#18123)Hector Yuen1-3/+3
2019-03-16Caffe2 - Add flag to fails if float point exceptions is detected in operator ...Duc Ngo2-0/+23
2019-03-15Specify overload name in function schema (#18037)Sebastian Messmer1-2/+4
2019-03-15Expose c10 cuda ops to caffe2 (#18036)Sebastian Messmer2-39/+16
2019-03-14Simplify macros for exposing c10 ops to c2 (#17781)Sebastian Messmer1-132/+136
2019-03-14Improve caffe2 operator wrapping (#17743)Sebastian Messmer4-148/+134
2019-03-08Open registration for c10 thread pool (#17788)James Reed4-31/+21
2019-03-08Change message on unknown db type to be friendly (#17795)Dmytro Dzhulgakov1-1/+7
2019-03-08Remove legacy way of exposing caffe2 operators to PyTorch (#17742)Sebastian Messmer3-170/+0
2019-03-06Replace caffe2::DeviceGuard with c10::cuda::CUDAGuard (#17623)Edward Yang9-32/+21
2019-03-06Remove nomscheduler (#17693)Duc Ngo9-1301/+0
2019-03-04Fix XOutput/XOutputTensor for ivalue based c2 operators (#17599)Sebastian Messmer1-1/+5
2019-03-04Fix InputSize/OutputSize for ivalue based operators (#17579)Sebastian Messmer2-7/+52
2019-02-28Allow exposing caffe2 operators with variable number of input tensors to c10 ...Sebastian Messmer2-11/+30
2019-02-27Make C10_MOBILE consistent with how feature macros are usually used (#17481)Sebastian Messmer2-2/+2
2019-02-27Disable c10 dispatcher on mobile (#17078)Sebastian Messmer2-0/+17
2019-02-26Fix operator initialization order (#15445)Ilia Cherniavskii1-2/+4
2019-02-22Better handling of net errors in prof_dag counters (#17384)Ilia Cherniavskii3-26/+102
2019-02-20Rethrow exceptions from RunAsync (#15034)Ilia Cherniavskii1-1/+5
2019-02-20Reinforce scheduling invariants (#17132)Ilia Cherniavskii4-124/+147
2019-02-15caffe2: fix PinnedCPUAllocator cudaHostRegister() leak (#16340)Brian W. Hart1-0/+4
2019-02-14Apply modernize-use-override (2nd iteration)Michael Liu6-12/+14
2019-02-14Use new constructor in USE_SIMPLE_CTOR_DTOR (#17080)Sebastian Messmer1-2/+2
2019-02-13Clean up Storage/StorageImpl constructors (#16948)Dmytro Dzhulgakov1-2/+2
2019-02-12unify c2 and TH allocator (#16892)Dmytro Dzhulgakov5-250/+75
2019-02-12Register CUDA kernels for caffe2 operators (#16691)Sebastian Messmer1-11/+99
2019-02-12Allow customization of blob node in net_drawer (#16915)Yinghai Lu1-5/+3
2019-02-12More docs for methods in operator.hEdward Yang1-0/+12
2019-02-11Minimize templated code in caffe2 operator wrapper (#16965)Sebastian Messmer1-6/+25
2019-02-11Catch cudaError_t return val (nodiscard in rocm) (#16399)Xiaodong Wang1-2/+2
2019-02-08Revert D13970381: [caffe2] Add visibility to registry class to fix ubsan errorBram Wasti1-10/+9
2019-02-08Add visibility to registry class to fix ubsan error (#16792)Bram Wasti1-9/+10
2019-02-08Remove Legacy entry point. (#16721)Edward Yang2-5/+29
2019-02-08Delete duplicate copy of THCCachingAllocator (round two). (#16615)Edward Yang3-336/+3
2019-02-07Don't automatically handle context parameter (#16867)Sebastian Messmer1-20/+25
2019-02-07Fix and re-enable test case (#16643)Sebastian Messmer4-6/+28
2019-02-07C10_REGISTER_CAFFE2_OPERATOR: Macro for registering c2 kernels (#16548)Sebastian Messmer2-0/+95
2019-02-05Rename IntList to IntArrayRef. (#16751)Edward Yang4-16/+16
2019-02-05Enable undefined at::Tensor to be passed as Output (#16730)Bram Wasti2-1/+4
2019-02-04Try to turn off zero-out of tensors fullyDmytro Dzhulgakov1-1/+1
2019-02-04Tensor method rename size()->numel() - 1/3Jerry Zhang1-1/+1
2019-02-01Implement new c10 dispatcher (#16625)Sebastian Messmer2-71/+85
2019-01-31Shim caffe2 GetRepeatedArgument helper for use with Ivalue (#16519)Bram Wasti1-3/+46
2019-01-31Fix a lot of C++ build warnings (#16411)James Reed2-2/+2
2019-01-31Back out "Revert D13596031: Improve c2-aten tensor interop and add proper tes...Dmytro Dzhulgakov2-14/+46