platform/upstream/pytorch.git
2019-03-25 Gregory ChananDon't segfault on trying to get data_ptr of sparse...
2019-03-25 Gregory ChananAssert tensor isn't sparse in enforce_invariants. ...
2019-03-25 SachaOnly look for Caffe2 package when shared (#18421)
2019-03-25 Summer DengAdd more options to the quantization model exporter...
2019-03-25 Thomas ViehmannRevert "Specialize optional tensor inputs to graphs...
2019-03-25 Gao, XiangFix deprecated: type() -> scalar_type() (#18406)
2019-03-25 Gao, XiangFix deprecated: type() -> scalar_type()
2019-03-25 mc-robinsonAdded tensor size warning to F.mse_loss() (#18349)
2019-03-24 Elias EllisonFix For Requires Grad Infinite Loop (#18361)
2019-03-24 Soumith Chintalaupdate magma instructions (#18410)
2019-03-24 Iurii ZdebskyiRemoved some dead code (#18201)
2019-03-24 Thomas ViehmannSpecialize optional tensor inputs to graphs in the...
2019-03-23 Will FengMove pyobj_ to TensorImpl (#18225)
2019-03-23 Xiang GaoFix deprecated scalar type in ATen/native/Distributions.cpp
2019-03-23 Edward YangRevert D14446895: [C2] Implement rotated generate_propo...
2019-03-23 Michael SuoRevert D14584266: [pytorch][PR] Better error message...
2019-03-23 Elias EllisonBetter error when module attr is used (#18164)
2019-03-23 Will FengFix incorrect sparse add behavior when the sparse tenso...
2019-03-23 Jing HuangImplement rotated generate_proposals_op without opencv...
2019-03-23 Mikhail ZolotukhinRemove empty file (actual file_check.cpp resides in...
2019-03-22 Michael SuoTurn script_type_parser into a class (#18211)
2019-03-22 Michael Suopython interop for script classes (#18148)
2019-03-22 Elias EllisonBetter error message for tensor with grad as constant...
2019-03-22 Nikolay KorovaikoSupport for basic list comprehensions (#17267)
2019-03-22 Edward YangMake it possible to trigger XLA/slow tests via commit...
2019-03-22 Sebastian MessmerAvoid refcount when looking up dispatch key
2019-03-22 Jiakai LiuFix DCHECK to handle dangling else (#18295)
2019-03-22 Natalia GimelsheinAllow fusion of float function arguments (#18087)
2019-03-22 Thomas ViehmannFix error reporting in NVRTC use of the fuser (#18327)
2019-03-22 Ailing ZhangUsing sqrt for better precision in cosine_similarity...
2019-03-22 Jianyu HuangFix alignment issues for Fake BFP16 fp32 -> bfp16 round...
2019-03-22 Dmytro DzhulgakovUntangle internal build python and cpp dependencies
2019-03-22 Alexander SidorovCaffe2: crash op (#18207)
2019-03-22 Duc Ngocaffe2 - Util to cleanup external inputs and outputs...
2019-03-22 Dmytro DzhulgakovEnd to end hack to call server side Caffe2 ops (#18267)
2019-03-22 Bilge AcunOptimize MomentumSGDUpdate maximum block size and make...
2019-03-22 Edward YangAdd test for #17271 (torch.exp incorrect for 2**31...
2019-03-22 Edward YangCorrectly call superclass setUp in TestCase subclasses...
2019-03-22 Gerard GoossenVerify def before infer fensor (#18129)
2019-03-22 Jongsoo Parkadd more Python interface functions to make quantizatio...
2019-03-22 Weiyi Zhengadd fbgemm fp16 (fbfcpacked) support, add global_init_n...
2019-03-22 Lu Fangupdate of fbcode/onnx to c05f2ae412daf8fd64136ca354b97c...
2019-03-22 David RiazatiCleanup TorchScript rst docs (#18234)
2019-03-21 Junjie BaiReplace the remaining usages of IntList in caffe2 to...
2019-03-21 Yinghai LuBlacklist certain op types when doing bound shape infer...
2019-03-21 Sebastian MessmerFix use of c10::guts::apply (#18159)
2019-03-21 Sebastian MessmerAllow using C10_DECLARE_TENSOR_TYPE and C10_DEFINE_TENS...
2019-03-21 Sebastian MessmerMove schema inference to c10 (#18090)
2019-03-21 Sebastian MessmerAllow registering same operator schema multiple times...
2019-03-21 vishwakftwRename trtrs to triangular_solve (#18213)
2019-03-21 kshitij12345Fix contribution_guide docs (#18237)
2019-03-21 svcscmUpdating submodules
2019-03-21 Xiaomeng YangOptimize group_norm_op (#17945)
2019-03-21 Edward YangEnable running of slow tests in CI. (#18236)
2019-03-21 Pieter NoordhuisRun clang-format on torch/csrc/distributed/c10d
2019-03-21 Edward YangShut up compiler about unused the_type. (#18278)
2019-03-21 Edward YangAdd a decorator for marking slow tests. (#18231)
2019-03-21 Igor Fedanlint changes
2019-03-21 Thomas Viehmannmove median to ATen (#17637)
2019-03-21 Edward YangFix B903 lint: save memory for data classes with slots...
2019-03-21 Edward YangFix B902 lint error: invalid first argument. (#18181)
2019-03-21 Edward YangFix B006 lint errors: using mutable structure in defaul...
2019-03-21 Thomas ViehmannTwo amendments for the shape analysis (#18271)
2019-03-21 Edward YangFix lstrip bug revealed by B005 lint (#18177)
2019-03-21 Igor FedanBackward function for torch.cdist
2019-03-21 Lu FangFix ONNX symbolic for argmin and argmax (#18261)
2019-03-21 Xiaomeng YangUpdate math::Transpose to support tensor with size...
2019-03-21 Jongsoo Parkhandle dst_bin_width==0 case properly (#18240)
2019-03-20 Lu FangRevert D14114134: [asr] add fbgemm fp16 (fbfcpacked...
2019-03-20 Gao, XiangCleanup arg{min, max} (#17103)
2019-03-20 Bharat123RoxAdded the exception of ignore_index (#18117)
2019-03-20 David RiazatiAdd .get() for dicts (#18238)
2019-03-20 Pieter NoordhuisUpdate nccl submodule to 2.4.2 (#17883)
2019-03-20 Pieter NoordhuisReinstate ncclCommDestroy (#17943)
2019-03-20 Davide LibenziEnable autograd to recognize the XLA backend as one...
2019-03-20 Weiyi Zhengadd fbgemm fp16 (fbfcpacked) support, add global_init_n...
2019-03-20 Zhang Dongfixed typo in shape_analysis.cpp (#18227)
2019-03-20 Lu FangRetain the parameter names in ONNX exporter (#17551)
2019-03-20 Alexandr MorevFix typo in docstring
2019-03-20 Vishwak SrinivasanAdd batched version of trtrs (#18025)
2019-03-20 Sacha RefshaugeRemove GLOO usage when USE_GLOO is OFF
2019-03-20 peterjc123Enable 32 bit CPU build on Windows
2019-03-20 peterCorrect cmake flags passing (#18217)
2019-03-20 Gregory ChananAdd python_variable._is_view for debugging. (#18197)
2019-03-20 Johannes M... Do not apply these explicit unroll pragmas for ROCm...
2019-03-20 Edward YangCopy-edit CONTRIBUTING and update. (#18131)
2019-03-20 Ailing Zhangfix cosine_similarity (#18168)
2019-03-20 Elias EllisonBreakup test misc pt2 (#18191)
2019-03-19 David RiazatiAdd serialization docs to jit/README (#17951)
2019-03-19 Edward YangTurn on Travis builds for ghstack PRs. (#18193)
2019-03-19 Michael Suodo not throw when unicode is seen in pull request info...
2019-03-19 Edward YangDelete bugbear from Python 2 lint. (#18192)
2019-03-19 David RiazatiSupport attributes when emitting function calls (#18156)
2019-03-19 Tongzhou WangCustomized pin_memory for PackedSequence (#18079)
2019-03-19 Edward YangEnable flake8-bugbear line length checking. (#18138)
2019-03-19 Michael Suofix bug in alias analysis (#18146)
2019-03-19 vishwakftwAdd backend checks to solve methods (gesv, cholesky_sol...
2019-03-19 Hector Yuenfix -Wsign-compare warnings for some files inside c2...
2019-03-19 Neta ZmoraSGD: remove unneeded multiply-add initialization operat...
2019-03-19 Ailing Zhangspecialized CUDA impl for dropout in AD (#17756)
next