platform/upstream/pytorch.git
2021-09-11 Hui Guo[tensorexpr] Simplify x/100 -> 0 if x is a non-negative...
2021-09-11 Eli UriegasRevert D30869803: .circleci: Skip cuda /cudnn install...
2021-09-10 Thomas J. FanTST Adds gradcheck and gradgradcheck to module info...
2021-09-10 Ansley UsseryPreserve types during empty container assignment (...
2021-09-10 Jane XuAlways upload stats to S3 (#64853)
2021-09-10 Kevin Tse[DataPipe] Remove ZipArchiveReader's dependency on...
2021-09-10 Eli Uriegas.circleci: Skip cuda /cudnn install if existing (#64825)
2021-09-10 Ilqar Ramazanli[doc][hackathon] To add Adadelta Optimizer to the docum...
2021-09-10 Alban DesmaisonAdd more error checking in subclass creation (#64746)
2021-09-10 Alban DesmaisonMove THPVariable_NewWithVar around (#64550)
2021-09-10 Raghavan Raman[MicroBench] Added a log_vml version of the signed...
2021-09-10 Raghavan Raman[nnc] Added an implementation of sign op (#64033)
2021-09-10 Eddie RenExtend 2Dim embedding bag benchmarking to include 3Dim...
2021-09-10 Howard HuangRevert D30846958: [caffe2/aten] Remove loose #pragma...
2021-09-10 Kevin Tse[DataPipe] fixing tests related fork() to remove warnin...
2021-09-10 Hui Guo[tensorexpr] Add 'pre_alloc' argument in python API...
2021-09-10 anjali411Skip conjugate and negate fallback for view ops and...
2021-09-10 Ilqar RamazanliTo add Rprop documentation (#63866)
2021-09-10 Jeff Daily[ROCm] define C10_WARP_SIZE to warpSize HIP constant...
2021-09-10 Corey Levinsonfix typo in torch/onnx/utils.py (#63396)
2021-09-10 ruibuild: bump bazel to 4.2.1 (#64455)
2021-09-10 Aswin John... ROCm MIOpen NHWC Convolution support (#63617)
2021-09-10 Shen LiLet all_reduce_coalesced and all_gather_coalesced retur...
2021-09-10 Nikita Vedeneev`torch.lu`: forward AD support (#64742)
2021-09-10 Jordan Fix[const_fold] Keep around node.meta for replaced folded...
2021-09-10 Elias Guestrin[caffe2/aten] Remove loose #pragma warning ( pop )...
2021-09-10 Shirong WuAdd TRTSplitter (#64762)
2021-09-10 Scott Wolchok[PyTorch] Fix missing move in torch::jit::Lexer::next...
2021-09-10 Scott Wolchok[PyTorch] Use std::find in the JIT lexer (#64652)
2021-09-10 Mikhail Zolotukhin[TensorExpr] Simplify TE IR before applying any transfo...
2021-09-10 Jerry Zhang[quant][fix] Fix quantization for sub_scalar (#64603)
2021-09-10 Linbin Yu[Android] print type name for IValues (#64602)
2021-09-09 Xinyi Zhang[caffe2][tiny] Add logging to report what the current...
2021-09-09 Ilqar Ramazanli[doc][hackathon] To add Adagrad Optimizer to the docume...
2021-09-09 Harut Movsisyan[Static Runtime] Fix resize_output_check warning coming...
2021-09-09 Han GuangyunRename profiler metadata key (#63743)
2021-09-09 Jordan FixAdd support for lowering info during serialize_module...
2021-09-09 Palwisha Akhtarcat_shape_check: Fixes dimension in the error message...
2021-09-09 Xu ZhaoEnable the on-demand performance PR testing to run...
2021-09-09 Eli Uriegas.github: Remove add_annotations workflow (#64449)
2021-09-09 Rohan Varma[Dist/CI] Remove dist from target determinator (#64721)
2021-09-09 Emad El-Haratyfix acc topk's handling of the case when dim=0, fix...
2021-09-09 Richard BarnesFix a shadowed variable (#64695)
2021-09-09 Nived P AAdded more version comparison operations (#63848)
2021-09-09 Mike RuberryReverts cat and stack warning when out= is not the...
2021-09-09 Ilqar RamazanliTo add SequentialLR to PyTorch Core Schedulers (#64037)
2021-09-09 John Shen[pytorch] Make qlinear weight packing thread safe ...
2021-09-09 Nikita Vedeneev`torch.lu_solve`: forward AD support (#64646)
2021-09-09 Raghavan Raman[nnc] Handled cast in index expression during inlining...
2021-09-09 Raghavan Raman[nnc] Updated indices during broadcast to use int64_t...
2021-09-09 Howard HuangRevert D30745921: [DDP] Fix when buffers are reassigned...
2021-09-09 Howard HuangRevert D30745961: [DDP] Remove self.modules_params
2021-09-09 Howard HuangRevert D30745960: [DDP] Remove SPMD from self.modules_b...
2021-09-09 Elias Ellison[JIT] Add gradient check in constants (#64613)
2021-09-09 Edward YangFilter out _disabled_torch_function_impl from handle_to...
2021-09-09 Ilqar RamazanliTo add Rectified Adam Description to Documentation...
2021-09-09 Ilqar Ramazanli[doc][hackathon] To add AdamW Optimizer to the document...
2021-09-09 Ilqar RamazanliTo add Adamax algorithm to documentation (#63903)
2021-09-09 CodemodService... [AutoAccept][Codemod][FBSourceClangFormatLinter] Daily...
2021-09-09 Yinghai LuFix lop1p lowering bug (#64724)
2021-09-09 Peter BellMigrate uses of THCReduceApplyUtils to cuda_utils:...
2021-09-09 Rohan Varma[DDP] Remove SPMD from self.modules_buffers (#64474)
2021-09-09 Rohan Varma[DDP] Remove self.modules_params (#64473)
2021-09-09 Rohan Varma[DDP] Fix when buffers are reassigned in module (#64472)
2021-09-09 Scott Wolchok[PyTorch] Fix MobileDebugInfo vector copy (#64030)
2021-09-09 Scott Wolchok[PyTorch] move from input ivalues in ByteCodeDeserializ...
2021-09-09 Scott Wolchok[PyTorch] Copy vectors less in Function::append_operato...
2021-09-09 Yinghai Lu[FX] make visualizer produce different formatted output...
2021-09-09 Nikita ShulgaRe-enable nightly doc pushes (#64708)
2021-09-08 Jordan Fix[acc_tracer] Enable check_mutable_operations (#64456)
2021-09-08 Hui Guo[tensorexpr] Allocate intermediate buffers at compile...
2021-09-08 Hui Guo[tensorexpr] Add 'is_allocated' flag for buffers and...
2021-09-08 Jordan Fix[acc_normalizer] Improve error when kwarg normalization...
2021-09-08 Hector YuenUpdate breakpad to an existing commit: 7d188f6 (#64666)
2021-09-08 Ilqar RamazanliTo add Stochastic Gradient Descent to Documentation...
2021-09-08 Eli Uriegas.github: Upgrade windows CUDA 10.1 -> 10.2 (#64658)
2021-09-08 Shirong WuAdd plugin for linalg norm operation (#64611)
2021-09-08 Natalia GimelsheinRevert D30735341: Migrate uses of THCReduceApplyUtils...
2021-09-08 Yinghai Lu[fx] make const fold code more pythonic (#64451)
2021-09-08 Zafar Takhirov[quant] Enable jit tracing on quantizable LSTM (resubmi...
2021-09-08 Peter BellFactor out TensorBase that doesn't depend on native...
2021-09-08 David RiazatiMake doc previews use its own S3 bucket (#64594)
2021-09-08 Thomas J. FanTST Adds inplace checks to module_info (#63739)
2021-09-08 Peter BellMigrate uses of THCReduceApplyUtils to cuda_utils:...
2021-09-08 Eli Uriegas.github: Run docker containers in detach mode (#64459)
2021-09-08 Animesh Jain[NNC] Add Softplus operator (#64589)
2021-09-08 Horace HeAdd `__matmul__` to the magic methods for FX tracing...
2021-09-08 kshitij12345update scatter formula (#64546)
2021-09-08 Kevin Tsefixing trapezoid() comments for clarity (#64592)
2021-09-08 Ivan YashchukAdd forward mode differentiation for torch.linalg.chole...
2021-09-08 Hojin LeeFix typo embedding_renorm_cuda_ (#64542)
2021-09-08 Rohan Varma[c10d] Provide failure reason from ProcessGroup when...
2021-09-08 Sameer DeshmukhChange MaxUnpool to accept tensors with 0-dim batch...
2021-09-08 johnluAdd Half conversion of bit cast for SYCL kernel (#64340)
2021-09-08 Bert Maher[nnc] Provide helpful error messages about turning...
2021-09-08 leslie-fang... Allow disabling cache in autocast (automatic mixed...
2021-09-08 Protonu BasuAdding support for lowering 4Bit EmbeddingBag Operator...
2021-09-08 Freey0restore test_inplace_comparison_ops_require_inputs_have...
2021-09-08 Zafar Takhirov[quant] AO migration of the `quantize.py` (resubmission...
2021-09-08 Mikhail Zolotukhin[TensorExpr] Don't rely on exceptions in Vectorizer...
next