platform/upstream/pytorch.git
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
2018-11-27 Sebastian MessmerMove ScalarTypeUtils.h to c10
2018-11-27 Sebastian MessmerFix include paths for Scalar.h and ScalarType.h
2018-11-27 Sebastian MessmerMove Scalar and ScalarType to c10/core
2018-11-27 Michael SuoTrace in-place ops (#14254)
2018-11-27 Teng LiFixed torch.multiprocessing.spawn for not being able...
2018-11-27 Jerry ZhangTensor construction: combine Resize+mutable_data -...
2018-11-27 Zachary DeVitoPrint default values and introduce ir view classes...
2018-11-27 Thomas ViehmannAdd Type support to the fuser, fuse more (#14336)
2018-11-27 svcscmUpdating submodules
2018-11-27 David RiazatiAdd boolean dispatch for function overloading (#14081)
2018-11-27 Pieter NoordhuisBarrier synchronizes with prior work before completing...
2018-11-27 Pieter NoordhuisMake ProcessGroup::Work::wait() throw (#14298)
2018-11-27 Pieter NoordhuisAdd option structs and timeout field (#14297)
2018-11-27 Pieter NoordhuisRefer to all work with ProcessGroup prefix (#14296)
2018-11-27 Pieter NoordhuisRemove algorithm caching in ProcessGroupGloo (#14295)
2018-11-27 Pieter NoordhuisUse new style barrier support in c10d/gloo (#14294)
2018-11-27 Wei Yangfix doc for sparse.addmm (#14403)
2018-11-27 Jongsoo Parkper-group and per-channel quantization (#14340)
2018-11-27 Peter GoldsboroughAdd variable_factories.h to cppdocs (#14381)
2018-11-27 Jan SchlüterUse integer math to compute output size of pooling...
2018-11-27 Edward YangDelete legacy THCStream (long live THCStream). (#14246)
2018-11-27 Edward YangAdd hash functions for Stream, CUDAStream; fix Device...
2018-11-27 Owen AndersonImplement NaN-propagating max/min on Vec256.
2018-11-27 svcscmUpdating submodules
2018-11-27 Ilia CherniavskiiRemove unused executors, part 3 (#14199)
2018-11-27 Ilia CherniavskiiRemove unused executors, part 2 (#14115)
2018-11-27 Ilia CherniavskiiRemove unused executors, part 1 (#14117)
2018-11-27 Edward YangDelete OPENMP_STUB translation. (#14286)
2018-11-27 Wei Yangbackward for sparse.addmm(D, S, D, alpha, beta) ->...
2018-11-27 Marat DukhanSwitch Int8ChannelShuffle operator to QNNPACK (#14362)
2018-11-27 Teng LiFixed file init_method write/read race (#14388)
2018-11-27 Peter GoldsboroughFix dataloader iterator test (#14045)
2018-11-27 Teng LiFixed c10d test (#14389)
2018-11-27 Brennan Vincentfix typo in `torch.sum` documentation (#14250)
2018-11-27 Wanchao LiangMore JIT type hierarchy refinement (#14127)
2018-11-26 Jesse Hellemnchanging some rpath stuff (#14304)
2018-11-26 Kevin ChenFix caffe2 => onnx exporter for ConvTranspose (#14143)
2018-11-26 Will FengRevert D13166669: [pytorch][PR] Allow dataloader to...
2018-11-26 andersjremove CAFFE2_API from IdWrapper (#14044)
2018-11-26 Jerry ZhangFeedTensor returns a Tensor (#14196)
2018-11-26 Richard ZouAllow graph fuser to move chunks past multiple nodes...
2018-11-26 svcscmUpdating submodules
2018-11-26 Jesse HellemnRemoving Caffe2-specific conda infra
2018-11-26 Michael Suofix tensor advanced indexing with assignment (#14311)
2018-11-26 Jongsoo Parkremove unnecessary zero_point argument from constructor...
2018-11-26 svcscmUpdating submodules
2018-11-26 Peter GoldsboroughFix -Wreturn-std-move (#14113)
2018-11-26 Jongsoo Parkminimize code compiled with avx2 and header includes...
2018-11-26 Peter GoldsboroughAdd proper from_blob overloads (#13982)
2018-11-26 Brennan Vincentallow concatenating "hybrid" (sparse/dense) tensors...
2018-11-26 Peter GoldsboroughAllow torch.utils.cpp_extension.load to load shared...
2018-11-26 Adam PaszkeBatch more matrix multiplies (#13456)
2018-11-26 Gregory ChananEnable native wrappers for the remainder of nn functions.
2018-11-24 Huan GuiAdd Recency Weighted into SparseLookup (#14291)
2018-11-24 Shuichi KITAGUCHIquote NUMPY_INCLUDE_DIR (#14341)
2018-11-23 Michael Suoshape analysis fix (#14325)
2018-11-23 peterSome minor fixes for Windows build script (#14218)
2018-11-23 Michael CarilliAllow dataloader to accept a custom memory pinning...
2018-11-23 Michael CarilliOption to preserve bitwise accuracy of gradient checkpo...
2018-11-23 svcscmUpdating submodules
2018-11-22 Sebastian MessmerRemove individual "using c10:xxx" statements (#13168)
2018-11-22 Yinghai LuMake sure we bind input/output of Onnxifi op positional...
2018-11-22 Wanchao LiangConvert gumbel_softmax, lp pooling weak functions and...
2018-11-22 Sebastian MessmerUse ADL to find toString (#14021)
2018-11-22 Sebastian MessmerFix include paths for intrusive_ptr (#13692)
2018-11-22 Sebastian MessmerMove intrusive_ptr to c10/util
2018-11-22 Joel Marceyignore generated caffe2 docs and virtualenvs
2018-11-22 svcscmUpdating submodules
2018-11-22 Jongsoo Parkremoving quantization utility functions moved to fbgemm...
2018-11-22 Achal ShahCuda version comparison with CUDA_VERSION_STRING (...
2018-11-22 svcscmUpdating submodules
2018-11-22 svcscmUpdating submodules
2018-11-22 Teng LiRobust NCCL barrier improvement to cover all devices...
2018-11-22 Michael Suoalias analysis (#14018)
2018-11-22 Ilia CherniavskiiRemove extra include
2018-11-22 Teng LiRemoved redundant allreduce options in DDP (#14208)
2018-11-22 David RiazatiAdd list inequality operator (#14129)
2018-11-21 Yinghai LuAdd onnxifi support to SparseLengthsWeightedSum (#14210)
2018-11-21 Gu, JinghuiAdd "axis" and "axis_w" arguments in FC to support...
2018-11-21 Viswanath SivakumarIDEEP fallback for ResizeNearest op (#14212)
2018-11-21 zrpherculeFix ONNX_ATEN mode (#14239)
2018-11-21 Pieter NoordhuisBump gloo (#14281)
2018-11-21 Jongsoo Parkfix comment on dnnlowp op arguments (#14265)
2018-11-21 Gregory Chanannative NN wrappers, including with buffers.
2018-11-21 Pieter NoordhuisRemove header generated at configuration time (#14244)
2018-11-21 Zachary DeVitoAddress jittering issues in python_print (#14064)
2018-11-21 svcscmUpdating submodules
2018-11-21 svcscmUpdating submodules
2018-11-21 Lu FangAdd tensor table in ModelDef and use it for jit script...
2018-11-21 Tongzhou Wangc10d Automatically retry on EINTR (#14180)
2018-11-21 Teng LiMake NCCL backend support barrier op (#14142)
2018-11-21 Yinghai LuFix memory leakage in onnxifi transformer (#14245)
2018-11-21 David RiazatiAllow undefined tensors as constants (#14120)
next