2021-09-01 |
Pritam Damania | Fix bug in ShardedTensorMetadata serde. (#63902) |
commit | commitdiff | tree | snapshot |
2021-09-01 |
Pavel Belevich | Delete some dead code from RRefMessageBase (#64298) |
commit | commitdiff | tree | snapshot |
2021-09-01 |
Matti Picus | disallow empty named dims list to flatten(names, name... |
commit | commitdiff | tree | snapshot |
2021-09-01 |
Scott Wolchok | [caffe2][easy] Save heap allocation in ConcatOp (#63529) |
commit | commitdiff | tree | snapshot |
2021-09-01 |
Edward Yang | Convert mul to use opmath_gpu_kernel_with_scalars ... |
commit | commitdiff | tree | snapshot |
2021-09-01 |
soulitzer | Use the correct overloaded name to skip boxed autograd... |
commit | commitdiff | tree | snapshot |
2021-09-01 |
Ray Peng | [Static Runtime] Out version for softmax (#64243) |
commit | commitdiff | tree | snapshot |
2021-09-01 |
Eli Uriegas | .circleci: Remove already migrated CUDA configs (#64231) |
commit | commitdiff | tree | snapshot |
2021-09-01 |
Eli Uriegas | .github: Consolidate linux setup / teardown (#64229) |
commit | commitdiff | tree | snapshot |
2021-09-01 |
Nikita Shulga | Add ciflow-tracking issue to pytorch-probot (#64125) |
commit | commitdiff | tree | snapshot |
2021-09-01 |
Mikhail Zolotukhin | [TensorExpr] Move declaration of buildErrorMessage... |
commit | commitdiff | tree | snapshot |
2021-09-01 |
Jay Leverett | Fix redundant class definition in GraphModule singleton... |
commit | commitdiff | tree | snapshot |
2021-09-01 |
Nikita Shulga | Discover new tests in run_tests.py (#64246) |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Richard Zou | Revert D30543236: Add python mode |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Kevin Tse | [DataPipe] export fork, mux, demux for public usage... |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Kevin Tse | [DataPipe] adding description, __len__, tests for mux... |
commit | commitdiff | tree | snapshot |
2021-08-31 |
zhouzhuojie | Try the forked checkout action with retry (#64120) |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Rishi Puri | fix syntax error in bfloat16 PR (#64122) |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Michael Carilli | [CUDA graphs] Prototype API and documentation (#63269) |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Rohan Varma | Remove ref to test_distributed_fork (#64197) |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Eli Uriegas | .circleci: Remove migrated jobs, move docs builds ... |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Raghuraman... | [ao][docs] Clarify operator support for quantization... |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Vasiliy Kuznetsov | ns for fx: make layer types more readable (#64270) |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Shiyan Deng | [fx2trt] Add acc_ops.sign and converter for it (#63876) |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Saketh Are | Use stacklevel for floordiv deprecation warnings (... |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Raghuraman... | [ao][docs] Add description of qconfig and qengine to... |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Kushashwa Ravi... | Add OpInfo for `nn.functional.cosine_similarity` (... |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Kevin Tse | [DataPipe] implementing __len__ for fork (no valid... |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Kevin Tse | [DataPipe] implementing demux() (#63650) |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Kevin Tse | [DataPipe] implementing fork() (#63649) |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Kimish Patel | Revert D30327514: [Pytorch lite predictor] Use KinetoEd... |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Harut Movsisyan | [Static Runtime] Implement aten::nonzero out variant... |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Facebook Community Bot | Automated submodule update: FBGEMM (#64213) |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Kimish Patel | [Pytorch lite predictor] Use KinetoEdgeCPUProfiler... |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Peter Bell | Compile BatchLinearAlgebra without nvcc (#64146) |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Bert Maher | [nnc] Enable fusion of bfloat16 ops (#64196) |
commit | commitdiff | tree | snapshot |
2021-08-31 |
James Reed | [WIP][FX] BC guarantees for 1.10 (#63888) |
commit | commitdiff | tree | snapshot |
2021-08-31 |
leslie-fang... | add operation list for AutocastCPU (#63534) |
commit | commitdiff | tree | snapshot |
2021-08-31 |
oleshp | Update contribution_guide.rst (#64142) |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Santiago Castro | Avoid an unnecessary list creation in `DataChunk` ... |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Samantha Andow | Add optional tensor arguments to (#63967) |
commit | commitdiff | tree | snapshot |
2021-08-31 |
CaoE | add BFloat16 support for fold and unfold on CPU (#62880) |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Edward Yang | Add acc_gpu_kernel_with_scalars and port add to use... |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Erjia Guan | Modify inline doc for DataPipe (#64221) |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Erjia Guan | Replace group_by_key by group_by IterDataPipe (#64220) |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Richard Zou | Add python mode (#63496) |
commit | commitdiff | tree | snapshot |
2021-08-31 |
Bert Maher | [nnc] Fix half2float conversion and re-enable float16... |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Harut Movsisyan | [Static Runtime] Implement aten::cumsum out variant... |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Richard Zou | OpInfo for nn.functional.interpolate (#61956) |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Thomas J. Fan | BUG Fixes regression for nllloss gradcheck (#64203) |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Ivan Yashchuk | Enable Half, BFloat16, and Complex dtypes for coo-coo... |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Alban Desmaison | Revert D30561459: Fix bytes_written and bytes_read |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Alban Desmaison | Back out "Added reference tests to ReductionOpInfo... |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Jerry Zhang | [quant][graphmode][fx] Add reference quantized conv... |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Daya Khudia | Back out "[JIT] Add aten::slice optimization" |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Eli Uriegas | .github: Adding configuration for backwards_compat... |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Eli Uriegas | .github: Adding configuration for docs_test (#64201) |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Will Constable | Make name() part of IMethod interface (#63995) |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Nikita Shulga | Fix type annotation in tools/nightly.py (#64202) |
commit | commitdiff | tree | snapshot |
2021-08-30 |
lezcano | Implements the orthogonal parametrization (#62089) |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Tanvir Zaman | Fix bytes_written and bytes_read (#64040) |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Philip Meier | remove componentwise comparison of complex values in... |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Philip Meier | remove componentwise comparison of complex values in... |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Xiang Gao | Bring back old algorithm for sorting on small number... |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Kushashwa Ravi... | [Doc] `make_tensor` to `torch.testing` module (#63925) |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Peter Bell | Fix bad use of channels last kernel in sync batch norm... |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Zhengxu Chen | [jit] Make operation call accept Stack& instead Stack... |
commit | commitdiff | tree | snapshot |
2021-08-30 |
= | Improve performance of index_select by avoiding item... |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Harut Movsisyan | [Static Runtime] aten::cat out version when it is not... |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Scott Wolchok | [PyTorch] Fix missing move in unpickler (#63974) |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Scott Wolchok | [PyTorch] Reduce copies/refcount bumps in BytecodeDeser... |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Raghavan Raman | [MicroBench] Added a micro benchmark for a signed log1p... |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Facebook Community Bot | Automated submodule update: FBGEMM (#64149) |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Vitaly Fedyunin | [DataLoader2] Adding Messages, Protocols, Loop wrappers... |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Rong Rong ... | remove one more distributed test (#64108) |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Raghavan Raman | [nnc] Updated internal asserts to include more detailed... |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Raghavan Raman | [nnc] Fixed warning due to implicit parameter conversio... |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Thomas J. Fan | ENH Adds label_smoothing to cross entropy loss (#63122) |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Harut Movsisyan | [Static Runtime] Out version for torch.linalg.norm... |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Zafar Takhirov | [quant] AO migration of the `quantize.py` (#64086) |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Mike Ruberry | Removes beta warning from the special module documentat... |
commit | commitdiff | tree | snapshot |
2021-08-30 |
mingfeima | add channel last support for MaxUnpool2d (#49984) |
commit | commitdiff | tree | snapshot |
2021-08-29 |
Nikita Shulga | Revert D30620966: [pytorch][PR] Move Parallel[Native... |
commit | commitdiff | tree | snapshot |
2021-08-29 |
Tugsbayasgalan... | [DOC] Add doc for maybe_wrap_dim (#63161) |
commit | commitdiff | tree | snapshot |
2021-08-29 |
Garrett Cramer | add support for sending cpu sparse tensors over rpc... |
commit | commitdiff | tree | snapshot |
2021-08-29 |
Tugsbayasgalan... | [DOC] improve docstring for Optimizer.state_dict (... |
commit | commitdiff | tree | snapshot |
2021-08-29 |
Facebook Community Bot | Automated submodule update: FBGEMM (#64141) |
commit | commitdiff | tree | snapshot |
2021-08-29 |
Bert Maher | [nnc] Make 64-bit dimensions work (#64077) |
commit | commitdiff | tree | snapshot |
2021-08-29 |
Bert Maher | Parse int64 sizes/strides (#64076) |
commit | commitdiff | tree | snapshot |
2021-08-29 |
Bert Maher | [nnc] Fix batchnorm implementation (#64112) |
commit | commitdiff | tree | snapshot |
2021-08-28 |
Ilqar Ramazanli | To add RMSProp algorithm documentation (#63721) |
commit | commitdiff | tree | snapshot |
2021-08-28 |
Facebook Community Bot | Automated submodule update: FBGEMM (#64129) |
commit | commitdiff | tree | snapshot |
2021-08-28 |
Nikita Shulga | Move Parallel[Native|TBB] to GHA (#64123) |
commit | commitdiff | tree | snapshot |
2021-08-28 |
Tugsbayasgalan... | Enhancement for smart serialization for out schemas... |
commit | commitdiff | tree | snapshot |
2021-08-28 |
Priya Ramani | [Light] Fix error message (#64010) |
commit | commitdiff | tree | snapshot |
2021-08-28 |
Jerry Zhang | [quant][graphmode][fx] Add reference quantized linear... |
commit | commitdiff | tree | snapshot |
2021-08-28 |
Yuchen Huang | [iOS][GPU] Consolidate array and non-array kernel for... |
commit | commitdiff | tree | snapshot |
2021-08-28 |
Ilqar Ramazanli | To add Nesterov Adam algorithm description to documenta... |
commit | commitdiff | tree | snapshot |
2021-08-28 |
Mike Iovine | [Static Runtime] Optimize memory planner initialization... |
commit | commitdiff | tree | snapshot |
2021-08-27 |
Mikhail Zolotukhin | [TensorExpr] Update tutorial. (#64109) |
commit | commitdiff | tree | snapshot |
next |