summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-09[Packaging] Update Protobuf with v3.20.3tizen_8.0_m2_releaseaccepted/tizen/unified/dev/20240620.011054accepted/tizen/unified/20221215.051042accepted/tizen/8.0/unified/20231005.095509tizen_8.0accepted/tizen_8.0_unifiedSangjung Woo2-0/+3
2022-02-04[packaging/Tizen] Package PyTorch v1.10.2 for TizenYongjoo Ahn5-0/+2481
2022-02-04[packaging] Import external sourcesYongjoo Ahn39-0/+0
2021-12-14fix formatting CIRCLE_TAG when building docs (#67026) (#69876)Nikita Shulga2-2/+8
2021-12-10[release/1.10] Remove fgrad_input from slow_conv2d (#64280) (#69622)Eli Uriegas9-230/+105
2021-12-10[release/1.10] fix pybind issue for get_autocast_cpu_dtype and get_autocast_g...Eli Uriegas2-2/+14
2021-12-09[release/1.10] Fix adaptive_max_pool2d for channels-last on CUDA (#67697) (#6...Eli Uriegas2-12/+27
2021-12-09[release/1.10] TST Adds test for non-contiguous tensors (#64954) (#69617)Eli Uriegas3-18/+136
2021-12-08[ONNX] Update onnxruntime to 1.9 for CI (#65029) (#67269) (#69641)Nikita Shulga1-3/+1
2021-12-08Fix strict aliasing rule violation in bitwise_binary_op (#66194) (#69619)Eli Uriegas1-5/+27
2021-12-08[LiteInterpreter] Specify `Loader` to `yaml.load` (#67694) (#69642)Nikita Shulga1-1/+8
2021-12-08Fix python version in test tools CI job (#66947) (#69643)Nikita Shulga1-1/+1
2021-10-14(torch/elastic) add fqdn hostname to error printout (#66182) (#66662)kiukchung6-66/+84
2021-10-14Handle shared memory cases in MathBitFallback (#66667)Nikita Shulga5-69/+78
2021-10-14Disable .numpy() and .tolist() for tensor subclasses subclasses and f… (#66...anjali4110-0/+0
2021-10-14Delete extraneous whitespacesNikita Shulga1-2/+3
2021-10-14Disable .numpy() and .tolist() for tensor subclasses subclasses and fix .toli...anjali4115-3/+24
2021-10-14Call `PyArray_Check` only if NumPy is available (#66433) (#66629)Nikita Shulga2-1/+3
2021-10-14fix normal with empty std (#66524)Natalia Gimelshein2-1/+5
2021-10-08Fix cosine similarity dim checks (#66214)Natalia Gimelshein4-20/+11
2021-10-08[ONNX] Deprecate various args (#65962)Gary Miguel18-304/+362
2021-10-08Convert Sampler back to lazily construction (#63646) (#65926)Erjia Guan2-7/+33
2021-10-08Revert "Added option to update parameters using state_dict in AveragedModel (...Prabhat Roy2-42/+2
2021-10-06Added option to update parameters using state_dict in AveragedModel (#65495) ...Prabhat Roy2-2/+42
2021-10-06Tweak `file_diff_from_base` for release/1.10 branch (#66202)Nikita Shulga1-2/+2
2021-10-05[DataPipe] DataPipe Fix and Deprecation Warnings for Release 1.10 (#65932)Kevin Tse6-9/+20
2021-10-05[iOS][CI] Update dev certs (#66004) (#66188)Nikita Shulga5-16/+26
2021-10-05Fix backward compatibility tests (#66186)Nikita Shulga1-1/+1
2021-10-05Fix Windows ninja builds when MAX_JOBS is specified (#65444) (#66155)Nikita Shulga2-1/+5
2021-10-05Binary building wthout python fix (#66031) (#66117)n-v-k1-6/+7
2021-09-30[ci] try installing libgnutls to fix cert error (#65934) (#65979)Nikita Shulga2-2/+4
2021-09-30[DataPipe] Fix deepcopy filehandle for Mapper and in-place modification for I...Erjia Guan4-112/+143
2021-09-29Fix the slowdown of _object_to_tensor since 1.9 (#65721) (#65835)Nikita Shulga1-2/+5
2021-09-28Fix test reporting git merge-base (#65787)Zhuojie Zhou1-1/+1
2021-09-24[1.10] Remove torch.vmap (#65496)Richard Zou3-4/+2
2021-09-21[release/1.10] Pin builder and xla repo (#65433)Nikita Shulga2-2/+2
2021-09-21THCTensor cleanup (#65369)Natalia Gimelshein6-963/+1
2021-09-21[PT/ShardedTensor]Allow zero size local shard (#65007)Xing Liu2-4/+4
2021-09-21OpInfo: nn.functional.conv2d (#65233)kshitij123452-0/+57
2021-09-21[JIT] Re-land "Add aten::slice optimization" (#65341)Mike Iovine3-31/+148
2021-09-21[nn] TripletMarginLoss and PairwiseDistance : no batch dim (#64882)kshitij123456-10/+78
2021-09-21correlate forward and backward op (#62553)Teng Gao2-0/+84
2021-09-21[docs] Remove .data from some docs (#65358)Rodrigo Berriel2-3/+3
2021-09-21Adds keyword only args to gradcheck (#65290)Benjamin Rowell1-1/+3
2021-09-20[PyTorch Edge] Backport function for defaults args with out args, flag on (#6...Chen Lai7-168/+373
2021-09-20[JIT] Delete obsolete message: or if you absolutely have to, use c10::impl::G...Pavel Belevich1-2/+2
2021-09-20[JIT] Support device as Dict key (#65079)Pavel Belevich3-2/+5
2021-09-20Reduce PyTorch warnings: Cast fix xplat/caffe2/aten/src/ATen/core/DeprecatedT...Amr Elshennawy1-1/+1
2021-09-20Basic implementation of ShardedLinear using ShardedTensor. (#64128)Pritam Damania11-88/+725
2021-09-20Track peak memory usage (#65157)driazati16-61/+236