platform/upstream/pytorch.git
2019-04-10 Richard ZouEmbeddingBag w/ per_sample_weights CPU backward (#18799)
2019-04-10 Richard ZouEmbeddingBag CPU forward with per_sample_weights. ...
2019-04-10 Richard ZouRefactor CPU embedding_bag implementation (#18734)
2019-04-09 Alexander SidorovMake BlackBoxPredictor handle networks throwing excepti...
2019-04-09 Shen LiRemind users to set map_location properly when using DDP
2019-04-09 Vishwak SrinivasanRename btrisolve to lu_solve (#18726)
2019-04-09 Shen LiAvoid calling tensor.data.set_() in DDP
2019-04-09 Dmytro DzhulgakovReapply Wrap workaround for cpp custom types a bit...
2019-04-09 Shen LiPropagate ProcessGroup timeout to Store (#16571)
2019-04-09 Wanchao Liangmake test_jit_fuser runnable
2019-04-09 Edward YangFix documentation for unfold(dimension=..., ...), fixes...
2019-04-09 Edward YangDebugging: Increase process reporting for apt/dpkg...
2019-04-09 Edward YangAdd torch.__config__.show(), reporting detailed version...
2019-04-09 OmegastickFix torch::nn::init::orthogonal_ with CNNs (#18915)
2019-04-09 Soumith Chintalamove nightlies to 1.1.0xxx
2019-04-09 Lu Fangadd an utility function to check whether it's in the...
2019-04-09 Lu Fangremove interned_string.h dep (#19061)
2019-04-09 Liang Xiongadd logging to make the saving action visible (#19042)
2019-04-09 Xiang GaoNamedtuple return for gels, triangular_solve, and test...
2019-04-09 Edward YangConvert all tabs to spaces, add CI. (#18959)
2019-04-09 Shen LiFix BN tests for >= 8 GPU test environments (#19049)
2019-04-09 Shuichi KITAGUCHIdo not use constexpr with CUDA >= 9.2 compiler on Windo...
2019-04-09 Edward YangAdd torch/lib/protobuf to gitignore, fixes #18700 ...
2019-04-09 Lu Fangupdate of fbcode/onnx to 971311db58f2fa8306d15e1458b5fd...
2019-04-09 peterFix default CXX for Windows in cpp_extensions.py (...
2019-04-09 Lu Fangfix the onnx ci
2019-04-09 Xiaomeng YangAdd gelu op (#18992)
2019-04-09 jgong5Add MKL-DNN Tensor (#17748)
2019-04-09 Soumith Chintaladetect C++ ABI flag for cpp extensions from available...
2019-04-08 Spandan TiwariFix momentum setting in BatchNorm forward pass. (#18764)
2019-04-08 Jiakai Liuadd android build workflow to pytorch CI jobs (#18919)
2019-04-08 Lu FangExport C10 operator in PyTorch Model (#18210)
2019-04-08 Zachary DeVitoFix interpolate tracing (#19034)
2019-04-08 Elias EllisonFix default dtype in shape analysis (#18968)
2019-04-08 Iurii ZdebskyiRenamed bool tensors into byte tensors (#19021)
2019-04-08 Thomas ViehmannHandle None indexing in TorchScript (#18615)
2019-04-08 Junjie BaiTurn on mkldnn in most builds except rocm
2019-04-08 David RiazatiRemove dead code in module.cpp (#19022)
2019-04-08 Mikhail ZolotukhinConvert test_recursive_cse to use Filecheck inline...
2019-04-08 Mikhail ZolotukhinAdd a document 'How to Write Tests Using FileCheck...
2019-04-08 Duc Ngocaffe2 - Expose tensor filler util to Python (#18886)
2019-04-08 Jiakai Liucall build_android.sh from pytorch CI build script...
2019-04-08 Jon MalmaudType annotations for `util.data`. (#18963)
2019-04-08 Johannes M... ifdef guard some explicit pragma unrolls (#19018)
2019-04-08 Summer DengFix a dev mode bug in activation distribution observer...
2019-04-08 Gregory ChananClean up some sparse code. (#18962)
2019-04-08 Roy LiRemove tensorWithAllocator() from Type (#18780)
2019-04-08 Johannes M... Fix sparse mm for ROCm (#18985)
2019-04-07 Ilia CherniavskiiCheck if profiler is disabled in push/pop event (#18908)
2019-04-07 Nishant PanditImplement Observer pass on simple model and validate...
2019-04-07 Balint CristianAVX2 with GCC9 fix. (#18991)
2019-04-07 Roy LiRemove tensorFromBlob() from Type (#18779)
2019-04-07 James ReedImprove precision of emitted code for prim::Constant...
2019-04-07 Arunavaconvert_sync_batch_norm to SyncBatchNorm (#18787)
2019-04-07 Summer Dengfix bug when falling back to acc32 when weight is prepa...
2019-04-07 Ailing Zhangmove 2ops back to autodiff (#18969)
2019-04-07 Nishant PanditPreserve naming for inputs/outputs with observer insert...
2019-04-07 James ReedEmit math functions specific to output type (#18815)
2019-04-06 Soumith Chintalaadd instructions for NVIDIA Jetson platforms (#18990)
2019-04-06 Nishant PanditQuantizer pass to insert quant-dequant nodes into IR...
2019-04-06 Soumith Chintalaadd SyncBatchNorm to docs (#18988)
2019-04-06 mooncake4132Add c10_cuda to libraries in CUDAExtension for Windows...
2019-04-06 Gao, XiangRemove Trainer from README.md (#18980)
2019-04-06 Zachary DeVitoCreate Object that represents a Module (#18469)
2019-04-06 Gao, XiangAdd numpy like repeat as torch.repeat_interleave (...
2019-04-06 Elias EllisonFix interpolate trace (#18875)
2019-04-06 James ReedCode string API for fuser testing (#18884)
2019-04-05 Michael Suoremove unused func (#18712)
2019-04-05 Junjie BaiRevert D14778810: [caffe2/int8] fix bug when falling...
2019-04-05 Zachary DeVitoslots with explicit value/setValue make more sense...
2019-04-05 Zachary DeVitoMake Object hold its ClassType (#18467)
2019-04-05 Zachary DeVitoEnforce single parent for script submodules (#18379...
2019-04-05 Stas BekmanCUDA_NVCC_EXECUTABLE is not needed, as nvcc is in PATH...
2019-04-05 Ahmad Salim... Fix precision issue with expansion that prefers 'probs...
2019-04-05 Joakim RishaugMethod is supposed to be in-place (#18684)
2019-04-05 Summer Dengfix bug when falling back to acc32 when weight is prepa...
2019-04-05 Marek KolodziejMore numerically stable lerp (#18871)
2019-04-05 Pieter NoordhuisIncrease default c10d/ProcessGroupGloo test timeout...
2019-04-05 Ailing Zhangremove symbolic variable part 1 (#17986)
2019-04-05 Edward YangRevert D14742020: Wrap workaround for cpp custom types...
2019-04-05 Karl OstmoDecompose more Windows scripts (#18917)
2019-04-05 Dmytro DzhulgakovWrap workaround for cpp custom types a bit prettier...
2019-04-05 bddppqRemove cuda::compat functions in aten (#18905)
2019-04-05 Michael Suofix side-effects and aliasing for custom ops (#18711)
2019-04-05 Elias EllisonExpand the list of ops that mutate an inputs shape...
2019-04-05 J M Dieterichadd launch bounds, enable more tests (#18909)
2019-04-05 Yinghai LuAdd backward pass to infer single missing input shape...
2019-04-05 Jiakai Liuchange to use clang if NDK >= 18 (#18914)
2019-04-05 Zachary DeVitoRevert D14673459: [pytorch][PR] [jit] Replace Slot...
2019-04-05 Edward YangDisable flaky test_proper_exit test. (#18950)
2019-04-05 Edward YangCheckout pytorch_sphinx_theme with https. (#18859)
2019-04-05 Pieter NoordhuisAdd tests for reducer class (#18845)
2019-04-05 Owen AndersonFix a few instances of notifying on a CV while holding...
2019-04-05 peterUnify caffe2 and libtorch build scripts on Windows...
2019-04-05 Gregory ChananSimplify storage wrapping in TH. (#18855)
2019-04-05 Gregory ChananCache device on TensorImpl; clean up TensorImpl constru...
2019-04-05 Vitaly FedyuninRevert "Adding pin_memory kwarg to zeros, ones, empty...
2019-04-05 Sebastian MessmerSilence compiler warnings (#18912)
2019-04-05 Dmytro DzhulgakovScriptModuleOp in caffe2 (#18716)
2019-04-05 Karl Ostmoflake8 fix on extracted python script
next