platform/upstream/pytorch.git
2021-08-19 Nikita ShulgaRevert D30359218: [pytorch][PR] [doc] pre-commit fix...
2021-08-19 zhouzhuojieAdd concurrency group for more workflows (#63606)
2021-08-19 Zeina Migeedacc type inference (#63119)
2021-08-19 Sergei VorobevReplace hardcoded values in IndexKernel.cu (#63372)
2021-08-19 Adam J. StewartDataLoader: allow non-integer Samplers (#63500)
2021-08-19 Kimish Patel[Pytorch] Fix callstack pointer serialization bug ...
2021-08-19 Charles David... Updating the names of these functions (#63513)
2021-08-19 Natalia GimelsheinRevert embedding thrust->cub migration (#63451)
2021-08-19 Philip MeierUpdates internal `assert_allclose` callsites in favor...
2021-08-19 Mike RuberryModernizes add and mul documentation (#63309)
2021-08-19 kshitij12345[special] use __all__ to hide internal imports (#63135)
2021-08-19 Yusuo Hu[BF16] Add a missing thread local specifier to autocast...
2021-08-19 Pritam Damania[7/N] Remove fork tests for RPC. (#63443)
2021-08-19 driazatiUse CMake for breakpad (#63186)
2021-08-19 Scott Wolchok[easy] Fix missing move in TupleType::createNamed ...
2021-08-19 Shiyan Deng[hpc] use fx2trt for exploration track (#63535)
2021-08-19 Shiyan DengAdd permute021 fx2trt converter (#63238)
2021-08-19 Scott Wolchok[PyTorch] Test IValue move/copy/assign/swap more (...
2021-08-19 David EsiobuUse linecache.lazycache to cache generated code. (...
2021-08-19 anjali411Add fastpath for dot and vdot when the inputs have...
2021-08-19 Till HoffmannPoisson zero rate (#61511)
2021-08-19 Jeff Dailyadd distributed/_sharded_tensor/test_sharded_tensor...
2021-08-19 Ilqar RamazanliTo fix the chainability at epoch zero for some schedule...
2021-08-19 Alban DesmaisonUpdate full backward hook doc with not-same-object...
2021-08-19 Mike Iovine[Static Runtime] Support __getitem__ for lists (#63398)
2021-08-19 Alban DesmaisonRevert D29399533: Hoisting common expressions out of...
2021-08-19 Chen LaiFix interpreter debug logging message (#63499)
2021-08-19 Nikolay Korovaikolayernom inplace (#63437)
2021-08-19 Nikolay Korovaikolayernorm (#63436)
2021-08-19 Mikhail Zolotukhin[TensorExpr] Make CacheReplacer and IndexFlattener...
2021-08-19 Mikhail Zolotukhin[TensorExpr] Speedup ExternalCall.ComputeInterop test...
2021-08-19 Michael Dagitsessupport optional comparisons with different but compara...
2021-08-19 Edward YangBeef up comment in AccumulateType (#63503)
2021-08-19 Yinbin MaBF16 allreduce hook (#63260)
2021-08-18 John ClowHoisting common expressions out of If blocks (#59492)
2021-08-18 Amy HeNnapi Delegation: Quick improvements (#63489)
2021-08-18 kshitij12345[fix] tensor_split : non-contiguous indices tensor...
2021-08-18 Sangbaek Park[Vulkan] Fix incorrect input range for Hardshrink tests...
2021-08-18 Rong Rong ... using PR number instead of IN_PULL_REQUEST (#63360)
2021-08-18 Mike Iovine[Static Runtime] Benchmark reports native nodes (#63346)
2021-08-18 Mostafa Elhoushi[FX] make ASTReriter patch wrapped functions properly...
2021-08-18 Dhruv Matani[PyTorch] Avoid using std::regex for device string...
2021-08-18 Mikhail Zolotukhin[TensorExpr] IRSimplifier: sort terms in polynomials...
2021-08-18 Mikhail Zolotukhin[TensorExpr] Add debug logging to LoopNest::computeInli...
2021-08-18 Michael Dagitsesclarify that `torch.finfo.tiny` is the smallest normal...
2021-08-18 Alexander GrundFix segmentation fault due to access to destroyed CudaI...
2021-08-18 Charles David... Bugfix for fuse qconfig comparison (#63384)
2021-08-18 BowenBao[ONNX] Fix for batchnorm training op mode (#52758)...
2021-08-18 BowenBao[ONNX] Remove aten parameter (#61652) (#62759)
2021-08-18 BowenBao[ONNX] Add support for opset14 in PT-ONNX exporter...
2021-08-18 BowenBao[ONNX] Support lstm_cell symbolic (#61476) (#62757)
2021-08-18 James Reed[FX] Fix GraphModule deepcopy to use deepcopied graph...
2021-08-18 Basil HosmerMaybeOwned page for dev wiki (#63450)
2021-08-18 peterjc123Disable RDYNAMIC check with MSVC (#62949)
2021-08-18 Michael Dagitsesdocument why wrappers exist in `torch.functional` ...
2021-08-18 Rohan Varma[DDP] Add a debug check in cpp fp16 compress (#63379)
2021-08-18 Rohan Varma[DDP][Grad compression] Fix fp16 cpp hook (#63375)
2021-08-18 Stas Bekman[doc] pre-commit fix instructions (#61717)
2021-08-18 Heitor SchueroffMake SkipInfo with expected_failure an XFAIL (#63481)
2021-08-18 soulitzerImprove custom function docs (#60312)
2021-08-18 Pritam Damania[6/N] Enable opt-asan for elastic and launcher tests...
2021-08-18 Shirong WuAdd validation check in fx2trt interpreter (#63424)
2021-08-18 John Shen[pytorch] Make qconv forward() thread safe (#63432)
2021-08-18 Masaki KozukiUse `fastAtomicAdd` in EmbeddingBag (mode "max") backwa...
2021-08-18 Rishi PuriReverting launch bounds change in topK that induced...
2021-08-18 Erjia GuanMake DataChunk support list in-place ops (#63422)
2021-08-18 cyyA tiny fix in MT19937RNGEngine (#63219)
2021-08-18 Edward YangImplement subclass priority for __torch_dispatch__...
2021-08-18 Jerry Zhang[fx2trt] Add dequantize support (#63448)
2021-08-18 Philip Meieradd `OpInfo` for `torch.linalg.tensorinv` (#62326)
2021-08-18 JackCaoGUpdate cuda amp to also check xla device (#63413)
2021-08-18 CodemodService... [AutoAccept][Codemod][FBSourceClangFormatLinter] Daily...
2021-08-18 Michael Dagitsesenhance comparison tests for c10::optional (#62887)
2021-08-18 Michael Dagitsesclarify the documentation of `torch.meshgrid` (#62977)
2021-08-18 Pritam Damania[5/N] Run opt-asan with detect_leaks=0 (#63361)
2021-08-18 Wanchao Liang[sharded_tensor] fix typing issue for placement (#63426)
2021-08-18 Pavithran Ramachandran[easy][PyTorchEdge] print error message when failing...
2021-08-18 Jerry Zhang[fx2trt] Add quantize_per_tensor support (#63447)
2021-08-18 Shen LiFix RPC Python User Function Error Handling (#63406)
2021-08-18 Aliaksandr... [torch] Set default log level for torch elastic (#63214)
2021-08-18 Rohan Varma[BE] remove _SUPPORTED_OPTIM_MAP from tests (#63383)
2021-08-18 Rohan Varma[DDP] Support step_param for AdamW (#63382)
2021-08-18 Jerry Zhang[quant][graphmode][fx][fix] Fix quantization for tuple...
2021-08-18 zhouzhuojieAdd more ciflow labels for more workflows (#63410)
2021-08-17 Masaki Kozuki`F.avg_pool3` CUDA backward: gpuAtomicAddNoReturn ...
2021-08-17 Nikita ShulgaAdd pocketfft as submodule (#62841)
2021-08-17 Rohan Varma[wip] Move smallest bucket to end after rebuild buckets...
2021-08-17 Kevin Tseadding a note to the documentation of polar (#63259)
2021-08-17 Jerry Zhang[quant][graphmode][fx][bc-breaking] Support for referen...
2021-08-17 Dhruv MataniRevert D30281388: [PyTorch] Avoid using std::regex...
2021-08-17 Richard ZouFix zero-dim handling in torch.matmul (#63359)
2021-08-17 Mikhail Zolotukhin[TensorExpr] Add a wrapper for all expr and stmt pointe...
2021-08-17 Kushashwa Ravi... OpInfo fix: `conv_transpose2d` (#63389)
2021-08-17 Mike Iovine[Static Runtime] Implement aten::append (#63350)
2021-08-17 Ivan Kobzarev[vulkan] Add log_softmax (#63193)
2021-08-17 Supriya Rao[quant][fx] Ensure qconfig works for QAT with multiple...
2021-08-17 Yi WangAdd return type hint and improve the docstring of consu...
2021-08-17 Elias EllisonAdd handling of ifs to shape propagation (#62914)
2021-08-17 Elias EllisonSmall shape analysis changes (#62911)
2021-08-17 Elias EllisonAdd a few peepholes (#62910)
next