summaryrefslogtreecommitdiff
path: root/c10
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-24Delete duplicate copy of THCCachingAllocator. (#16226)Edward Yang4-3/+51
2019-01-24Move THCCachingAllocator to c10_cuda. (#16119)Edward Yang4-0/+721
2019-01-23Fix issues under caffe round 1Benny Chen1-1/+1
2019-01-17Move c10 dispatcher back to ATen/core (#16050)Sebastian Messmer19-870/+0
2019-01-17Move all Stream and Event Python implementation to C++ (#15937)Shen Li1-5/+32
2019-01-16Generate PDB files for better debugging on Windows (#16008)peter2-0/+8
2019-01-16add a constexpr in c10::Half (#16091)Soumith Chintala1-0/+2
2019-01-12Back out "[pt1][tensor] Remove caffe2::ShareData" (#15983)Jerry Zhang1-0/+41
2019-01-11Don't call cudaStreamDestroy at destruction time (#15692)Dmytro Dzhulgakov3-75/+122
2019-01-10Resolves ptxas warnings when compiling for CUDA_ARCH 750 and a memoryType dep...Syed Tousif Ahmed1-0/+33
2019-01-10Clean up Half (#15317)Sebastian Messmer2-49/+36
2019-01-10Move files to/from c10/core and c10/util (#15316)Sebastian Messmer43-57/+57
2019-01-10Remove Context from c10 operator schemas (#15312)Sebastian Messmer1-4/+0
2019-01-10Enable calling caffe2 LayerNorm from PyTorch and JIT (#15243)Sebastian Messmer1-4/+3
2019-01-08Move LayerNorm op schema to c10 (#15199)Sebastian Messmer2-0/+49
2019-01-08Update flat_hash_map (#15367)Sebastian Messmer1-1337/+1390
2019-01-08Fix C10_API/C10_EXPORT for op schema registration (#15324)Sebastian Messmer2-2/+2
2019-01-08Use C10Tensor in the dispatcher (#15195)Sebastian Messmer4-34/+38