summaryrefslogtreecommitdiff
path: root/c10
AgeCommit message (Expand)AuthorFilesLines
2019-03-11Bool tensor creation (cpu) (#17376)Iurii Zdebskyi1-1/+2
2019-03-08Open registration for c10 thread pool (#17788)James Reed5-0/+334
2019-03-07Clean up some old ScalarType stuffRoy Li4-40/+4
2019-03-05Improve caching allocator for Pascal and newer GPUs. (#17120)Sam Gross1-51/+87
2019-03-05Turn the Half::from_bits into a constexpr function to avoid unresolve… (#17...Davide Libenzi3-12/+12
2019-03-04PyTorch/Caffe2 tensor interop in Python (#17190)Dmytro Dzhulgakov2-11/+60
2019-03-01msvc_fixes (#17201)Grigory Arutyunov1-3/+0
2019-03-01Mark cudaGetLastError return value unused in C10_CUDA_CHECKJunjie Bai2-2/+10
2019-02-28Fix verbose compiler warning in flat_hash_map (#17562)Sebastian Messmer1-1/+5
2019-02-28Fix diagnostic pragmas (#17561)Sebastian Messmer1-0/+4
2019-02-27Make C10_MOBILE consistent with how feature macros are usually used (#17481)Sebastian Messmer2-13/+10
2019-02-27Disable c10 dispatcher on mobile (#17078)Sebastian Messmer1-1/+1
2019-02-25Followup to #17049: change more instances of RuntimeError to IndexErrorStefan Krah1-2/+3
2019-02-21Fix static linkage cases and NO_DISTRIBUTED=1 + CUDA (#16705) (#17337)Soumith Chintala1-0/+1
2019-02-20Don't have malloc-free pairs that cross DLL boundaries. (#17302)Edward Yang2-13/+12
2019-02-20fix missing std (#17263)Ailing Zhang1-5/+3
2019-02-20Minor doc updates in c10/core/Allocator.h (#17164)Edward Yang1-2/+11
2019-02-19Bool tensor. Part 0: Boolean storage implementation (#16810)Iurii Zdebskyi1-10/+13
2019-02-14Apply modernize-use-override (2nd iteration)Michael Liu1-1/+1
2019-02-13Clean up Storage/StorageImpl constructors (#16948)Dmytro Dzhulgakov3-35/+20
2019-02-13Safety check for negative alloc_cpu() attempt (#17071)Dmytro Dzhulgakov1-0/+5
2019-02-13Trim libshm deps, move tempfile.h to c10 (#17019)Dmytro Dzhulgakov2-0/+112
2019-02-13Use IndexError instead of RuntimeError in ATen CPU kernelsStefan Krah2-1/+13
2019-02-13Mark IntList as deprecated; add C10_DEPRECATED_USING (#16824)Edward Yang2-10/+64
2019-02-12unify c2 and TH allocator (#16892)Dmytro Dzhulgakov7-30/+220
2019-02-11Fix and add testing for nullptr allocator in c2->pt conversion (#16857)Dmytro Dzhulgakov3-4/+27
2019-02-11Enforce same input tensor storage in VariableType functions (#16305)Will Feng4-1/+15
2019-02-11Revert unneeded fixes in flat_hash_map (#16907)Sebastian Messmer1-3/+0
2019-02-11Catch cudaError_t return val (nodiscard in rocm) (#16399)Xiaodong Wang3-4/+17
2019-02-08Remove Legacy entry point. (#16721)Edward Yang2-17/+13
2019-02-08Deduplicate instances caching allocator, so that we only have one instance. (...Edward Yang2-15/+2
2019-02-08Delete duplicate copy of THCCachingAllocator (round two). (#16615)Edward Yang2-0/+35
2019-02-07Add recognition for XLA device types.Davide Libenzi1-1/+2
2019-02-07C10_REGISTER_CAFFE2_OPERATOR: Macro for registering c2 kernels (#16548)Sebastian Messmer1-2/+3
2019-02-06Define layer_norm schema in caffe2 (#16535)Sebastian Messmer2-0/+7
2019-02-06Automatically register c10 ops with JIT (#16534)Sebastian Messmer1-0/+1
2019-02-05Rename IntList to IntArrayRef. (#16751)Edward Yang5-18/+22
2019-02-05Add XLA / TPU device type, backend type and type id (#16763)Alex Şuhan7-4/+31
2019-02-05Don't throw in operator== for TypeMeta and ScalarType (#16736)Adam Paszke1-5/+16
2019-02-02Improve LeftRight (#16524)Sebastian Messmer2-56/+389
2019-02-01Implement new c10 dispatcher (#16625)Sebastian Messmer2-15/+46
2019-02-01Expose backend extensions to pythonRoy Li1-2/+3
2019-02-01Introduce backend extensions (overriding operators on custom backends)Roy Li7-10/+39
2019-01-31Add compare_exchange_deleter to DataPtr/UniqueVoidPtr (#16513)Edward Yang2-0/+45
2019-01-30Move Deprecated.h to c10Edward Yang1-0/+16
2019-01-29Back out "Delete duplicate copy of THCCachingAllocator." (#16510)Edward Yang4-51/+3
2019-01-29Fix compare_exchange_weak usage in weak_intrusive_ptr (#16302)Matthew Brandyberry1-1/+1
2019-01-25Remove caffe2::ShareData (#16139)Jerry Zhang1-1/+2
2019-01-25fix contbuild (#16362)Si Chen1-1/+1
2019-01-24Add thread-local guard: at::AutoNonVariableTypeMode (#15939)Will Feng1-9/+9