{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":65600975,"defaultBranch":"main","name":"pytorch","ownerLogin":"pytorch","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-08-13T05:26:41.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/21003710?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715646935.0","currentOid":""},"activityList":{"items":[{"before":"016bed9a6dc2805b2ebaf99b71630544ebefb630","after":null,"ref":"refs/tags/ciflow/inductor/116491","pushedAt":"2024-05-14T00:35:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pytorch-bot[bot]","name":null,"path":"/apps/pytorch-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/40112?s=80&v=4"}},{"before":"193a29d0dc83be28b259d476d3ba4545bff23894","after":"5993c9deda924ca5dd7c9e4b4a72903693501493","ref":"refs/heads/gh/isuruf/15/orig","pushedAt":"2024-05-14T00:35:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"isuruf","name":"Isuru Fernando","path":"/isuruf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5234427?s=80&v=4"},"commit":{"message":"Add aten._unsafe_masked_index\n\nTo generate masked indexing operations that would generate\nmasked loads in triton code\n\nghstack-source-id: 4a1a556fe79926a4394e1955c2c6059cd9da272b\nPull Request resolved: https://github.com/pytorch/pytorch/pull/116491","shortMessageHtmlLink":"Add aten._unsafe_masked_index"}},{"before":"016bed9a6dc2805b2ebaf99b71630544ebefb630","after":"b332e5b8c0d51f424f5b33a46097249e7bdf6386","ref":"refs/heads/gh/isuruf/15/head","pushedAt":"2024-05-14T00:35:28.000Z","pushType":"push","commitsCount":650,"pusher":{"login":"isuruf","name":"Isuru Fernando","path":"/isuruf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5234427?s=80&v=4"},"commit":{"message":"Update\n\n[ghstack-poisoned]","shortMessageHtmlLink":"Update"}},{"before":"48a941ace8c1eab162dbfaa12e988b6f6047ecbc","after":"3200dc2b4a137ef61f140bef5d911c0274023f9f","ref":"refs/heads/gh/isuruf/15/base","pushedAt":"2024-05-14T00:35:23.000Z","pushType":"push","commitsCount":649,"pusher":{"login":"isuruf","name":"Isuru Fernando","path":"/isuruf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5234427?s=80&v=4"},"commit":{"message":"Update (base update)\n\n[ghstack-poisoned]","shortMessageHtmlLink":"Update (base update)"}},{"before":"e301829c1e5a02d2c305351fc2601acfec1e7951","after":null,"ref":"refs/tags/ciflow/inductor/125725","pushedAt":"2024-05-14T00:32:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pytorch-bot[bot]","name":null,"path":"/apps/pytorch-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/40112?s=80&v=4"}},{"before":"e301829c1e5a02d2c305351fc2601acfec1e7951","after":"e320b2cbde1b981c7ffb7f58dead1e7beacfd6e1","ref":"refs/heads/angelayi/nonstrict_aoti","pushedAt":"2024-05-14T00:32:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"angelayi","name":"Angela Yi","path":"/angelayi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10901756?s=80&v=4"},"commit":{"message":"[export] Fix when modules are created in the forward pass in nonstrict","shortMessageHtmlLink":"[export] Fix when modules are created in the forward pass in nonstrict"}},{"before":"a1b04d8832c64d6112b432ce1e7725f02761cf21","after":"5a28bad418ad8187036c64b3fe487109dfc4ff5d","ref":"refs/heads/cherry-pick-125154-by-pytorch_bot_bot_","pushedAt":"2024-05-14T00:29:48.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"huydhn","name":"Huy Do","path":"/huydhn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/475357?s=80&v=4"},"commit":{"message":"Fix ref leak in `dtype.to_complex()`/`to_real()` (#125154)\n\nBy using `Py_NewRef`\n\nAlso, wrap `THPDtype_to_real`/`THPDtype_to_complex` calls with `HANDLE_TH_ERRORS`\n\nAdd regression test for the above issues, by calling to_complex for integral dtypes, that raises an exception and by preserving reference count to the same to_complex/to_real call to detect if leak is happeneing.\n\nReplace\n```cpp\nauto dtype = (PyObject*)torch::getTHPDtype(current_dtype);\nPy_INCREF(dtype);\nreturn dtype;\n```\nwith a more compact/streamlined equivalent\n```cpp\nreturn Py_NewRef(torch::getTHPDtype(current_dtype));\n```\n\nFixes https://github.com/pytorch/pytorch/issues/124868\n\nPull Request resolved: https://github.com/pytorch/pytorch/pull/125154\nApproved by: https://github.com/Skylion007, https://github.com/albanD\n\n(cherry picked from commit 744f341aa4eaa4f2e7068e5f83fa6fccb0a02ccc)","shortMessageHtmlLink":"Fix ref leak in dtype.to_complex()/to_real() (#125154)"}},{"before":"38031d093c74893cc27e7f985faed404f648f027","after":"eb91b89d2b807dd668b2859ce8f072190bafa35d","ref":"refs/heads/gh/PaliC/223/orig","pushedAt":"2024-05-14T00:29:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PaliC","name":"Sahan Paliskara","path":"/PaliC","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13758638?s=80&v=4"},"commit":{"message":"[Split Build] add option to create a libtorch wheel\n\nghstack-source-id: 1d9982703b8a1b985d671d030768b113cc73d2e5\nPull Request resolved: https://github.com/pytorch/pytorch/pull/125715","shortMessageHtmlLink":"[Split Build] add option to create a libtorch wheel"}},{"before":"0956ea559a65d2f688fbe94e81b0f161312cb6e5","after":"f9d53d9df60d994ce9d67ea6370603d68b1d0b64","ref":"refs/heads/gh/PaliC/224/orig","pushedAt":"2024-05-14T00:29:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PaliC","name":"Sahan Paliskara","path":"/PaliC","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13758638?s=80&v=4"},"commit":{"message":"[Split Build] option to build c10 using seperate wheel\n\nghstack-source-id: d7882c4fc0193f76050f0e6cab0721822c8f070f\nPull Request resolved: https://github.com/pytorch/pytorch/pull/125768","shortMessageHtmlLink":"[Split Build] option to build c10 using seperate wheel"}},{"before":"4bd6fa0e404aa1b8f5b49091e3637b46211f4e7c","after":"fe1a07fcd99c81f872ea0b5be848e526151845c1","ref":"refs/heads/gh/PaliC/227/orig","pushedAt":"2024-05-14T00:29:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"PaliC","name":"Sahan Paliskara","path":"/PaliC","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13758638?s=80&v=4"},"commit":{"message":"[wip][split-build] add split build to ci\n\nghstack-source-id: 46dc6446a1a0ddf5141c5b66beb5342dc6f78b57\nPull Request resolved: https://github.com/pytorch/pytorch/pull/126121","shortMessageHtmlLink":"[wip][split-build] add split build to ci"}},{"before":"d6fa73aec29145d30fbe31c732658dc57e98ef7e","after":"2e0649f39f7038c09a8fb61bb9649640a750d2f8","ref":"refs/heads/gh/PaliC/224/head","pushedAt":"2024-05-14T00:29:19.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"PaliC","name":"Sahan Paliskara","path":"/PaliC","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13758638?s=80&v=4"},"commit":{"message":"Update\n\n[ghstack-poisoned]","shortMessageHtmlLink":"Update"}},{"before":"d01a9af76d72f59fd0476d998cf2ffcfed895e36","after":"7e97c18fc950f2223929095fc6cb7ba501702944","ref":"refs/heads/gh/PaliC/227/head","pushedAt":"2024-05-14T00:29:19.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"PaliC","name":"Sahan Paliskara","path":"/PaliC","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13758638?s=80&v=4"},"commit":{"message":"Update\n\n[ghstack-poisoned]","shortMessageHtmlLink":"Update"}},{"before":"f1e9a7c15cc90be97b0ff90ca3e511d82441ee8f","after":"91bb3e1ba785ecf213818ba299b09bed8587b266","ref":"refs/heads/gh/PaliC/223/head","pushedAt":"2024-05-14T00:29:19.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"PaliC","name":"Sahan Paliskara","path":"/PaliC","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13758638?s=80&v=4"},"commit":{"message":"Update\n\n[ghstack-poisoned]","shortMessageHtmlLink":"Update"}},{"before":"62057415d18c4ccfb6bae1256a6ca926e44c3ad5","after":"47441d87290ac497c37aa2f11916b81ac93d2d63","ref":"refs/heads/gh/PaliC/223/base","pushedAt":"2024-05-14T00:29:15.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"PaliC","name":"Sahan Paliskara","path":"/PaliC","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13758638?s=80&v=4"},"commit":{"message":"Update (base update)\n\n[ghstack-poisoned]","shortMessageHtmlLink":"Update (base update)"}},{"before":"13a3e455c1eac10beb1161620a77d97c9ade40ae","after":"4d2a5d69139f6b2a92e5b8761502a67055d3f000","ref":"refs/heads/gh/PaliC/224/base","pushedAt":"2024-05-14T00:29:15.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"PaliC","name":"Sahan Paliskara","path":"/PaliC","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13758638?s=80&v=4"},"commit":{"message":"Update (base update)\n\n[ghstack-poisoned]","shortMessageHtmlLink":"Update (base update)"}},{"before":"51a6a4691b44b1df5d936941a7b00036ca6c5592","after":"5d5292a3c44fdf766cab70ba53c1e6e917e2e268","ref":"refs/heads/gh/PaliC/227/base","pushedAt":"2024-05-14T00:29:15.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"PaliC","name":"Sahan Paliskara","path":"/PaliC","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13758638?s=80&v=4"},"commit":{"message":"Update (base update)\n\n[ghstack-poisoned]","shortMessageHtmlLink":"Update (base update)"}},{"before":"e93944735c4d9a84010d06f5896ee027360cfd1a","after":null,"ref":"refs/tags/ciflow/inductor/125806","pushedAt":"2024-05-14T00:20:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pytorch-bot[bot]","name":null,"path":"/apps/pytorch-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/40112?s=80&v=4"}},{"before":"e93944735c4d9a84010d06f5896ee027360cfd1a","after":null,"ref":"refs/tags/ciflow/trunk/125806","pushedAt":"2024-05-14T00:19:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pytorch-bot[bot]","name":null,"path":"/apps/pytorch-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/40112?s=80&v=4"}},{"before":"e93944735c4d9a84010d06f5896ee027360cfd1a","after":"455888693b3bbfba48208e7c5510ec00fcd49340","ref":"refs/heads/update-vision-commit-hash/9010274985-1089-1","pushedAt":"2024-05-14T00:19:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pytorchupdatebot","name":"PyTorch UpdateBot","path":"/pytorchupdatebot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/133916390?s=80&v=4"},"commit":{"message":"update vision commit hash","shortMessageHtmlLink":"update vision commit hash"}},{"before":"82c2c1d989c01e2f8d0805f636ea74ae8da42523","after":null,"ref":"refs/tags/ciflow/inductor/123043","pushedAt":"2024-05-14T00:19:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pytorch-bot[bot]","name":null,"path":"/apps/pytorch-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/40112?s=80&v=4"}},{"before":"82c2c1d989c01e2f8d0805f636ea74ae8da42523","after":null,"ref":"refs/tags/ciflow/trunk/123043","pushedAt":"2024-05-14T00:19:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pytorch-bot[bot]","name":null,"path":"/apps/pytorch-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/40112?s=80&v=4"}},{"before":"82c2c1d989c01e2f8d0805f636ea74ae8da42523","after":"2469d817b823a431dc490a7d73565f96f335c473","ref":"refs/heads/update-executorch-commit-hash/8494347796-1029-1","pushedAt":"2024-05-14T00:19:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pytorchupdatebot","name":"PyTorch UpdateBot","path":"/pytorchupdatebot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/133916390?s=80&v=4"},"commit":{"message":"update executorch commit hash","shortMessageHtmlLink":"update executorch commit hash"}},{"before":"2ddd6870c2b887d0a738d26f602428860b7abee9","after":"990d9b8da63f50134d2b573a398326d709656557","ref":"refs/heads/gh/davidberard98/298/orig","pushedAt":"2024-05-14T00:15:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"davidberard98","name":"David Berard","path":"/davidberard98","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5067123?s=80&v=4"},"commit":{"message":"Use object identity for deepcopy memo\n\nghstack-source-id: 05bda28f38b0b783d47685c819efb19df7357f29\nPull Request resolved: https://github.com/pytorch/pytorch/pull/126126","shortMessageHtmlLink":"Use object identity for deepcopy memo"}},{"before":"8cc43dda6d7c1e796faaf99e731d65bf98a9de28","after":"2a7cfe58da961d89c9a95bee07fd86e4c420c0ad","ref":"refs/heads/gh/davidberard98/298/head","pushedAt":"2024-05-14T00:15:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"davidberard98","name":"David Berard","path":"/davidberard98","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5067123?s=80&v=4"},"commit":{"message":"Update on \"Use object identity for deepcopy memo\"\n\n\r\nCopy of #126089, with some fixes & tests (TODO)\r\n\r\n[TODO description]\r\n\n\n[ghstack-poisoned]","shortMessageHtmlLink":"Update on \"Use object identity for deepcopy memo\""}},{"before":null,"after":"195a8917517d840a857e567012a0cb8e8892475c","ref":"refs/heads/gh/kurtamohler/30/orig","pushedAt":"2024-05-14T00:14:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kurtamohler","name":null,"path":"/kurtamohler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8378787?s=80&v=4"},"commit":{"message":"[WIP] Warn on future divergent behavior for conditional views\n\nghstack-source-id: f2e6c6a1ffe504730b05f7c597a03ea69e170543\nPull Request resolved: https://github.com/pytorch/pytorch/pull/126129","shortMessageHtmlLink":"[WIP] Warn on future divergent behavior for conditional views"}},{"before":null,"after":"6a5acd91c35104c997f8040ef842a0f967c0d796","ref":"refs/heads/gh/kurtamohler/30/base","pushedAt":"2024-05-14T00:14:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kurtamohler","name":null,"path":"/kurtamohler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8378787?s=80&v=4"},"commit":{"message":"add shape check for rrelu_with_noise (#122870)\n\nFix https://github.com/pytorch/pytorch/issues/121094.\nAdd shape check for rrelu_with_noise, check whether the shape of input tensor and noise tensor are the same.\nPull Request resolved: https://github.com/pytorch/pytorch/pull/122870\nApproved by: https://github.com/mingfeima, https://github.com/ezyang","shortMessageHtmlLink":"add shape check for rrelu_with_noise (#122870)"}},{"before":null,"after":"e0df95064e419a7a393247a53e16cbcbe6eae90c","ref":"refs/heads/gh/kurtamohler/30/head","pushedAt":"2024-05-14T00:14:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kurtamohler","name":null,"path":"/kurtamohler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8378787?s=80&v=4"},"commit":{"message":"[WIP] Warn on future divergent behavior for conditional views\n\n[ghstack-poisoned]","shortMessageHtmlLink":"[WIP] Warn on future divergent behavior for conditional views"}},{"before":"6eab41a54860bd7a3a1be10b37cef6a0617b5a1a","after":null,"ref":"refs/tags/ciflow/inductor/125725","pushedAt":"2024-05-14T00:14:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pytorch-bot[bot]","name":null,"path":"/apps/pytorch-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/40112?s=80&v=4"}},{"before":"6eab41a54860bd7a3a1be10b37cef6a0617b5a1a","after":"e301829c1e5a02d2c305351fc2601acfec1e7951","ref":"refs/heads/angelayi/nonstrict_aoti","pushedAt":"2024-05-14T00:14:30.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"angelayi","name":"Angela Yi","path":"/angelayi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10901756?s=80&v=4"},"commit":{"message":"[export] Fix when modules are created in the forward pass in nonstrict","shortMessageHtmlLink":"[export] Fix when modules are created in the forward pass in nonstrict"}},{"before":"7f5cf03530e92b1f426523fbf368de6d4fedd05e","after":null,"ref":"refs/tags/ciflow/inductor/125515","pushedAt":"2024-05-14T00:13:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pytorch-bot[bot]","name":null,"path":"/apps/pytorch-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/40112?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAESPDRywA","startCursor":null,"endCursor":null}},"title":"Activity ยท pytorch/pytorch"}