platform/upstream/pytorch.git
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
2018-11-29 svcscmUpdating submodules
2018-11-29 Peter GoldsboroughFix version.groups() (#14505)
2018-11-29 Elias EllisonSupport Embedding + EmbeddingBag in Script + (Ignore...
2018-11-29 Elias Ellisonpointwise_loss (#14134)
2018-11-29 James SunMerge Caffe2 and PyTorch thread pool definitions (...
2018-11-29 Sam GrossEnsure that indices are on the same device as self
2018-11-28 Dmytro DzhulgakovRemove Context dependency from Tensor class (#14269)
2018-11-28 Dmytro DzhulgakovChange Tensor::CopyFrom to a simple double dispatch...
2018-11-28 albanDUpdate Tensor doc (#14339)
2018-11-28 andersjnccl fixes (#14195)
2018-11-28 Edward YangClean up house on CUDAStream (#14247)
2018-11-28 Edward YangMake clang-tidy shut up about Python C API macros.
2018-11-28 Sebastian MessmerMake TensorImpl/StorageImpl safer (#14429)
2018-11-28 Sebastian MessmerHandle copying intrusive_ptr_target correctly (#14428)
2018-11-28 Edward YangRevert D13219647: [pytorch][PR] Support Embedding ...
2018-11-28 Sebastian MessmerRemove StorageImpl::type() (#14139)
2018-11-28 Jerry ZhangAdd XBlobGetMutableTensor that returns Tensor (#14424)
2018-11-28 Pieter NoordhuisAdd timeout kwarg to init_process_group (#14435)
2018-11-28 Edward YangAdd support for HIP to DispatchStub. (#14413)
2018-11-28 Elias EllisonSupport Embedding + EmbeddingBag in Script (#14415)
2018-11-28 Jongsoo Parkfix build error from D13188595 (#14481)
2018-11-28 Raghavendra... Revert D13144472: [fix] condition blob in while_op...
2018-11-28 Jiong GongFix the build issue in setup.py due to cmake version...
2018-11-28 JerryShihUpdate OpenMP cmake setting for xcode 9 compiler(AppleC...
2018-11-28 Edward YangRevert D13166626: [pytorch][PR] ignore generated caffe2...
2018-11-28 Brennan VincentMake `mean` function work across multiple dimensions...
2018-11-28 Francisco MassaFix half tensor printing plus speedup large tensor...
2018-11-28 Wei Yangtorch.sparse.sum() (#12430)
2018-11-28 Jiyan YangEnsure FP16 rowwise Adagrad can be run
2018-11-28 Jongsoo Parkuse fbgemm's im2col fusion and thread partitioning...
2018-11-28 Teng LiPT1 Stable Release Distributed Documentation (#14444)
2018-11-28 David RiazatiRevert D13192230: [pytorch][PR] [jit] Use nn module...
2018-11-28 Teng LiFixed SyncParam/QueueReduction/SyncReduction test for...
2018-11-28 David RiazatiUse nn module tests in test_jit (#14238)
2018-11-28 Brian Vaughancheck for invalid ranges in torch.arange
2018-11-28 Brian Vaughanroll along multiple dimensions
2018-11-28 David RiazatiAdd poisson_nll_loss to script
2018-11-28 David RiazatiAdd boolean dispatch for function overloading (#14425)
2018-11-28 Zachary DeVitofix enable_cpu_fuser
next