{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":138226508,"defaultBranch":"master","name":"pytorch","ownerLogin":"syed-ahmed","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2018-06-21T22:07:16.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/8906225?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1723588635.0","currentOid":""},"activityList":{"items":[{"before":"c9c7d101876442bbcfc3d3639531987b8df9eb45","after":"6259d57de241a2cd213e91b1e1dc4e2f18f6b9cd","ref":"refs/heads/mempool-6","pushedAt":"2024-08-14T09:36:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Implements user buffer registration using MemPool","shortMessageHtmlLink":"Implements user buffer registration using MemPool"}},{"before":"b122d6ca9a31122e0b3da3e7d025677d9af6b109","after":"392a63dc778eb334c511e0d2a8c6cd56a81ca7d4","ref":"refs/heads/mempool-4","pushedAt":"2024-08-14T09:27:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Adds empty_cache API for MemPools such that memory can be reclaimed by the system","shortMessageHtmlLink":"Adds empty_cache API for MemPools such that memory can be reclaimed b…"}},{"before":"a255b5ddcdc364b003011d67b21b62699911b4a0","after":"b122d6ca9a31122e0b3da3e7d025677d9af6b109","ref":"refs/heads/mempool-5","pushedAt":"2024-08-14T09:20:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Adds snapshot API for MemPools to get pool memory segments","shortMessageHtmlLink":"Adds snapshot API for MemPools to get pool memory segments"}},{"before":"bf0aeb25a09072a83b57661288b473f0b7555c51","after":"b122d6ca9a31122e0b3da3e7d025677d9af6b109","ref":"refs/heads/mempool-4","pushedAt":"2024-08-14T09:16:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Adds snapshot API for MemPools to get pool memory segments","shortMessageHtmlLink":"Adds snapshot API for MemPools to get pool memory segments"}},{"before":"51f4316c7cb880998251e82cc155a8812020993d","after":"95c5651161b2abb7cad4d2de5f8924ba536107ed","ref":"refs/heads/mempool-3","pushedAt":"2024-08-14T08:55:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Adds release API for MemPools such that memory can be restored to the system","shortMessageHtmlLink":"Adds release API for MemPools such that memory can be restored to the…"}},{"before":"5d574b05094eba7711f8061c16f4ad82ae6991c2","after":"67bd8b8f779be17cdcd1359291be2f8b36d3a14a","ref":"refs/heads/mempool-2","pushedAt":"2024-08-14T08:40:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Uses MemPoolContext to route allocations from CUDACachingAllocator\n\nAdds test\n\nUses public method to get allocator\n\nFixes linter and cpp\n\nAdds doc entry\n\nAdds use_mem_pool to ignore list\n\nRevert \"Adds use_mem_pool to ignore list\"\n\nThis reverts commit 645952cb3898d633b14888134142409c6819c227.\n\nAdds missing doc arg and does minor cleanup\n\nAdds missing change\n\nTries fixing docs\n\nTry using class instead of contextlib to fix docs job\n\nRevert \"Try using class instead of contextlib to fix docs job\"\n\nThis reverts commit 3b3aafe3cd91d764b16d0d62dfc35d1f271d1a65.\n\nContext managers need autoclass in rst","shortMessageHtmlLink":"Uses MemPoolContext to route allocations from CUDACachingAllocator"}},{"before":null,"after":"d6ca8e970869f19be0b2c5f8f8bd55d4cbb1f6f1","ref":"refs/heads/mempool-7","pushedAt":"2024-08-13T22:37:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Uses MemPoolContext to route allocations from CUDACachingAllocator\n\nAdds test\n\nUses public method to get allocator\n\nFixes linter and cpp\n\nAdds doc entry\n\nAdds use_mem_pool to ignore list\n\nRevert \"Adds use_mem_pool to ignore list\"\n\nThis reverts commit 645952cb3898d633b14888134142409c6819c227.\n\nAdds missing doc arg and does minor cleanup\n\nAdds missing change\n\nTries fixing docs\n\nTry using class instead of contextlib to fix docs job\n\nRevert \"Try using class instead of contextlib to fix docs job\"\n\nThis reverts commit 3b3aafe3cd91d764b16d0d62dfc35d1f271d1a65.\n\nContext managers need autoclass in rst\n\nAdds release API for MemPools such that memory can be restored to the system\n\nAdds empty_cache API for MemPools such that memory can be reclaimed by the system\n\nAdds snapshot API for MemPools to get pool memory segments\n\nImplements user buffer registration using MemPool","shortMessageHtmlLink":"Uses MemPoolContext to route allocations from CUDACachingAllocator"}},{"before":null,"after":"c9c7d101876442bbcfc3d3639531987b8df9eb45","ref":"refs/heads/mempool-6","pushedAt":"2024-08-13T22:34:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Implements user buffer registration using MemPool","shortMessageHtmlLink":"Implements user buffer registration using MemPool"}},{"before":null,"after":"a255b5ddcdc364b003011d67b21b62699911b4a0","ref":"refs/heads/mempool-5","pushedAt":"2024-08-13T22:25:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Adds snapshot API for MemPools to get pool memory segments","shortMessageHtmlLink":"Adds snapshot API for MemPools to get pool memory segments"}},{"before":"cb5a632cac587874910a1ccde8964f21e9b2155e","after":"5d574b05094eba7711f8061c16f4ad82ae6991c2","ref":"refs/heads/mempool-2","pushedAt":"2024-08-13T20:27:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Context managers need autoclass in rst","shortMessageHtmlLink":"Context managers need autoclass in rst"}},{"before":null,"after":"bf0aeb25a09072a83b57661288b473f0b7555c51","ref":"refs/heads/mempool-4","pushedAt":"2024-08-13T19:15:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Adds empty_cache API for MemPools such that memory can be reclaimed by the system","shortMessageHtmlLink":"Adds empty_cache API for MemPools such that memory can be reclaimed b…"}},{"before":"3b3aafe3cd91d764b16d0d62dfc35d1f271d1a65","after":"cb5a632cac587874910a1ccde8964f21e9b2155e","ref":"refs/heads/mempool-2","pushedAt":"2024-08-13T17:33:23.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Context managers need autoclass in rst","shortMessageHtmlLink":"Context managers need autoclass in rst"}},{"before":null,"after":"51f4316c7cb880998251e82cc155a8812020993d","ref":"refs/heads/mempool-3","pushedAt":"2024-08-13T16:39:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Adds release API for MemPools such that memory can be restored to the system","shortMessageHtmlLink":"Adds release API for MemPools such that memory can be restored to the…"}},{"before":"8831a270dec8e8f482b013ff70f53212bfaae51d","after":"3b3aafe3cd91d764b16d0d62dfc35d1f271d1a65","ref":"refs/heads/mempool-2","pushedAt":"2024-08-13T16:27:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Try using class instead of contextlib to fix docs job","shortMessageHtmlLink":"Try using class instead of contextlib to fix docs job"}},{"before":"85191151642ca37a37e9037ae5b489ebe115e5dd","after":"8831a270dec8e8f482b013ff70f53212bfaae51d","ref":"refs/heads/mempool-2","pushedAt":"2024-08-13T08:07:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Tries fixing docs","shortMessageHtmlLink":"Tries fixing docs"}},{"before":"2b39ae8cdd4fbc9e8434fe92720718edf3fa0ff3","after":"85191151642ca37a37e9037ae5b489ebe115e5dd","ref":"refs/heads/mempool-2","pushedAt":"2024-08-13T06:53:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Adds missing change","shortMessageHtmlLink":"Adds missing change"}},{"before":"31a27ddaa6d96fb80114753c18641bee5fd78297","after":"2b39ae8cdd4fbc9e8434fe92720718edf3fa0ff3","ref":"refs/heads/mempool-2","pushedAt":"2024-08-13T06:52:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Adds missing doc arg and does minor cleanup","shortMessageHtmlLink":"Adds missing doc arg and does minor cleanup"}},{"before":"645952cb3898d633b14888134142409c6819c227","after":"31a27ddaa6d96fb80114753c18641bee5fd78297","ref":"refs/heads/mempool-2","pushedAt":"2024-08-13T02:38:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Revert \"Adds use_mem_pool to ignore list\"\n\nThis reverts commit 645952cb3898d633b14888134142409c6819c227.","shortMessageHtmlLink":"Revert \"Adds use_mem_pool to ignore list\""}},{"before":"c8fc9f315fb00d7673777f62291b6d68bddd6d52","after":"645952cb3898d633b14888134142409c6819c227","ref":"refs/heads/mempool-2","pushedAt":"2024-08-12T21:01:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Adds use_mem_pool to ignore list","shortMessageHtmlLink":"Adds use_mem_pool to ignore list"}},{"before":"446adb07046f8008ab535a7194ad0875bbecdcd7","after":"c8fc9f315fb00d7673777f62291b6d68bddd6d52","ref":"refs/heads/mempool-2","pushedAt":"2024-08-12T15:23:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Adds doc entry","shortMessageHtmlLink":"Adds doc entry"}},{"before":"1b14848d045f71df422961d8f3f50ba38b439857","after":"446adb07046f8008ab535a7194ad0875bbecdcd7","ref":"refs/heads/mempool-2","pushedAt":"2024-08-11T21:03:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Fixes linter and cpp","shortMessageHtmlLink":"Fixes linter and cpp"}},{"before":"7161bf45543d62d5d02c1dd6cdf2ea09c003b913","after":"1b14848d045f71df422961d8f3f50ba38b439857","ref":"refs/heads/mempool-2","pushedAt":"2024-08-10T09:02:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Uses public method to get allocator","shortMessageHtmlLink":"Uses public method to get allocator"}},{"before":"6bb4a668878bbe4b7dd2f2e252aa012c1f0ad40f","after":"7161bf45543d62d5d02c1dd6cdf2ea09c003b913","ref":"refs/heads/mempool-2","pushedAt":"2024-08-09T23:23:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Adds test","shortMessageHtmlLink":"Adds test"}},{"before":"c5f6b0504e201735efbbae64f5557a2c62dc90f0","after":"ed29b808cac0911597ded6c49c54a3d0e4ad03eb","ref":"refs/heads/mempool-windows-fix","pushedAt":"2024-08-07T21:36:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Try not using tempfile","shortMessageHtmlLink":"Try not using tempfile"}},{"before":"abd7c21c376f8c4deb0fed85aa21cb8efb9bd8f4","after":"c5f6b0504e201735efbbae64f5557a2c62dc90f0","ref":"refs/heads/mempool-windows-fix","pushedAt":"2024-08-06T22:12:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Uses C10_EXPORT","shortMessageHtmlLink":"Uses C10_EXPORT"}},{"before":null,"after":"6bb4a668878bbe4b7dd2f2e252aa012c1f0ad40f","ref":"refs/heads/mempool-2","pushedAt":"2024-08-06T13:32:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Uses MemPoolContext to route allocations from CUDACachingAllocator","shortMessageHtmlLink":"Uses MemPoolContext to route allocations from CUDACachingAllocator"}},{"before":"8c57924d2c3bfd6b21526c50b1bdddfd00a337fd","after":"abd7c21c376f8c4deb0fed85aa21cb8efb9bd8f4","ref":"refs/heads/mempool-windows-fix","pushedAt":"2024-08-06T12:58:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Try TORCH_API and see if dllexport does the trick","shortMessageHtmlLink":"Try TORCH_API and see if dllexport does the trick"}},{"before":null,"after":"8c57924d2c3bfd6b21526c50b1bdddfd00a337fd","ref":"refs/heads/mempool-windows-fix","pushedAt":"2024-08-06T11:06:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Loads .pyd instead of .so in MemPool test for windows","shortMessageHtmlLink":"Loads .pyd instead of .so in MemPool test for windows"}},{"before":"368f0039572dfe9ccf6a7b9bed45d7614e25085f","after":"5ee4f6ecac55b8dee3b4f343cff6a2426864c20e","ref":"refs/heads/mempool-1","pushedAt":"2024-07-31T19:48:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Fixes typo","shortMessageHtmlLink":"Fixes typo"}},{"before":"9d2406b195c5994fe83273bfc7ced4c8f4896b00","after":"368f0039572dfe9ccf6a7b9bed45d7614e25085f","ref":"refs/heads/mempool-1","pushedAt":"2024-07-31T18:44:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"syed-ahmed","name":"Syed Tousif Ahmed","path":"/syed-ahmed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8906225?s=80&v=4"},"commit":{"message":"Fixes windows build","shortMessageHtmlLink":"Fixes windows build"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEmhGmnQA","startCursor":null,"endCursor":null}},"title":"Activity · syed-ahmed/pytorch"}