platform/upstream/pytorch.git
2019-02-22 Chandler ZuoFix concat dimension check bug (#17343)
2019-02-22 David RiazatiAdd dict to docs
2019-02-22 David RiazatiAdd LSTM to standard library (#15744)
2019-02-22 David RiazatiDict mutability (#16884)
2019-02-22 Soumith ChintalaFix static linkage cases and NO_DISTRIBUTED=1 + CUDA...
2019-02-21 Elias EllisonFix Insert Constant Lint Fail (#17316)
2019-02-21 Zachary DeVitoPartial support for kwarg_only arguments in script...
2019-02-21 Natalia Gimelsheinfix double backward for half softmax/logsoftmax (#17330)
2019-02-21 Christian PuhrschRevisit some native functions to increase number of...
2019-02-21 Mikhail ZolotukhinAdd Value::isValidName method. (#17372)
2019-02-21 Bharat123RoxFix #17218 by updating documentation (#17258)
2019-02-21 Soumith Chintalafix lint (#17366)
2019-02-21 Nikolay Korovaikoswitch to Operation in register_prim_ops.cpp (#17183)
2019-02-21 Karl OstmoUse standard docker image for XLA build
2019-02-21 Gregory ChananModernize test_sparse. (#17324)
2019-02-21 Soumith Chintalaremove nn.Upsample deprecation warnings from tests...
2019-02-21 Soumith Chintalaupgrade documentation in setup.py to NO_ -> USE_ (...
2019-02-21 Dmytro DzhulgakovEnforce non-negativity of tensor construction (#17077)
2019-02-21 Igor Macedo... Fixing docstring in CTCLoss (#17307)
2019-02-21 fehiepsiFix the slowness of mvn's log_prob (#17294)
2019-02-21 Gao, XiangMove argsort to C++
2019-02-21 Tri DaoInclude vec256 headers in setup.py (#17220)
2019-02-21 peterEnable MAX_JOBS for using Ninja on Windows
2019-02-21 Luca WehrstedtAvoid unnecessary CPU-to-GPU copy of torch.load with...
2019-02-21 Michael Suoallow lists to contain any tensor type (#17321)
2019-02-21 Junjie BaiSkip convnets benchmark in rocm CI (#17331)
2019-02-21 Edward YangDon't have malloc-free pairs that cross DLL boundaries...
2019-02-21 bddppqAdd support to build for multiple amd gpu targets ...
2019-02-21 Michael Suobatched cleanups (#17288)
2019-02-21 Edward Yang(Permanently) fix CI breakage due to new docker version...
2019-02-21 Cheng,PenghuiImplementation convolutionTranspose operator for mkl...
2019-02-21 Cheng,PenghuiSupport multi-device configuration for MKL-DNN (#12856)
2019-02-21 Ailing Zhangfix missing std (#17263)
2019-02-21 Ilia CherniavskiiRethrow exceptions from RunAsync (#15034)
2019-02-21 Ilia CherniavskiiReinforce scheduling invariants (#17132)
2019-02-21 Lukasz WesolowskiModify TileOp GPU implementation to expose more concurr...
2019-02-20 Christian PuhrschSupport str for native_functions.yaml schema
2019-02-20 Xiaomeng YangSeparate gpu reduce functions (#17146)
2019-02-20 Edward YangMinor doc updates in c10/core/Allocator.h (#17164)
2019-02-20 Xiang GaoNamedtuple return for symeig, eig, pstrf, qr, geqrf...
2019-02-20 Thomas ViehmannAllow PyTorch to be built without NCCL (#17295)
2019-02-20 Lu Fangadd foxi submodule (#17184)
2019-02-20 Peizhao ZhangRemoved obsolete argument correct_transform_coords...
2019-02-20 Hector Yuenmake the threshold for acurracy more precise (#17194)
2019-02-20 Yinghai LuAdd rule based filtering for ONNXIFI transformation...
2019-02-20 svcscmUpdating submodules
2019-02-20 Oleg Bogdanovcaffe2 | added missing operator source file (#17272)
2019-02-20 Nikolay Korovaikoadd list methods: copy,extend (#17092)
2019-02-20 SsnLImprove error message w/ size inference on empty tensors
2019-02-20 Gemfieldadd install step and docs for Android build (#17298)
2019-02-20 Soumith Chintalaimprove libtorch install docs with GPU note (#17299)
2019-02-20 Thomas ViehmannAdd launch bounds for TopK kernel, be more conservative...
2019-02-20 Lara HaidarONNX Export Maxpool Indices
2019-02-20 Michael SuoRevert D14144264: [pytorch][PR] [jit] clean up print...
2019-02-20 svcscmUpdating submodules
2019-02-20 Michael Suoclean up print from test
2019-02-20 peterFix dll loading process in newer Python on Windows...
2019-02-20 peterFix dll loading issue for Caffe2 and Windows
2019-02-20 Tongzhou WangFix cuda softmax backward with empty input (#17259)
2019-02-20 Jieat::native batch norm kernel launch config update ...
2019-02-19 Sergei NikolaevFalse alarm about leak in TestNN.test_variable_sequence...
2019-02-19 Karl OstmoU/kostmo/gen circle conf (#17189)
2019-02-19 Ailing Zhangupdate doc for multinomial (#17269)
2019-02-19 Lu Fangupdate of fbcode/onnx to 4c091e048ca42682d63ccd3c181156...
2019-02-19 Will FengMake tril_ and triu_ actually in-place (#17031)
2019-02-19 Michael LiuFix remaining -Wreturn-std-move violations in fbcode
2019-02-19 Elias EllisonLightweight String check Utility (#16858)
2019-02-19 eellisonmove prim::None to prim::Constant (again) (#17186)
2019-02-19 Krishna KalyanClarification of Lerp operation on tensors (#17253)
2019-02-19 Natalia Gimelsheinreenable rand_like fusion when there is no broadcast...
2019-02-19 Karl Ostmodiscrepancy in smoke_macos_libtorch_2.7_cpu job spec...
2019-02-19 Iurii ZdebskyiBool tensor. Part 0: Boolean storage implementation...
2019-02-19 ZhuBaoheCorrect padding and activations docstrings in nn module
2019-02-19 Michael LiuUse move to avoid copying (#17188)
2019-02-19 Zhonghao LiuReplace resize_dim() with set_sizes_and_strides() ...
2019-02-19 Jaliya EkanayakeC++ Frontend: adding two distributed samples (Random...
2019-02-19 ZhuBaoheCorrect recurrent/linear/dropout/sparse layers docstrings
2019-02-19 surgan12Optional arg fixes (#17222)
2019-02-19 bhushanReset grad attribute when called using del (#16525)
2019-02-17 Ying ZhangLogging stuffs (#17177)
2019-02-17 Mikhail ZolotukhinImplement IRParser. (#16987)
2019-02-17 Junjie BaiSkip onnx logsoftmax tests in rocm (#17170)
2019-02-16 Gao, XiangAdd namedtuple return for min, median, mode, kthvalue...
2019-02-16 David RiazatiRemove templates for GenericDict
2019-02-16 Ailing Zhangfix missing constant in adaptive_avg_pool2d AD (#17180)
2019-02-16 Mikhail ZolotukhinImplement NetDef <--> JIT IR converters. Try 2. (#17123)
2019-02-16 Hector Yuenchange the epsilon for fp32/fp16 to uint8 to be the...
2019-02-16 Elias EllisonRevert D14109636: [pytorch][PR] move prim::None to...
2019-02-16 Elias Ellisonmove prim::None to a case in prim::Constant (#16160)
2019-02-15 Xiang GaoMove outplace ops to ATen (#16788)
2019-02-15 Igor FedanFix for 16939:multinomial performance regressed
2019-02-15 Adam PaszkeAdd special ops for BatchNorm symbolic differentiation...
2019-02-15 Elias Ellisonimprove error msg when module list isn't added to __con...
2019-02-15 Josh VartyKaiming Initialization (#14718)
2019-02-15 Andy WeiPass torch.distributed launch process local rank as...
2019-02-15 David RiazatiAssert cases exist for unschematized ops in alias analysis
2019-02-15 Ailing ZhangFix avg pool2d api (#17166)
2019-02-15 Karl OstmoFix syntax error in set instantiation (#17174)
2019-02-15 Gregory ChananMake getting the dtype of a tensor work for backend...
2019-02-15 Gregory ChananStop reassigning (output) reference arguments in Binary...
next