summaryrefslogtreecommitdiff
path: root/c10
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-08Implement c10::Tensor (#14819)Sebastian Messmer1-0/+53
2019-01-08Revert "remove use of tmp_install" (#15847)andersj3-6/+6
2019-01-08Remove caffe2::ShareData (#15418)Jerry Zhang1-41/+0
2019-01-07Move Stream.query() implementation down to C++ (#15737)Shen Li1-0/+15
2019-01-04remove use of tmp_installandersj3-6/+6
2018-12-28Make the warning suppression safer (#15560)peter1-1/+2
2018-12-27Move VariableImpl functions to AutogradMeta and Variable (#15487)Will Feng2-8/+30
2018-12-27Added deviceCount() virtual method to DeviceGuardImplInterface (#15574)Igor Fedan4-0/+16
2018-12-26Move autograd metadata from VariableImpl to TensorImpl (#13827)Will Feng2-4/+86
2018-12-26Fix failed type cast in Windows Debug Build (#15333)peter2-4/+10
2018-12-25Fix the compare logic in function `overflows` for MSVC (#15499)peter1-0/+11
2018-12-17Tighten up invariants regarding StreamId. (#15125)Edward Yang4-9/+38
2018-12-14Build c10 HIP testbddppq1-0/+2
2018-12-13Move TensorImpl::CopyFrom to caffe2::Tensor (2/2) (#14858)Sebastian Messmer1-74/+0
2018-12-13Move TensorImpl::CopyFrom to caffe2::Tensor (1/2) (#14656)Sebastian Messmer1-12/+14
2018-12-13Remove TensorImpl -> Type dependencySebastian Messmer1-4/+0
2018-12-13Remove disabled_features in hipifybddppq1-6/+41
2018-12-13Fix typo (#15045)Lu Fang1-1/+1
2018-12-12Move numa.{h, cc} to c10/util (#15024)Jerry Zhang4-0/+200
2018-12-12Move CUDAGuard, CUDAStream and CUDAGuardImpl to c10/cuda (#14248)Edward Yang7-2/+832
2018-12-11Move UndefinedTensorImpl to c10 (meh) (#14817)Sebastian Messmer2-0/+74
2018-12-11Move TensorImpl to c10 (yay!)Sebastian Messmer3-2/+1566
2018-12-10Move WrapDimMinimal to c10Sebastian Messmer1-0/+23
2018-12-08Remove at references from c10Sebastian Messmer2-12/+7
2018-12-07Remove TensorImpl -> context_base dependency (#14658)Sebastian Messmer2-0/+93
2018-12-07Revert D13205604: Move numa.{h, cc} to c10/utilYudong Guang4-186/+0
2018-12-06Move TensorOptions, DefaultTensorOptions to c10Sebastian Messmer5-0/+643
2018-12-06Move numa.{h, cc} to c10/util (#14393)Jerry Zhang4-0/+186
2018-12-05Fixes for some Windows compiler warnings (#14490)vaeksare4-12/+30
2018-12-05Unify device argument parsing between torch and c10Junjie Bai2-20/+20
2018-12-05Unify build_caffe2_amd.py and build_pytorch_amd.py (#14769)Edward Yang1-2/+2
2018-12-04Minor doc change in c10/Device.h (#14762)Lu Fang1-3/+3
2018-12-04Replace at::Half non-vectorized conversions with implementations from FP16 (#...Chandler Zuo5-94/+408
2018-12-04Back out "Move TensorOptions, DefaultTensorOptions and OptionsGuard to c10" (...Sebastian Messmer3-566/+0
2018-12-03basic testing of builtin alias annotations (#14588)Michael Suo1-0/+4
2018-12-03Move TensorOptions, DefaultTensorOptions and OptionsGuard to c10Sebastian Messmer3-0/+566
2018-12-03Move Layout to c10Sebastian Messmer1-0/+36
2018-12-03Moved Backend to c10 (#14642)Sebastian Messmer1-0/+216
2018-12-03Implement Device as a type in the script (#14666)Zachary DeVito1-1/+1