platform/upstream/pytorch.git
2019-03-06 Duc NgoRemove nomscheduler (#17693)
2019-03-06 bhushanindex operation support for torch.HalfTensor (#17645)
2019-03-06 Soumith ChintalaRevert D14160172: Implement a Caffe2 standalone LSTM...
2019-03-06 Tongzhou Wangfix typo in hub doc
2019-03-06 Ailing Zhangfix dropout AD & rename range to rangelist (#17691)
2019-03-06 Chaitanya Sri... enable use of MIOpen for depthwise convolutions (#17685)
2019-03-06 Ahmed AlyImplement a Caffe2 standalone LSTM operator (#17461)
2019-03-05 Soumith ChintalaFix nll_loss crash on cpu where ignore_index is out...
2019-03-05 Johannes M... Add '--hip-clang-launch' to favor <<<>>>-based launch...
2019-03-05 Sam GrossImprove caching allocator for Pascal and newer GPUs...
2019-03-05 Davide LibenziTurn the Half::from_bits into a constexpr function...
2019-03-05 Elias EllisonRemove Expect Files from python / tracing / script...
2019-03-05 peterjc123Enable apex on Windows
2019-03-05 Soumith Chintalabump docker build to upgrade magma to 2.5.0 (#17674)
2019-03-05 Sebastian Messmerrefactor caffe2 operator constructors - 1/9 (#17082)
2019-03-04 Sebastian MessmerExpose cuda kernel for caffe2::GenerateProposals
2019-03-04 Jongsoo Parkprint warnings when DNNLOWP_16 or DNNLOWP_ROWWISE_16...
2019-03-04 Sebastian MessmerFix XOutput/XOutputTensor for ivalue based c2 operators...
2019-03-04 Sebastian MessmerFix InputSize/OutputSize for ivalue based operators...
2019-03-04 Wanchao LiangFix clamp fusion on missing limits (#17533)
2019-03-04 Jieint32 indexing for Tensor Iterator Reduction (#17428)
2019-03-04 Iurii ZdebskyiRemoved all usages of TH_Index_Base (#17591)
2019-03-04 Dmytro DzhulgakovPyTorch/Caffe2 tensor interop in Python (#17190)
2019-03-04 wkcnFixed typo in aten/src/ATen/native_parse.py (#17641)
2019-03-04 Martin SchatzRemove GPU dependency from ProfileObserver (#17592)
2019-03-04 Brennan VincentDon't make factory methods create a tensor and then...
2019-03-03 Jack Richter... Fixed typo in torch/functional.py w/r/t broadcast_tenso...
2019-03-03 Bryan HeChange fake tqdm constructor to match real tqdm (#17636)
2019-03-03 Christian PuhrschMark native_functions as matched if uncaptured by JIT...
2019-03-02 Christian PuhrschBan std::array from native_functions.yaml
2019-03-02 Christian PuhrschRemove more usages of BoolTensor and IndexTensor from...
2019-03-02 Thomas ViehmannImplement kthvalue in ATen (#17544)
2019-03-02 Christian PuhrschChange vml.h to support sizes greater than 2**32 - 1
2019-03-01 Grigory Arutyunovmsvc_fixes (#17201)
2019-03-01 Jithun NairHipify fixes for Masquerade logic (#17598)
2019-03-01 Wanchao LiangRename prim::Undefined to prim::AutogradZero (#17611)
2019-03-01 Roy LiAdd python test for extension backend tensor.device...
2019-03-01 Edward YangRevert D13935403: Call c10 cuda op from test_torch
2019-03-01 Amy Yangadd command line option to use hive filler; add README...
2019-03-01 Thomas ViehmannRemove TH(CU)NN Sparse Linear (#17610)
2019-03-01 ZhuBaoheCorrect docstring of vision/init functions
2019-03-01 Sebastian MessmerCall c10 cuda op from test_torch
2019-03-01 peterRevert #17191 and #17215 that no longer apply on Window...
2019-03-01 Michael Suousertype -> class (#17528)
2019-03-01 Michael Suoalias analysis refactor take 2 (#17594)
2019-03-01 peterFix the missing Windows CPU job in the build status...
2019-03-01 peterUpdate magma to 2.5.0 for Windows
2019-03-01 bhushanAdding support for 0-d tensor for transpose (.t())...
2019-03-01 svcscmUpdating submodules
2019-03-01 Junjie BaiMark cudaGetLastError return value unused in C10_CUDA_CHECK
2019-03-01 Huan Guiadd dropout during eval (#17549)
2019-03-01 Johannes M... Adjust launch_bounds annotation for AMD hardware. ...
2019-03-01 Sebastian MessmerFix verbose compiler warning in flat_hash_map (#17562)
2019-03-01 Sebastian MessmerFix diagnostic pragmas (#17561)
2019-03-01 Sebastian MessmerAllow dispatch based on tensor list args (#17522)
2019-03-01 Sebastian MessmerAllow exposing caffe2 operators with variable number...
2019-03-01 Syed Tousif... blacklist fft algorithms for strided dgrad (#17016)
2019-02-28 Sebastian MessmerRevert D14078519: [codemod][caffe2] [clangr] refactor...
2019-02-28 David RiazatiAdd generic list/dict custom op bindings (#17587)
2019-02-28 Sebastian Messmerrefactor caffe2 operator constructors - 8/9 (#17089)
2019-02-28 Sebastian Messmerrefactor caffe2 operator constructors - 6/9 (#17087)
2019-02-28 Sebastian Messmerrefactor caffe2 operator constructors - 2/9 (#17083)
2019-02-28 Sebastian Messmerrefactor caffe2 operator constructors - 7/9 (#17088)
2019-02-28 Sebastian Messmerrefactor caffe2 operator constructors - 4/9 (#17085)
2019-02-28 Sebastian Messmerrefactor caffe2 operator constructors - 3/9 (#17084)
2019-02-28 Edward YangMake HIPStream also masquerade as CUDA. (#17469)
2019-02-28 Alex ŞuhanFix Python device type property for XLA and MSNPU
2019-02-28 Morgan FuntowiczRely on numel() == 1 to check if distribution parameter...
2019-02-28 Zachary DeVitofix reordering of inlines (#17557)
2019-02-28 Xiang GaoCustomize the printing of namedtuple return (#17136)
2019-02-28 Michael SuoRevert D14231251: [jit] alias_analysis refactor
2019-02-28 Sebastian Messmerrefactor caffe2 operator constructors - 5/9 (#17086)
2019-02-28 Michael Suoalias_analysis refactor (#17511)
2019-02-28 Michael Suoallow "before" and "after" alias annotations (#17480)
2019-02-28 Rui ZhuONNXIFI extension & e2e tests. (#17478)
2019-02-28 Soumith Chintalaupdate slack invite instructions
2019-02-28 Evgeny MankovFix errors in the description for installation on Windo...
2019-02-28 Sebastian Messmerrefactor caffe2 operator constructors - 9/9 (#17090)
2019-02-28 GemfieldFix the false generated_comment (#17563)
2019-02-28 Dmytro DzhulgakovRemove useless OpenCV reference
2019-02-28 Ailing Zhangconvolution/matmul/dropout (#17523)
2019-02-28 Elias Ellisondisallow shape analysis with resize ops (#17518)
2019-02-28 Sebastian MessmerMake C10_MOBILE consistent with how feature macros...
2019-02-28 Sebastian MessmerDisable c10 dispatcher on mobile (#17078)
2019-02-27 Shen LiAlways synchronize src and dst streams when copying...
2019-02-27 Lara HaidarONNX Export Adaptive Pooling
2019-02-27 Christian PuhrschUse name for output variables instead of out in JIT...
2019-02-27 Jesse HellemnForcing UTC on Mac circleci jobs (#17516)
2019-02-27 Xiaomeng YangFix math::Set for large tensor (#17539)
2019-02-27 Natalia GimelsheinAdd sparse gradient option to `gather` operation (...
2019-02-27 Jane Wangadd elastic zeus handler (#16746)
2019-02-27 Jongsoo Parkoptimize elementwise sum (#17456)
2019-02-27 rohithkrnEnable boolean_mask, adadelta, adagrad fp16 on ROCm...
2019-02-27 Iurii ZdebskyiEnabled HALF for fill() and zero() methods. Moved them...
2019-02-27 Tongzhou WangFix autograd with buffers requiring grad in DataParalle...
2019-02-27 Chaitanya Sri... enable assymetric dilations and stride for miopen conv...
2019-02-27 Johannes M... Enable tests working on ROCm 2.1 dual gfx906
2019-02-27 peterFix linking errors when building dataloader test binari...
2019-02-27 hystsFix typo
2019-02-27 Christian PuhrschRemove Bool/IndexTensor from schema for native function...
next