{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":349192279,"defaultBranch":"master","name":"FBGEMM","ownerLogin":"r-barnes","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-03-18T19:20:57.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/3118036?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1716400966.0","currentOid":""},"activityList":{"items":[{"before":"5c4a182d208252274fe6d45786b2d9da486d2801","after":"21a6dc7c731bbef81f5dd727cab414d16fc02227","ref":"refs/heads/export-D57631089","pushedAt":"2024-05-22T19:51:00.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"c10::optional -> std::optional in deeplearning/fbgemm/fbgemm_gpu/codegen/inference/embedding_forward_quantized_host.cpp +51 (#2623)\n\nSummary:\nPull Request resolved: https://github.com/pytorch/FBGEMM/pull/2623\n\nGenerated with\n```\nfbgs -f '.*\\.(cpp|cxx|cc|h|hpp|cu|cuh)$' c10::optional -l | perl -pe 's/^fbsource.fbcode.//' | grep -v executorch | xargs -n 50 perl -pi -e 's/c10::optional/std::optional/g'\n```\n\n - If you approve of this diff, please use the \"Accept & Ship\" button :-)\n\n(51 file modified.)\n\nReviewed By: palmje\n\nDifferential Revision: D57631089","shortMessageHtmlLink":"c10::optional -> std::optional in deeplearning/fbgemm/fbgemm_gpu/code…"}},{"before":null,"after":"5c4a182d208252274fe6d45786b2d9da486d2801","ref":"refs/heads/export-D57631089","pushedAt":"2024-05-22T18:02:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"c10::optional -> std::optional in deeplearning/fbgemm/fbgemm_gpu/codegen/inference/embedding_forward_quantized_host.cpp +51\n\nSummary:\nGenerated with\n```\nfbgs -f '.*\\.(cpp|cxx|cc|h|hpp|cu|cuh)$' c10::optional -l | perl -pe 's/^fbsource.fbcode.//' | grep -v executorch | xargs -n 50 perl -pi -e 's/c10::optional/std::optional/'\n```\n\n - If you approve of this diff, please use the \"Accept & Ship\" button :-)\n\n(51 file modified.)\n\nReviewed By: palmje\n\nDifferential Revision: D57631089","shortMessageHtmlLink":"c10::optional -> std::optional in deeplearning/fbgemm/fbgemm_gpu/code…"}},{"before":null,"after":"653c9e8e0f3f1df4e8de8a5e45b4334036add4cd","ref":"refs/heads/export-D56887160","pushedAt":"2024-05-04T14:09:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Remove unused-but-set variables in deeplearning/fbgemm/fbgemm_gpu/codegen/training/forward/embedding_forward_split_cpu.cpp +1\n\nSummary:\nThis diff removes a variable that was set, but which was not used.\n\nLLVM-15 has a warning `-Wunused-but-set-variable` which we treat as an error because it's so often diagnostic of a code issue. Unused but set variables often indicate a programming mistake, but can also just be unnecessary cruft that harms readability and performance.\n\nRemoving this variable will not change how your code works, but the unused variable may indicate your code isn't working the way you thought it was. I've gone through each of these by hand, but mistakes may have slipped through. If you feel the diff needs changes before landing, **please commandeer** and make appropriate changes: there are hundreds of these and responding to them individually is challenging.\n\nFor questions/comments, contact r-barnes.\n\n - If you approve of this diff, please use the \"Accept & Ship\" button :-)\n\nReviewed By: palmje, dmm-fb\n\nDifferential Revision: D56887160","shortMessageHtmlLink":"Remove unused-but-set variables in deeplearning/fbgemm/fbgemm_gpu/cod…"}},{"before":null,"after":"3aeb9aab189576961b304e1229a8e1b2b7598db9","ref":"refs/heads/export-D54378367","pushedAt":"2024-03-08T14:05:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Remove unused variables in deeplearning/fbgemm/fbgemm_gpu/codegen/embedding_forward_split_cpu.cpp\n\nSummary:\nLLVM-15 has a warning `-Wunused-but-set-variable` which we treat as an error because it's so often diagnostic of a code issue. Unused variables can compromise readability or, worse, performance.\n\nThis diff either (a) removes an unused variable and, possibly, it's associated code, or (b) qualifies the variable with `[[maybe_unused]]`, mostly in cases where the variable _is_ used, but, eg, in an `assert` statement that isn't present in production code.\n\n - If you approve of this diff, please use the \"Accept & Ship\" button :-)\n\nReviewed By: sryap\n\nDifferential Revision: D54378367","shortMessageHtmlLink":"Remove unused variables in deeplearning/fbgemm/fbgemm_gpu/codegen/emb…"}},{"before":null,"after":"7a6d7dd76b212ae4a7857bb6dd2e8a321d804944","ref":"refs/heads/export-D53776044","pushedAt":"2024-02-18T17:19:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Remove semicolon(s) from 3 files inc deeplearning/fbgemm/fb/FbgemmFP32.h\n\nSummary:\n`-Wextra-semi` or `-Wextra-semi-stmt` found an extra semi\n\nIf the code compiles, this is safe to land.\n\nReviewed By: palmje, dmm-fb\n\nDifferential Revision: D53776044","shortMessageHtmlLink":"Remove semicolon(s) from 3 files inc deeplearning/fbgemm/fb/FbgemmFP32.h"}},{"before":"57b4d679890b14c65c0d1af2e73fa834a7d9660e","after":"df7ca997044b90f7bdaf28c9b119722770e20ffa","ref":"refs/heads/export-D53530303","pushedAt":"2024-02-17T20:03:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Enable `-Winfinite-recursion` in deeplearning/PACKAGE\n\nSummary:\nThis diff enables the titular warning flag for the directory in question. Further details are in [this workplace post](https://fb.workplace.com/permalink.php?story_fbid=pfbid02XaWNiCVk69r1ghfvDVpujB8Hr9Y61uDvNakxiZFa2jwiPHscVdEQwCBHrmWZSyMRl&id=100051201402394).\n\nThis is a low-risk diff. There are **no run-time effects** and the diff has already been observed to compile locally. **If the code compiles, it works; test errors are spurious.**\n\nIf the diff does not pass, it will be closed automatically.\n\nReviewed By: palmje\n\nDifferential Revision: D53530303","shortMessageHtmlLink":"Enable -Winfinite-recursion in deeplearning/PACKAGE"}},{"before":null,"after":"57b4d679890b14c65c0d1af2e73fa834a7d9660e","ref":"refs/heads/export-D53530303","pushedAt":"2024-02-12T21:28:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Enable `-Winfinite-recursion` in deeplearning/PACKAGE\n\nSummary:\nThis diff enables the titular warning flag for the directory in question. Further details are in [this workplace post](https://fb.workplace.com/permalink.php?story_fbid=pfbid02XaWNiCVk69r1ghfvDVpujB8Hr9Y61uDvNakxiZFa2jwiPHscVdEQwCBHrmWZSyMRl&id=100051201402394).\n\nThis is a low-risk diff. There are **no run-time effects** and the diff has already been observed to compile locally. **If the code compiles, it works; test errors are spurious.**\n\nIf the diff does not pass, it will be closed automatically.\n\nReviewed By: palmje\n\nDifferential Revision: D53530303","shortMessageHtmlLink":"Enable -Winfinite-recursion in deeplearning/PACKAGE"}},{"before":null,"after":"c2615178fe48c7a798a2a316d8490b49bd23607c","ref":"refs/heads/export-D52969014","pushedAt":"2024-01-24T17:40:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Remove extra semi colon from deeplearning/fbgemm/src/Utils.cc\n\nSummary:\n`-Wextra-semi` or `-Wextra-semi-stmt`\n\nIf the code compiles, this is safe to land.\n\nReviewed By: dmm-fb\n\nDifferential Revision: D52969014","shortMessageHtmlLink":"Remove extra semi colon from deeplearning/fbgemm/src/Utils.cc"}},{"before":null,"after":"db7d7f44e5c16abe01b2a7e8c8b5aac41b7f3175","ref":"refs/heads/export-D52582820","pushedAt":"2024-01-16T19:06:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Fix shadowed variable in deeplearning/fbgemm/src/GroupwiseConv.cc\n\nSummary:\nOur upcoming compiler upgrade will require us not to have shadowed variables. Such variables have a _high_ bug rate and reduce readability, so we would like to avoid them even if the compiler was not forcing us to do so.\n\nThis codemod attempts to fix an instance of a shadowed variable. Please review with care: if it's failed the result will be a silent bug.\n\n**What's a shadowed variable?**\n\nShadowed variables are variables in an inner scope with the same name as another variable in an outer scope. Having the same name for both variables might be semantically correct, but it can make the code confusing to read! It can also hide subtle bugs.\n\nThis diff fixes such an issue by renaming the variable.\n\n - If you approve of this diff, please use the \"Accept & Ship\" button :-)\n\nReviewed By: palmje\n\nDifferential Revision: D52582820","shortMessageHtmlLink":"Fix shadowed variable in deeplearning/fbgemm/src/GroupwiseConv.cc"}},{"before":null,"after":"f889704311dba5c3b1e721d11a8f3ce76cc4a150","ref":"refs/heads/export-D51995043","pushedAt":"2023-12-12T21:00:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Remove extra semi colon from dbproxy/StatValue.h\n\nSummary:\n`-Wextra-semi` or `-Wextra-semi-stmt`\n\nIf the code compiles, this is safe to land.\n\nReviewed By: palmje\n\nDifferential Revision: D51995043","shortMessageHtmlLink":"Remove extra semi colon from dbproxy/StatValue.h"}},{"before":"a4e9fa3b75e8070c8201a334086c98e49ba27c48","after":"9a803370a8cbc45488b9f14519fd12bb083aa778","ref":"refs/heads/export-D43781787","pushedAt":"2023-08-09T16:57:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Improve error-checking in koski/functions_contrib/df4ai/cuda/ (#1630)\n\nSummary:\nPull Request resolved: https://github.com/pytorch/FBGEMM/pull/1630\n\nUses error-checking macros from fbcode/deeplearning/fbgemm/fbgemm_gpu/include/fbgemm_gpu/sparse_ops_utils.h\n\nDifferential Revision: D43781787\n\nfbshipit-source-id: 38841440a0b64635e4f859af1aa222626d897d19","shortMessageHtmlLink":"Improve error-checking in koski/functions_contrib/df4ai/cuda/ (pytorc…"}},{"before":"caa158a63f920c0239a0e23a47befec1c3ff79a6","after":"a4e9fa3b75e8070c8201a334086c98e49ba27c48","ref":"refs/heads/export-D43781787","pushedAt":"2023-08-09T16:49:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Improve error-checking in koski/functions_contrib/df4ai/cuda/ (#1630)\n\nSummary:\nPull Request resolved: https://github.com/pytorch/FBGEMM/pull/1630\n\nUses error-checking macros from fbcode/deeplearning/fbgemm/fbgemm_gpu/include/fbgemm_gpu/sparse_ops_utils.h\n\nDifferential Revision: D43781787\n\nfbshipit-source-id: 64640ed5bc973374b721962a211e0e60c9b6ca3a","shortMessageHtmlLink":"Improve error-checking in koski/functions_contrib/df4ai/cuda/ (pytorc…"}},{"before":"2d00ab51f3256a2ffed9d5bdf05f2fd00309d5df","after":"b3588d91f21609058789c27db11a3a3bbafbc157","ref":"refs/heads/export-D47375572","pushedAt":"2023-07-27T18:08:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Simplify fbgemm tests (#1870)\n\nSummary: Pull Request resolved: https://github.com/pytorch/FBGEMM/pull/1870\n\nReviewed By: sryap\n\nDifferential Revision: D47375572\n\nfbshipit-source-id: df0deb12f444a2c4b7d62fb190c2f2ff2079868f","shortMessageHtmlLink":"Simplify fbgemm tests (pytorch#1870)"}},{"before":"ed85bd3392f76dfb08de9b6ed46ca194b9f3b0d3","after":"2d00ab51f3256a2ffed9d5bdf05f2fd00309d5df","ref":"refs/heads/export-D47375572","pushedAt":"2023-07-25T20:34:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Simplify fbgemm tests (#1870)\n\nSummary: Pull Request resolved: https://github.com/pytorch/FBGEMM/pull/1870\n\nReviewed By: sryap\n\nDifferential Revision: D47375572\n\nfbshipit-source-id: 775e7e451a6cdfb91d164cb93bb44427938a0ffc","shortMessageHtmlLink":"Simplify fbgemm tests (pytorch#1870)"}},{"before":"8dbff811ed8a3e42f8c86eee2875e0bbdfc1ee90","after":"ed85bd3392f76dfb08de9b6ed46ca194b9f3b0d3","ref":"refs/heads/export-D47375572","pushedAt":"2023-07-25T20:22:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Simplify fbgemm tests (#1870)\n\nSummary: Pull Request resolved: https://github.com/pytorch/FBGEMM/pull/1870\n\nReviewed By: sryap\n\nDifferential Revision: D47375572\n\nfbshipit-source-id: 140e45a3281c368eed81f902c56e0597b70d0c41","shortMessageHtmlLink":"Simplify fbgemm tests (pytorch#1870)"}},{"before":"b912474a62f5597bf53c0c7c5eb1e5ce017726cf","after":"760147726d229d99696f6512b39d472f3a87e64a","ref":"refs/heads/export-D47158153","pushedAt":"2023-07-25T02:41:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Back out \"Revert usage of TENSORS_ON_SAME_CUDA_GPU_IF_NOT_OPTIONAL in histogram_binning_calibration_ops.cu\" (#1869)\n\nSummary:\nPull Request resolved: https://github.com/pytorch/FBGEMM/pull/1869\n\nOriginal commit changeset: 787bd0f7e8d8\n\nOriginal Phabricator Diff: D46923168\n\nReviewed By: singlaiiit\n\nDifferential Revision: D47158153\n\nfbshipit-source-id: f33c20b46ece8177cb69aace4e6e29eabc48a3aa","shortMessageHtmlLink":"Back out \"Revert usage of TENSORS_ON_SAME_CUDA_GPU_IF_NOT_OPTIONAL in…"}},{"before":"5612504caed5e8207e9e554d49e78bd501f85a34","after":"b912474a62f5597bf53c0c7c5eb1e5ce017726cf","ref":"refs/heads/export-D47158153","pushedAt":"2023-07-25T02:37:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Back out \"Revert usage of TENSORS_ON_SAME_CUDA_GPU_IF_NOT_OPTIONAL in histogram_binning_calibration_ops.cu\" (#1869)\n\nSummary:\nPull Request resolved: https://github.com/pytorch/FBGEMM/pull/1869\n\nOriginal commit changeset: 787bd0f7e8d8\n\nOriginal Phabricator Diff: D46923168\n\nReviewed By: singlaiiit\n\nDifferential Revision: D47158153\n\nfbshipit-source-id: fd71938896854c0086d8fae12a1ca2122538e317","shortMessageHtmlLink":"Back out \"Revert usage of TENSORS_ON_SAME_CUDA_GPU_IF_NOT_OPTIONAL in…"}},{"before":"6d9b98a6ef50db78436ff94b26c5c03c6f6544f9","after":"5612504caed5e8207e9e554d49e78bd501f85a34","ref":"refs/heads/export-D47158153","pushedAt":"2023-07-25T02:31:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Back out \"Revert usage of TENSORS_ON_SAME_CUDA_GPU_IF_NOT_OPTIONAL in histogram_binning_calibration_ops.cu\" (#1869)\n\nSummary:\nPull Request resolved: https://github.com/pytorch/FBGEMM/pull/1869\n\nOriginal commit changeset: 787bd0f7e8d8\n\nOriginal Phabricator Diff: D46923168\n\nReviewed By: singlaiiit\n\nDifferential Revision: D47158153\n\nfbshipit-source-id: e443d151ef10873cf771e917203deb8948a0352f","shortMessageHtmlLink":"Back out \"Revert usage of TENSORS_ON_SAME_CUDA_GPU_IF_NOT_OPTIONAL in…"}},{"before":"8629aca7a43c6003e56dccf30a7741bfa19b5645","after":"6d9b98a6ef50db78436ff94b26c5c03c6f6544f9","ref":"refs/heads/export-D47158153","pushedAt":"2023-07-25T02:26:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Back out \"Revert usage of TENSORS_ON_SAME_CUDA_GPU_IF_NOT_OPTIONAL in histogram_binning_calibration_ops.cu\" (#1869)\n\nSummary:\nPull Request resolved: https://github.com/pytorch/FBGEMM/pull/1869\n\nOriginal commit changeset: 787bd0f7e8d8\n\nOriginal Phabricator Diff: D46923168\n\nReviewed By: singlaiiit\n\nDifferential Revision: D47158153\n\nfbshipit-source-id: 5be51accd0574979d95e9af0839c074f44cc53c2","shortMessageHtmlLink":"Back out \"Revert usage of TENSORS_ON_SAME_CUDA_GPU_IF_NOT_OPTIONAL in…"}},{"before":"9be899060e23bff417be575d7964ea009175f74d","after":"8629aca7a43c6003e56dccf30a7741bfa19b5645","ref":"refs/heads/export-D47158153","pushedAt":"2023-07-21T19:05:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Back out \"Revert usage of TENSORS_ON_SAME_CUDA_GPU_IF_NOT_OPTIONAL in histogram_binning_calibration_ops.cu\" (#1869)\n\nSummary:\nPull Request resolved: https://github.com/pytorch/FBGEMM/pull/1869\n\nOriginal commit changeset: 787bd0f7e8d8\n\nOriginal Phabricator Diff: D46923168\n\nReviewed By: singlaiiit\n\nDifferential Revision: D47158153\n\nfbshipit-source-id: c4c2360bea043b6f2e496ddac893bbde18764de6","shortMessageHtmlLink":"Back out \"Revert usage of TENSORS_ON_SAME_CUDA_GPU_IF_NOT_OPTIONAL in…"}},{"before":"bcc99a591af965f1abecc5a27932f3a74180dbba","after":"8dbff811ed8a3e42f8c86eee2875e0bbdfc1ee90","ref":"refs/heads/export-D47375572","pushedAt":"2023-07-17T00:05:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Simplify fbgemm tests (#1870)\n\nSummary: Pull Request resolved: https://github.com/pytorch/FBGEMM/pull/1870\n\nReviewed By: sryap\n\nDifferential Revision: D47375572\n\nfbshipit-source-id: ad9a2ed8670e5dcd74e1088e39a682f6d6b128b4","shortMessageHtmlLink":"Simplify fbgemm tests (pytorch#1870)"}},{"before":"cc5336808e37352839e3df03e440628d128eec55","after":"9be899060e23bff417be575d7964ea009175f74d","ref":"refs/heads/export-D47158153","pushedAt":"2023-07-16T23:47:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Back out \"Revert usage of TENSORS_ON_SAME_CUDA_GPU_IF_NOT_OPTIONAL in histogram_binning_calibration_ops.cu\" (#1869)\n\nSummary:\nPull Request resolved: https://github.com/pytorch/FBGEMM/pull/1869\n\nOriginal commit changeset: 787bd0f7e8d8\n\nOriginal Phabricator Diff: D46923168\n\nReviewed By: singlaiiit\n\nDifferential Revision: D47158153\n\nfbshipit-source-id: 730d98d9e64c579d0f09f256bf7dc09b44a3db05","shortMessageHtmlLink":"Back out \"Revert usage of TENSORS_ON_SAME_CUDA_GPU_IF_NOT_OPTIONAL in…"}},{"before":"4cbdfd88c108782f872db8e8a716275f619994cc","after":"cc5336808e37352839e3df03e440628d128eec55","ref":"refs/heads/export-D47158153","pushedAt":"2023-07-14T15:35:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Back out \"Revert usage of TENSORS_ON_SAME_CUDA_GPU_IF_NOT_OPTIONAL in histogram_binning_calibration_ops.cu\" (#1869)\n\nSummary:\nPull Request resolved: https://github.com/pytorch/FBGEMM/pull/1869\n\nOriginal commit changeset: 787bd0f7e8d8\n\nOriginal Phabricator Diff: D46923168\n\nReviewed By: singlaiiit\n\nDifferential Revision: D47158153\n\nfbshipit-source-id: bc986bedf690b5df6654a926c02bd2b3772cf40f","shortMessageHtmlLink":"Back out \"Revert usage of TENSORS_ON_SAME_CUDA_GPU_IF_NOT_OPTIONAL in…"}},{"before":"a93a96048bc4a429c462def33f12afa80e410cb5","after":"4cbdfd88c108782f872db8e8a716275f619994cc","ref":"refs/heads/export-D47158153","pushedAt":"2023-07-14T15:15:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Back out \"Revert usage of TENSORS_ON_SAME_CUDA_GPU_IF_NOT_OPTIONAL in histogram_binning_calibration_ops.cu\" (#1869)\n\nSummary:\nPull Request resolved: https://github.com/pytorch/FBGEMM/pull/1869\n\nOriginal commit changeset: 787bd0f7e8d8\n\nOriginal Phabricator Diff: D46923168\n\nReviewed By: singlaiiit\n\nDifferential Revision: D47158153\n\nfbshipit-source-id: 596f69bfa8f3635b39f29aa17d731f04480491ce","shortMessageHtmlLink":"Back out \"Revert usage of TENSORS_ON_SAME_CUDA_GPU_IF_NOT_OPTIONAL in…"}},{"before":"545673c3acb07bb936ea501ff02e358ac4a5773d","after":"a93a96048bc4a429c462def33f12afa80e410cb5","ref":"refs/heads/export-D47158153","pushedAt":"2023-07-12T18:45:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Back out \"Revert usage of TENSORS_ON_SAME_CUDA_GPU_IF_NOT_OPTIONAL in histogram_binning_calibration_ops.cu\" (#1869)\n\nSummary:\nPull Request resolved: https://github.com/pytorch/FBGEMM/pull/1869\n\nOriginal commit changeset: 787bd0f7e8d8\n\nOriginal Phabricator Diff: D46923168\n\nReviewed By: singlaiiit\n\nDifferential Revision: D47158153\n\nfbshipit-source-id: 32348087627074a8c8835c1ead7120d4653da3ca","shortMessageHtmlLink":"Back out \"Revert usage of TENSORS_ON_SAME_CUDA_GPU_IF_NOT_OPTIONAL in…"}},{"before":"4d8dfff38e4417d52117709304af7b6f80a25592","after":"545673c3acb07bb936ea501ff02e358ac4a5773d","ref":"refs/heads/export-D47158153","pushedAt":"2023-07-12T18:38:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Back out \"Revert usage of TENSORS_ON_SAME_CUDA_GPU_IF_NOT_OPTIONAL in histogram_binning_calibration_ops.cu\" (#1869)\n\nSummary:\nPull Request resolved: https://github.com/pytorch/FBGEMM/pull/1869\n\nOriginal commit changeset: 787bd0f7e8d8\n\nOriginal Phabricator Diff: D46923168\n\nReviewed By: singlaiiit\n\nDifferential Revision: D47158153\n\nfbshipit-source-id: ec744494e84706dd9d4a026728b630a69725bb7e","shortMessageHtmlLink":"Back out \"Revert usage of TENSORS_ON_SAME_CUDA_GPU_IF_NOT_OPTIONAL in…"}},{"before":"e05d888ad457b61fcc79d7338d4e48b1b204a06c","after":"bcc99a591af965f1abecc5a27932f3a74180dbba","ref":"refs/heads/export-D47375572","pushedAt":"2023-07-12T18:17:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Simplify fbgemm tests (#1870)\n\nSummary: Pull Request resolved: https://github.com/pytorch/FBGEMM/pull/1870\n\nReviewed By: sryap\n\nDifferential Revision: D47375572\n\nfbshipit-source-id: bcc327ca41f15e6a9a2ed7c4a16174e0d6bb3c85","shortMessageHtmlLink":"Simplify fbgemm tests (pytorch#1870)"}},{"before":null,"after":"e05d888ad457b61fcc79d7338d4e48b1b204a06c","ref":"refs/heads/export-D47375572","pushedAt":"2023-07-11T18:55:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Simplify fbgemm tests\n\nDifferential Revision: D47375572\n\nfbshipit-source-id: fba5cf538674f2849d558b12d8727aeaf6f19669","shortMessageHtmlLink":"Simplify fbgemm tests"}},{"before":null,"after":"4d8dfff38e4417d52117709304af7b6f80a25592","ref":"refs/heads/export-D47158153","pushedAt":"2023-07-11T17:21:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Back out \"Revert usage of TENSORS_ON_SAME_CUDA_GPU_IF_NOT_OPTIONAL in histogram_binning_calibration_ops.cu\"\n\nSummary:\nOriginal commit changeset: 787bd0f7e8d8\n\nOriginal Phabricator Diff: D46923168\n\nReviewed By: singlaiiit\n\nDifferential Revision: D47158153\n\nfbshipit-source-id: 2a174ff0db22c55e6e420758b6c7dd47cdece408","shortMessageHtmlLink":"Back out \"Revert usage of TENSORS_ON_SAME_CUDA_GPU_IF_NOT_OPTIONAL in…"}},{"before":"cb3ad58e2d7faf0f51208033bf16fc26f08f2259","after":"dad7dd53d1b1ff4688e972cf53cb25823d9bc145","ref":"refs/heads/export-D43785568","pushedAt":"2023-06-20T15:18:10.532Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-barnes","name":"Richard Barnes","path":"/r-barnes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3118036?s=80&v=4"},"commit":{"message":"Ensure all kernel launches in fbgemm are checked (#1625)\n\nSummary:\nPull Request resolved: https://github.com/pytorch/FBGEMM/pull/1625\n\nUses `fbcode/caffe2/torch/testing/_internal/check_kernel_launches.py` to perform the check\n\nReviewed By: sryap\n\nDifferential Revision: D43785568\n\nfbshipit-source-id: 42566cf3e091fedfd5487b96f4b6b3fda22fbb44","shortMessageHtmlLink":"Ensure all kernel launches in fbgemm are checked (pytorch#1625)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUVJl0gA","startCursor":null,"endCursor":null}},"title":"Activity · r-barnes/FBGEMM"}