platform/upstream/pytorch.git
2018-12-03 Michael SuoRevert D13280899: [pytorch][PR] Reduce broadcasted...
2018-12-03 Lu FangRestore device when import jit script module (#14454)
2018-12-03 David RiazatiAdd linear + pixelshuffle modules to standard lib
2018-12-03 Adam PaszkeReduce broadcasted inputs in derivative code (#14485)
2018-12-03 Michael SuoAllow DCE to clean up some mutable ops (#14601)
2018-12-03 Michael SuoRevert D13272203: [pytorch][PR] [jit] Meta programming...
2018-12-03 Bram WastiMove global-constructor to lazily initialized (mobile...
2018-12-03 Wanchao LiangMake convertable to list also accepts optional
2018-12-03 Jongsoo Parkadd avx512 option (but no avx512 kernel yet) (#14664)
2018-12-03 Wanchao LiangMeta programming on If Stmt cond to enable conditional...
2018-12-03 Teng LiFixed DistributedDataParallel state pickling for multi...
2018-12-03 Edward YangAdd (unused) HIP API to the Context object. (#14623)
2018-12-03 Edward YangReplace THCState_getCurrentStream with direct at::cuda...
2018-12-03 Edward YangDelete hasCuDNN from Context. (#14499)
2018-12-03 Edward YangDelete at::current_device(), Context::current_device...
2018-12-03 Wei Yangsparse.mm(), reland #14526 (#14661)
2018-12-03 Pieter NoordhuisFix multi-argument allreduce in ProcessGroupGloo (...
2018-12-03 Gregory ChananAssert all legacy operators are 'extended_method',...
2018-12-03 Gregory ChananRemove 'type_method_inline_definitions' which isn't...
2018-12-03 Edward YangDelete defunct DynamicCUDAInterface (#14621)
2018-12-03 Gregory ChananGet rid of deprecated_factory_method in codegen, which...
2018-12-03 Jongsoo Parkinline adagrad functions (#14194)
2018-12-03 Pieter NoordhuisIncrease test barrier timeout for barrier test (#14689)
2018-12-03 Teng LiFixed DistributedDataParallel cannot kick off all-reduc...
2018-12-02 peterFix CUDA 8 build on Windows (#14665)
2018-12-02 Ravi VatsFixed typo in README.md (#14346)
2018-12-01 Zachary DeVitoUse Type::str() in Type::operator<< (#14657)
2018-12-01 svcscmUpdating submodules
2018-12-01 Zachary DeVitoUse a zip archive as our container format (#14521)
2018-12-01 Alyssa WangRevert D13252990: [pytorch][PR] [sparse] sparse.mm...
2018-12-01 Jerry ZhangTensor construction codemod - caffe2/caffe2/fb/operator...
2018-12-01 Bram WastiFix 'unknown type name 'optional'' (#14383)
2018-12-01 Wanchao Liangfix double precision cast from pybind (#14417)
2018-12-01 Elias EllisonRevert existing no_grad_embedding_renorm_ from aten...
2018-12-01 Yan Zhucuda implementation for PackSegment to support presence...
2018-12-01 svcscmUpdating submodules
2018-11-30 Zeming LinBuild distributed libs in build_libtorch.py (#14037)
2018-11-30 Gregory ChananRemove methods from _th_triu_ and _th_addcmul_. (#14624)
2018-11-30 Wei Yangsparse.mm(S, D) (#14526)
2018-11-30 Freddie MendozaPut back linker flag for OpenMP to prevent build break...
2018-11-30 Peter GoldsboroughRemove OptionsGuard from ATen (#14524)
2018-11-30 Jerry ZhangExplicitly ban uninitialized tensors when invoking...
2018-11-30 Fei SunReport timer in benchmarking when requested
2018-11-30 Peter GoldsboroughFix inheritance for SharedDataset (#14629)
2018-11-30 David RiazatiMove module tests to common_nn (#14578)
2018-11-30 svcscmUpdating submodules
2018-11-30 Brennan VincentRemove default constructor lines that do nothing, and...
2018-11-30 Roy Liremove copy_wrapper (#13937)
2018-11-30 Roy LiMove non_blocking copies to aten (#13866)
2018-11-30 Roy LiMove cuda copy to aten (#13348)
2018-11-30 Roy LiMove THTensor_(copy) to aten (#13603)
2018-11-30 Sam GrossChanges based on @gchanan's review of #13420 (#14441)
2018-11-30 Michael CarilliAccumulate grad fix (#14587)
2018-11-30 fehiepsiFix expanded mvn and lowrankmvn (#14557)
2018-11-30 Jerry ZhangTensor construction: combine Resize+mutable_data -...
2018-11-30 Daya S KhudiaUnit tests need better compilation flow (#14547)
2018-11-30 Soumith Chintalaclean up linkage options (#14609)
2018-11-30 Soumith Chintalaset mkl_set_dynamic to false (#13868)
2018-11-30 Soumith Chintalafix USE_SYSTEM_NCCL build (#14606)
2018-11-30 CircleCISet output of aten::mm to have the same output type...
2018-11-30 David RiazatiAdd binary cross entropy to standard lib
2018-11-30 David RiazatiAdd InstanceNorm, Distance modules to Script
2018-11-30 Pieter NoordhuisMisc distributed documentation updates (#14605)
2018-11-30 Pieter NoordhuisEnable tests for CPU tensors in test_distributed.py...
2018-11-30 James Reedfix copy_ (#14593)
2018-11-30 Pieter NoordhuisBinding for prctl(PR_SET_PDEATHSIG) (#14491)
2018-11-30 Teng LiFixed new_group won't work for two or more different...
2018-11-30 svcscmUpdating submodules
2018-11-30 David RiazatiRevert D13268293: [pytorch][PR] [jit] Add InstanceNorm...
2018-11-30 Teng LiMake env init_method support both env and args for...
2018-11-30 Edward YangDelete caffe2_cuda_full_device_control (#14283)
2018-11-30 Edward YangReplace use of 'int' with more descriptive 'DeviceIndex...
2018-11-30 Zachary DeVitoSwitch import/export to python printing (#14400)
2018-11-30 Teng LiPT1 distributed doc update (#14530)
2018-11-30 David RiazatiAdd InstanceNorm, Distance modules to Script
2018-11-30 David RiazatiAdd `List` to annotations (#14482)
2018-11-30 Lu Fangupdate of fbcode/onnx to f461f7aad9987635b4aff108620ed7...
2018-11-30 Jane Wangadd gloo support for reduce on GPU (#14443)
2018-11-30 Edward YangExpunge use of type() from SparseTensor.
2018-11-30 Edward YangExpunge occurrences of type() from scalar_test (#14545)
2018-11-30 Edward YangExpunge use of type() in Distributions.cpp (#14544)
2018-11-30 Edward YangExpunge uses of type() from EmbeddingBag. (#14543)
2018-11-30 Edward YangExpunge direct device index handling from tensor_conver...
2018-11-29 Jerry Zhangcall raw_mutable_data when data type didn't match in...
2018-11-29 David RiazatiAdd broadcast list default arg support (#14361)
2018-11-29 Michael CarilliAdded launch bounds in VolumetricConvolution.cu (#14564)
2018-11-29 rohithkrnUnify cuda and hip device types in Caffe2 python front...
2018-11-29 Lin HuangFix tautological-compare in aten/src/ATen/native/cuda...
2018-11-29 zrpherculeUpdate to export in onnx_aten_fallback option
2018-11-29 Junjie BaiAdd back the MAX_JOBS=4 restriction to make rocm CI...
2018-11-29 Michael Suoassorted alias analysis fixes (#14556)
2018-11-29 Adam PaszkeBroadcast prim::FusedConcat inputs independently when...
2018-11-29 Your NameDo not load ROCm cmake files if USE_ROCM is off (#14261)
2018-11-29 Sebastian MessmerRemove at references in c10 Allocator.h (#14434)
2018-11-29 Pieter NoordhuisAdd sourceRank() to ProcessGroup::Work (#14453)
2018-11-29 Matthew HeidemannFixed typo for BCEWithLogitLoss doc comments (#14532)
2018-11-29 Ryan Mooretypo in Module docstring
2018-11-29 Jaliya EkanayakeJaliyae/samplers (#13870)
2018-11-29 David RiazatiUse nn module tests in test_jit (#14238)
2018-11-29 svcscmUpdating submodules
next