{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":123683042,"defaultBranch":"master","name":"extension-cpp","ownerLogin":"pytorch","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-03-03T10:46:31.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/21003710?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718991722.0","currentOid":""},"activityList":{"items":[{"before":"56e42863d2b5fc379fbe90ac65661334d10c1f41","after":null,"ref":"refs/heads/rzou/update_tutorial_link","pushedAt":"2024-06-21T17:42:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"}},{"before":"b75f3dc9e6dd82e90f0ce7933484c87b7a4cf5a6","after":"18822824e5036d65474447e1b972ec62aeaff022","ref":"refs/heads/master","pushedAt":"2024-06-21T17:41:57.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"},"commit":{"message":"Merge pull request #97 from pytorch/rzou/update_tutorial_link\n\nUpdate tutorial link","shortMessageHtmlLink":"Merge pull request #97 from pytorch/rzou/update_tutorial_link"}},{"before":"522ad4d57efcc273327d6ff113c8a03cb57277e2","after":"56e42863d2b5fc379fbe90ac65661334d10c1f41","ref":"refs/heads/rzou/update_tutorial_link","pushedAt":"2024-06-21T15:32:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"},"commit":{"message":"Update tutorial link\n\nAnd add me to list of contributors so people don't ping Peter too much.","shortMessageHtmlLink":"Update tutorial link"}},{"before":"793e2cfce532a7db9faaf33257683ca21192fe05","after":"522ad4d57efcc273327d6ff113c8a03cb57277e2","ref":"refs/heads/rzou/update_tutorial_link","pushedAt":"2024-06-21T15:32:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"},"commit":{"message":"Update tutorial link\n\nAnd add me to list of contributors so people don't ping Peter too much.","shortMessageHtmlLink":"Update tutorial link"}},{"before":null,"after":"793e2cfce532a7db9faaf33257683ca21192fe05","ref":"refs/heads/rzou/update_tutorial_link","pushedAt":"2024-06-21T15:30:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"},"commit":{"message":"Update tutorial link\n\nAnd add me to list of contributors.","shortMessageHtmlLink":"Update tutorial link"}},{"before":"54a1420a7108e769e2911410652988dce12889d3","after":null,"ref":"refs/heads/gh/zou3519/3/orig","pushedAt":"2024-05-29T17:32:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"}},{"before":"417f852518305345bc8f1c2d151572b6af8c90c1","after":null,"ref":"refs/heads/gh/zou3519/3/head","pushedAt":"2024-05-29T17:32:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"}},{"before":"417f852518305345bc8f1c2d151572b6af8c90c1","after":null,"ref":"refs/heads/gh/zou3519/3/base","pushedAt":"2024-05-29T17:32:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"}},{"before":"a5ed0b0ccab7455c51c218f505596a39d30e92bc","after":"b75f3dc9e6dd82e90f0ce7933484c87b7a4cf5a6","ref":"refs/heads/master","pushedAt":"2024-05-29T17:32:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"},"commit":{"message":"Replace lltm with myaddmul; update to new custom ops APIs\n\nWe're replacing lltm with myaddmul(a: Tensor, b: Tensor, c: float),\nwhich just does a*b+c. This simplification allows us to focus on the\noperator registration instead of get lost in the details of the\ncomplicated lltm kernels.\n\nTest Plan:\n- tests\n\nghstack-source-id: dbf9af17fe0d66139320f45e5ed76a6331faefce\nPull Request resolved: https://github.com/pytorch/extension-cpp/pull/95","shortMessageHtmlLink":"Replace lltm with myaddmul; update to new custom ops APIs"}},{"before":"a5ed0b0ccab7455c51c218f505596a39d30e92bc","after":"417f852518305345bc8f1c2d151572b6af8c90c1","ref":"refs/heads/gh/zou3519/3/base","pushedAt":"2024-05-29T17:32:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"},"commit":{"message":"Replace lltm with myaddmul; update to new custom ops APIs\n\nWe're replacing lltm with myaddmul(a: Tensor, b: Tensor, c: float),\nwhich just does a*b+c. This simplification allows us to focus on the\noperator registration instead of get lost in the details of the\ncomplicated lltm kernels.\n\nTest Plan:\n- tests\n\n[ghstack-poisoned]","shortMessageHtmlLink":"Replace lltm with myaddmul; update to new custom ops APIs"}},{"before":null,"after":"54a1420a7108e769e2911410652988dce12889d3","ref":"refs/heads/gh/zou3519/3/orig","pushedAt":"2024-05-29T17:22:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"},"commit":{"message":"Replace lltm with myaddmul; update to new custom ops APIs\n\nWe're replacing lltm with myaddmul(a: Tensor, b: Tensor, c: float),\nwhich just does a*b+c. This simplification allows us to focus on the\noperator registration instead of get lost in the details of the\ncomplicated lltm kernels.\n\nTest Plan:\n- tests\n\nghstack-source-id: dbf9af17fe0d66139320f45e5ed76a6331faefce\nPull Request resolved: https://github.com/pytorch/extension-cpp/pull/95","shortMessageHtmlLink":"Replace lltm with myaddmul; update to new custom ops APIs"}},{"before":null,"after":"417f852518305345bc8f1c2d151572b6af8c90c1","ref":"refs/heads/gh/zou3519/3/head","pushedAt":"2024-05-29T17:22:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"},"commit":{"message":"Replace lltm with myaddmul; update to new custom ops APIs\n\nWe're replacing lltm with myaddmul(a: Tensor, b: Tensor, c: float),\nwhich just does a*b+c. This simplification allows us to focus on the\noperator registration instead of get lost in the details of the\ncomplicated lltm kernels.\n\nTest Plan:\n- tests\n\n[ghstack-poisoned]","shortMessageHtmlLink":"Replace lltm with myaddmul; update to new custom ops APIs"}},{"before":null,"after":"a5ed0b0ccab7455c51c218f505596a39d30e92bc","ref":"refs/heads/gh/zou3519/3/base","pushedAt":"2024-05-29T17:22:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"},"commit":{"message":"Set up CI\n\nCopied from torchvision.\n\nghstack-source-id: 2158902438d9fef846d5fa1b93033135612879a9\nPull Request resolved: https://github.com/pytorch/extension-cpp/pull/87","shortMessageHtmlLink":"Set up CI"}},{"before":null,"after":"2623144616ec47d608a605294c6522ae739929b0","ref":"refs/heads/revert-94-gh/zou3519/2/head","pushedAt":"2024-05-29T17:21:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"},"commit":{"message":"Revert \"Replace lltm with myaddmul; update to new custom ops APIs\"","shortMessageHtmlLink":"Revert \"Replace lltm with myaddmul; update to new custom ops APIs\""}},{"before":"a5ed0b0ccab7455c51c218f505596a39d30e92bc","after":"1c2f8183b03c6f7a300e58f27c5d4fa27d7ebf3c","ref":"refs/heads/gh/zou3519/2/base","pushedAt":"2024-05-29T17:21:02.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"},"commit":{"message":"Merge pull request #94 from pytorch/gh/zou3519/2/head\n\nReplace lltm with myaddmul; update to new custom ops APIs","shortMessageHtmlLink":"Merge pull request #94 from pytorch/gh/zou3519/2/head"}},{"before":"5f14ad56538650d38427353c7147b9cd1e114e5d","after":"d676b576b22cffd41821ee29b8afea8ce8f84e04","ref":"refs/heads/gh/zou3519/2/orig","pushedAt":"2024-05-24T17:36:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"},"commit":{"message":"Replace lltm with myaddmul; update to new custom ops APIs\n\nWe're replacing lltm with myaddmul(a: Tensor, b: Tensor, c: float),\nwhich just does a*b+c. This simplification allows us to focus on the\noperator registration instead of get lost in the details of the\ncomplicated lltm kernels.\n\nTest Plan:\n- tests\n\nghstack-source-id: dbf9af17fe0d66139320f45e5ed76a6331faefce\nPull Request resolved: https://github.com/pytorch/extension-cpp/pull/94","shortMessageHtmlLink":"Replace lltm with myaddmul; update to new custom ops APIs"}},{"before":"1979f756d9cbbd33b5b64b35e7d7b5b58a6b7c0e","after":"6ee120905542557b9622be963b7d0ffc8b01cd30","ref":"refs/heads/gh/zou3519/2/head","pushedAt":"2024-05-24T17:36:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"},"commit":{"message":"Update on \"Replace lltm with myaddmul; update to new custom ops APIs\"\n\n\nWe're replacing lltm with myaddmul(a: Tensor, b: Tensor, c: float),\nwhich just does a*b+c. This simplification allows us to focus on the\noperator registration instead of get lost in the details of the\ncomplicated lltm kernels.\n\nTest Plan:\n- tests\n\n[ghstack-poisoned]","shortMessageHtmlLink":"Update on \"Replace lltm with myaddmul; update to new custom ops APIs\""}},{"before":null,"after":"5f14ad56538650d38427353c7147b9cd1e114e5d","ref":"refs/heads/gh/zou3519/2/orig","pushedAt":"2024-05-24T13:31:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"},"commit":{"message":"Replace lltm with myaddmul; update to new custom ops APIs\n\nWe're replacing lltm with myaddmul(a: Tensor, b: Tensor, c: float),\nwhich just does a*b+c. This simplification allows us to focus on the\noperator registration instead of get lost in the details of the\ncomplicated lltm kernels.\n\nTest Plan:\n- tests\n\nghstack-source-id: 8fef757fc6863bc2a7b495cca013e49d71f355b1\nPull Request resolved: https://github.com/pytorch/extension-cpp/pull/94","shortMessageHtmlLink":"Replace lltm with myaddmul; update to new custom ops APIs"}},{"before":null,"after":"1979f756d9cbbd33b5b64b35e7d7b5b58a6b7c0e","ref":"refs/heads/gh/zou3519/2/head","pushedAt":"2024-05-24T13:31:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"},"commit":{"message":"Replace lltm with myaddmul; update to new custom ops APIs\n\nWe're replacing lltm with myaddmul(a: Tensor, b: Tensor, c: float),\nwhich just does a*b+c. This simplification allows us to focus on the\noperator registration instead of get lost in the details of the\ncomplicated lltm kernels.\n\nTest Plan:\n- tests\n\n[ghstack-poisoned]","shortMessageHtmlLink":"Replace lltm with myaddmul; update to new custom ops APIs"}},{"before":null,"after":"a5ed0b0ccab7455c51c218f505596a39d30e92bc","ref":"refs/heads/gh/zou3519/2/base","pushedAt":"2024-05-24T13:31:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"},"commit":{"message":"Set up CI\n\nCopied from torchvision.\n\nghstack-source-id: 2158902438d9fef846d5fa1b93033135612879a9\nPull Request resolved: https://github.com/pytorch/extension-cpp/pull/87","shortMessageHtmlLink":"Set up CI"}},{"before":null,"after":"7ac96a9cba8378a4b0bbab98e8d3e1ce6affa1c7","ref":"refs/heads/rzou/new_api","pushedAt":"2024-04-26T14:58:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"},"commit":{"message":"Update to use the new Python custom op APIs\n\nWon't land this until 2.4 comes by.\n\nghstack-source-id: a9f4f7591fc805a31861e5f068cf5d3bf8a1d861\nPull Request resolved: https://github.com/pytorch/extension-cpp/pull/90","shortMessageHtmlLink":"Update to use the new Python custom op APIs"}},{"before":null,"after":"7ac96a9cba8378a4b0bbab98e8d3e1ce6affa1c7","ref":"refs/heads/gh/zou3519/1/orig","pushedAt":"2024-04-26T14:55:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"},"commit":{"message":"Update to use the new Python custom op APIs\n\nWon't land this until 2.4 comes by.\n\nghstack-source-id: a9f4f7591fc805a31861e5f068cf5d3bf8a1d861\nPull Request resolved: https://github.com/pytorch/extension-cpp/pull/90","shortMessageHtmlLink":"Update to use the new Python custom op APIs"}},{"before":null,"after":"a5ed0b0ccab7455c51c218f505596a39d30e92bc","ref":"refs/heads/gh/zou3519/1/base","pushedAt":"2024-04-26T14:55:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"},"commit":{"message":"Set up CI\n\nCopied from torchvision.\n\nghstack-source-id: 2158902438d9fef846d5fa1b93033135612879a9\nPull Request resolved: https://github.com/pytorch/extension-cpp/pull/87","shortMessageHtmlLink":"Set up CI"}},{"before":null,"after":"f99d09c637d846994bdae4d24089a3627ac7d56c","ref":"refs/heads/gh/zou3519/1/head","pushedAt":"2024-04-26T14:55:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"},"commit":{"message":"Update to use the new Python custom op APIs\n\nWon't land this until 2.4 comes by.\n\n[ghstack-poisoned]","shortMessageHtmlLink":"Update to use the new Python custom op APIs"}},{"before":"5a0c4abd0da40afab32bf4363579e40de07099af","after":null,"ref":"refs/heads/gh/zou3519/2/orig","pushedAt":"2024-04-24T19:13:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"}},{"before":"f5d8e553f7b19e041f378d02e56d383f5f86b24e","after":null,"ref":"refs/heads/gh/zou3519/2/head","pushedAt":"2024-04-24T19:13:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"}},{"before":"f5d8e553f7b19e041f378d02e56d383f5f86b24e","after":null,"ref":"refs/heads/gh/zou3519/2/base","pushedAt":"2024-04-24T19:13:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"}},{"before":"d2ea83862b88faa4e4aed21610d40c7b084f51e8","after":null,"ref":"refs/heads/gh/zou3519/3/orig","pushedAt":"2024-04-24T19:13:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"}},{"before":"5a8ccac7075c0b022ed9cf8bbf353a48bfe625ca","after":null,"ref":"refs/heads/gh/zou3519/3/head","pushedAt":"2024-04-24T19:13:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"}},{"before":"5a8ccac7075c0b022ed9cf8bbf353a48bfe625ca","after":null,"ref":"refs/heads/gh/zou3519/3/base","pushedAt":"2024-04-24T19:13:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"zou3519","name":"Richard Zou","path":"/zou3519","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5652049?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEa9XlzQA","startCursor":null,"endCursor":null}},"title":"Activity ยท pytorch/extension-cpp"}