platform/upstream/pytorch.git
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
2018-11-28 Elias EllisonMove Affine grid to C++ (#14392)
2018-11-28 Peter GoldsboroughAllow building libraries with setuptools that dont...
2018-11-28 Wanchao LiangFix clang tidy errors
2018-11-28 Zachary DeVitoHandling of pretty-printing methods (#14378)
2018-11-28 Edward YangEliminate necessity of HIPify on AccumulateType.h ...
2018-11-27 andersjwhen BUILD_CAFFE2_OPS is OFF, torch-python needs a...
2018-11-27 Sam GrossSpeed-up "advanced" indexing operations (#13420)
2018-11-27 Jiyan YangResubmit: Set the correct engine name for position...
2018-11-27 Will FengWindows local build: restore original working dir after...
2018-11-27 Jerry Zhangcondition blob in while_op test changes data type ...
2018-11-27 zrpherculeAdd test of ONNX_ATEN (#14259)
2018-11-27 Hassan EslamiAllowing TaskGroups to carry remote nets (#14342)
2018-11-27 Edward YangAdd scaffolding for HIP backend in ATen/core. (#14285)
2018-11-27 Edward YangDocument device_guard in native_functions.yaml (#14235)
2018-11-27 David RiazatiRevert D13192228: [pytorch][PR] [jit] Add boolean dispa...
2018-11-27 Sebastian MessmerRemove fake dependencies from TensorImpl to caffe2...
2018-11-27 Sebastian MessmerFix include paths for TensorTypeId.h and TensorTypeIdRe...
2018-11-27 Sebastian MessmerMove TensorTypeId to c10/core
2018-11-27 Sebastian MessmerFix include paths for Storage.h and StorageImpl.h
2018-11-27 Sebastian MessmerMove Storage and StorageImpl to c10
2018-11-27 Sebastian MessmerFix include paths for Allocator.h
2018-11-27 Sebastian MessmerMove Allocator.h to c10
2018-11-27 Sebastian MessmerMove UniqueVoidPtr to c10
next