{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":523007292,"defaultBranch":"main","name":"xla","ownerLogin":"openxla","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-08-09T15:30:01.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/107584881?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1725916553.0","currentOid":""},"activityList":{"items":[{"before":"6cc34c92956b573988275ca5523f68bab006aff4","after":"3fe3fccc97cdba5f39089e791b03ed4ccdb82b90","ref":"refs/heads/test_663453154","pushedAt":"2024-09-09T21:20:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Allow nullptr as input parameter in MatchShapeCoveringDynamicIndexInstruction to bypass check for input equality.\n\nPiperOrigin-RevId: 663453154","shortMessageHtmlLink":"Allow nullptr as input parameter in MatchShapeCoveringDynamicIndexIns…"}},{"before":null,"after":"8408b2c5ecfaafd28ac61db319159f0bd53dc3e0","ref":"refs/heads/test_672667398","pushedAt":"2024-09-09T21:15:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Reverts 3e3efb1ba1dd6c19e218320e2c0248f112586e56\n\nPiperOrigin-RevId: 672667398","shortMessageHtmlLink":"Reverts 3e3efb1"}},{"before":"7ba2f5d815848fd476cab990fed1063cee26ea28","after":"d59fbdf90f5ee159f989d383e618124936df31a8","ref":"refs/heads/test_672608562","pushedAt":"2024-09-09T21:12:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Make it possible to avoid logging of the errors if needed\n\nPiperOrigin-RevId: 672608562","shortMessageHtmlLink":"Make it possible to avoid logging of the errors if needed"}},{"before":"1ade7fe84468da38f7cda9b1dc6a076bbe95b5f6","after":"c95dbbfa6fb74e51a9eaf8d131a39c1ec3c6838a","ref":"refs/heads/test_670425514","pushedAt":"2024-09-09T21:01:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[XLA:GPU] Prevent the gemm fusion for the cases where the S4 parameter has the batch dimension as the minor one.\n\nThis is the step forward for enabling int4 support by default. Later we will drop the corresponding flag completely.\n\nPiperOrigin-RevId: 670425514","shortMessageHtmlLink":"[XLA:GPU] Prevent the gemm fusion for the cases where the S4 paramete…"}},{"before":"e5c4969d5e0a18b4d3b0bf5d8bd3b15754bc90b0","after":"9e433168b104e1279017c238aa1f4b73a39c26dc","ref":"refs/heads/test_672620061","pushedAt":"2024-09-09T20:50:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[IFRT] Verify that devices is not nullptr when used in Sharding\n\n`Sharding` currently expects one or more devices, and this expects any\n`tsl::RCReference` to be not `nullptr`. While this invariant may\nchange in the future depending on how we express an empty device list, we add a\ncheck (in addition to `devices` access) that clarifies `devices != nullptr`\nwhen used in `Sharding`.\n\nPiperOrigin-RevId: 672620061","shortMessageHtmlLink":"[IFRT] Verify that devices is not nullptr when used in Sharding"}},{"before":"27e2b4d979a05dd28c7047c112af9ac80d5209e0","after":"123d6501e95dbf8ed1194285af256e9e2c85ebba","ref":"refs/heads/test_671505921","pushedAt":"2024-09-09T20:47:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Cost model now considers the compute latency in addition to its throughput.\n\nPiperOrigin-RevId: 671505921","shortMessageHtmlLink":"Cost model now considers the compute latency in addition to its throu…"}},{"before":"32004c272725505f068d2f0d997f68bef383a618","after":"a53f5cefa254588ed5a0db6f4e4e05d31a8a4cdf","ref":"refs/heads/main","pushedAt":"2024-09-09T20:40:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"PR #16953: Revert \"[XLA:GPU] Enable --xla_gpu_enable_pipelined_{all_gather,all_r…\n\nImported from GitHub PR https://github.com/openxla/xla/pull/16953\n\nA recent commit enabled the pipelined collectives. However, we saw some divergence issue after the change (Will share more info on this). This PR reverts those changes.\n\nCopybara import of the project:\n\n--\n2dd0b451f9a5bcaeffe1d5c9c5f1eab90eac2603 by kaixih :\n\nRevert \"[XLA:GPU] Enable --xla_gpu_enable_pipelined_{all_gather,all_reduce,reduce_scatter} by default.\"\n\nThis reverts commit 489f86bd33277f6dbec7e085131fb934d79967b2.\n\nMerging this change closes #16953\n\nCOPYBARA_INTEGRATE_REVIEW=https://github.com/openxla/xla/pull/16953 from kaixih:disable_pipelined_collectives 2dd0b451f9a5bcaeffe1d5c9c5f1eab90eac2603\nPiperOrigin-RevId: 672657153","shortMessageHtmlLink":"PR #16953: Revert \"[XLA:GPU] Enable --xla_gpu_enable_pipelined_{all_g…"}},{"before":"6666ef5c757185227a513e62864894de8fa03ef4","after":"6cc34c92956b573988275ca5523f68bab006aff4","ref":"refs/heads/test_663453154","pushedAt":"2024-09-09T20:28:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Allow nullptr as input parameter in MatchShapeCoveringDynamicIndexInstruction to bypass check for input equality.\n\nPiperOrigin-RevId: 663453154","shortMessageHtmlLink":"Allow nullptr as input parameter in MatchShapeCoveringDynamicIndexIns…"}},{"before":"91d021feaafbb768a57c0554154704cd3baba2ab","after":"4dbd7c97f4bb89ad99d954cad496418557d9b756","ref":"refs/heads/test_672641249","pushedAt":"2024-09-09T20:13:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Add more corner cases in tests for Div() and tighten the error tolerances for AbsComplex on TPU.\n\nPiperOrigin-RevId: 672641249","shortMessageHtmlLink":"Add more corner cases in tests for Div() and tighten the error tolera…"}},{"before":null,"after":"3de8af8d2877cc360f05ddba1d6ba41baad15248","ref":"refs/heads/test_672644849","pushedAt":"2024-09-09T20:09:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Use ScopedActivateContext in GpuCudaMallocAsyncAllocator instead of the ScopedActivateExecutorContext wrapper class.\n\nPiperOrigin-RevId: 672644849","shortMessageHtmlLink":"Use ScopedActivateContext in GpuCudaMallocAsyncAllocator instead of t…"}},{"before":null,"after":"17bce7fe9fcb8a011830667a3f93d9bcc2aeb4c0","ref":"refs/heads/test_672642600","pushedAt":"2024-09-09T20:04:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Use ScopedActivateContext instead of wrapper ScopedActivateExecutorContext class in rocm classes.\n\nPiperOrigin-RevId: 672642600","shortMessageHtmlLink":"Use ScopedActivateContext instead of wrapper ScopedActivateExecutorCo…"}},{"before":null,"after":"91d021feaafbb768a57c0554154704cd3baba2ab","ref":"refs/heads/test_672641249","pushedAt":"2024-09-09T20:00:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Add more corner cases in tests for Div() and tighten the error tolerances for AbsComplex on TPU.\n\nPiperOrigin-RevId: 672641249","shortMessageHtmlLink":"Add more corner cases in tests for Div() and tighten the error tolera…"}},{"before":"7d3bacbbadbc2ca87fc866475cc0e0cb8da0bbe9","after":"ae59a1a031dc9adfb0a7ea8bcf63cb349bb6a085","ref":"refs/heads/test_669711215","pushedAt":"2024-09-09T20:00:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"PR #74090: Removing distutils leftover\n\nImported from GitHub PR https://github.com/tensorflow/tensorflow/pull/74090\n\nThis aims to finish #58073. The patch is untested but follow https://setuptools.pypa.io/en/latest/deprecated/distutils-legacy.html.\nI did not touch the install scripts.\n\nThanks,\nCopybara import of the project:\n\n--\nfe3c0659eb168dc155f7d579255953dfc89b1387 by Alexis Praga :\n\nRemoving distutils leftover\n\n--\n57c24de0b367dd3ba78211f08ef4397014cff48f by Alexis Praga :\n\nFix linter error\n\n--\n9476971caa2e5805cecdfcad9b0f5a7f0e331d9e by Alexis Praga :\n\nCorrecting import order for linter\n\nShutil mainly\n\nMerging this change closes #74090\n\nReverts changelist previous CL that roll backed previous attempt of this PR\n\nFUTURE_COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/tensorflow/pull/74090 from apraga:no-distutil 9476971caa2e5805cecdfcad9b0f5a7f0e331d9e\nPiperOrigin-RevId: 669711215","shortMessageHtmlLink":"PR #74090: Removing distutils leftover"}},{"before":null,"after":"6d261698c8c9772d69e073bc0cf070a511e5b22c","ref":"refs/heads/test_672639385","pushedAt":"2024-09-09T19:56:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Use ScopedActivateContext instead of the ScopedActivateExecutorContext wrapper class.\n\nPiperOrigin-RevId: 672639385","shortMessageHtmlLink":"Use ScopedActivateContext instead of the ScopedActivateExecutorContex…"}},{"before":"8746001fa2b5d4de05428336b635f3733ed3a69d","after":"0ab9629e710c8bd9a2883ea521dcb3e14e6fc4b4","ref":"refs/heads/test_671428222","pushedAt":"2024-09-09T19:55:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Move `tsl/profiler/{backends,convert}` to `xla/tsl`\n\nPiperOrigin-RevId: 671428222","shortMessageHtmlLink":"Move tsl/profiler/{backends,convert} to xla/tsl"}},{"before":"0c6132f09f0a05d6348ec8f2c5309cb2030598df","after":"1ad3f33a0bdbe2621402319f9c77dc76a41d5864","ref":"refs/heads/test_656471698","pushedAt":"2024-09-09T19:53:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Enable the fusion of effective scalar dynamic update slice.\n\nPiperOrigin-RevId: 656471698","shortMessageHtmlLink":"Enable the fusion of effective scalar dynamic update slice."}},{"before":"0eb89233a08901dd348f320540dd10fbe691bba8","after":"fb86096e722444b16bc17c0edfae6ce07b782be2","ref":"refs/heads/test_672568662","pushedAt":"2024-09-09T19:51:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Remove unused code in driver & executor files.\n\nPiperOrigin-RevId: 672568662","shortMessageHtmlLink":"Remove unused code in driver & executor files."}},{"before":"5d4f947ec598d2c590cfa10baa0efd5fdd138f5a","after":"7ba2f5d815848fd476cab990fed1063cee26ea28","ref":"refs/heads/test_672608562","pushedAt":"2024-09-09T19:48:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Make it possible to avoid logging of the errors if needed\n\nPiperOrigin-RevId: 672608562","shortMessageHtmlLink":"Make it possible to avoid logging of the errors if needed"}},{"before":"7a5265f01bf89f21468bc6e0fd24c8460e9f6366","after":"fcacb32289a37d60d8f7efc8c34d4c6246e0a414","ref":"refs/heads/skozub/util_sync_cache","pushedAt":"2024-09-09T19:42:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sergey-kozub","name":"Sergey Kozub","path":"/sergey-kozub","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11164836?s=80&v=4"},"commit":{"message":"[cuda] Cache the results of slow cuda_asm_compiler functions","shortMessageHtmlLink":"[cuda] Cache the results of slow cuda_asm_compiler functions"}},{"before":null,"after":"7a5265f01bf89f21468bc6e0fd24c8460e9f6366","ref":"refs/heads/skozub/util_sync_cache","pushedAt":"2024-09-09T19:40:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sergey-kozub","name":"Sergey Kozub","path":"/sergey-kozub","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11164836?s=80&v=4"},"commit":{"message":"Automated Code Change\n\nPiperOrigin-RevId: 672448841","shortMessageHtmlLink":"Automated Code Change"}},{"before":"bb581c93bb457b286b421d5623df91fa8e8464e7","after":"6ebf577990905a81e6bce13eee936bb1ca490373","ref":"refs/heads/test_671907611","pushedAt":"2024-09-09T19:30:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Allow fusion to accept more operands than parameters. This relaxation is mainly for window prefetch. With this change, now, the MSA can just append operands, without inserting a custom op inside the fusion to consume the appended operands.\n\nPiperOrigin-RevId: 671907611","shortMessageHtmlLink":"Allow fusion to accept more operands than parameters. This relaxation…"}},{"before":null,"after":"bb581c93bb457b286b421d5623df91fa8e8464e7","ref":"refs/heads/test_671907611","pushedAt":"2024-09-09T19:23:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Allow fusion to accept more operands than parameters. This relaxation is mainly for window prefetch. With this change, now, the MSA can just append operands, without inserting a custom op inside the fusion to consume the appended operands.\n\nPiperOrigin-RevId: 671907611","shortMessageHtmlLink":"Allow fusion to accept more operands than parameters. This relaxation…"}},{"before":"661f738fa8b6848143030fcc66a2e57f33865242","after":"e5c4969d5e0a18b4d3b0bf5d8bd3b15754bc90b0","ref":"refs/heads/test_672620061","pushedAt":"2024-09-09T19:12:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[IFRT] Verify that devices is not nullptr when used in Sharding\n\n`Sharding` currently expects one or more devices, and this expects any\n`tsl::RCReference` to be not `nullptr`. While this invariant may\nchange in the future depending on how we express an empty device list, we add a\ncheck (in addition to `devices` access) that clarifies `devices != nullptr`\nwhen used in `Sharding`.\n\nPiperOrigin-RevId: 672620061","shortMessageHtmlLink":"[IFRT] Verify that devices is not nullptr when used in Sharding"}},{"before":"147f332f504fae357e9c9f164477c961d734f2b4","after":"280f920add039d1066b99ea8f6f9f28d7e0a99ab","ref":"refs/heads/test_672607272","pushedAt":"2024-09-09T19:05:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Reduces logging verbosity when skipping setting shardings.\n\nPiperOrigin-RevId: 672607272","shortMessageHtmlLink":"Reduces logging verbosity when skipping setting shardings."}},{"before":"fb0f7c81998772bcd0f761f11a6d2e0b96112627","after":"7d3bacbbadbc2ca87fc866475cc0e0cb8da0bbe9","ref":"refs/heads/test_669711215","pushedAt":"2024-09-09T19:00:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"PR #74090: Removing distutils leftover\n\nImported from GitHub PR https://github.com/tensorflow/tensorflow/pull/74090\n\nThis aims to finish #58073. The patch is untested but follow https://setuptools.pypa.io/en/latest/deprecated/distutils-legacy.html.\nI did not touch the install scripts.\n\nThanks,\nCopybara import of the project:\n\n--\nfe3c0659eb168dc155f7d579255953dfc89b1387 by Alexis Praga :\n\nRemoving distutils leftover\n\n--\n57c24de0b367dd3ba78211f08ef4397014cff48f by Alexis Praga :\n\nFix linter error\n\n--\n9476971caa2e5805cecdfcad9b0f5a7f0e331d9e by Alexis Praga :\n\nCorrecting import order for linter\n\nShutil mainly\n\nMerging this change closes #74090\n\nReverts changelist previous CL that roll backed previous attempt of this PR\n\nFUTURE_COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/tensorflow/pull/74090 from apraga:no-distutil 9476971caa2e5805cecdfcad9b0f5a7f0e331d9e\nPiperOrigin-RevId: 669711215","shortMessageHtmlLink":"PR #74090: Removing distutils leftover"}},{"before":null,"after":"661f738fa8b6848143030fcc66a2e57f33865242","ref":"refs/heads/test_672620061","pushedAt":"2024-09-09T18:56:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[IFRT] Verify that devices is not nullptr when used in Sharding\n\n`Sharding` currently expects one or more devices, and this expects any\n`tsl::RCReference` to be not `nullptr`. While this invariant may\nchange in the future depending on how we express an empty device list, we add a\ncheck (in addition to `devices` access) that clarifies `devices != nullptr`\nwhen used in `Sharding`.\n\nPiperOrigin-RevId: 672620061","shortMessageHtmlLink":"[IFRT] Verify that devices is not nullptr when used in Sharding"}},{"before":"051cf0d9dda39fae141a7f79eb2d11b28c458d9e","after":"a455b9d26b9768ec69e838959bfea94b13a759df","ref":"refs/heads/test_671767627","pushedAt":"2024-09-09T18:54:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Reverts 821a9401c2d4592252b406c34d82d2ef303e2d12\n\nPiperOrigin-RevId: 671767627","shortMessageHtmlLink":"Reverts 821a940"}},{"before":"9618b8a82046ee9337b7933dfaf314ce9f1395fa","after":"5d4f947ec598d2c590cfa10baa0efd5fdd138f5a","ref":"refs/heads/test_672608562","pushedAt":"2024-09-09T18:47:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Make it possible to avoid logging of the errors if needed\n\nPiperOrigin-RevId: 672608562","shortMessageHtmlLink":"Make it possible to avoid logging of the errors if needed"}},{"before":"32004c272725505f068d2f0d997f68bef383a618","after":null,"ref":"refs/heads/test_672559351","pushedAt":"2024-09-09T18:46:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"1ff510b5573ae84a923aab3824e1e6bf5ddf07d3","after":"32004c272725505f068d2f0d997f68bef383a618","ref":"refs/heads/main","pushedAt":"2024-09-09T18:46:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Integrate LLVM at llvm/llvm-project@2d338bed00b2\n\nUpdates LLVM usage to match\n[2d338bed00b2](https://github.com/llvm/llvm-project/commit/2d338bed00b2)\n\nPiperOrigin-RevId: 672617744","shortMessageHtmlLink":"Integrate LLVM at llvm/llvm-project@2d338bed00b2"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEsV9itwA","startCursor":null,"endCursor":null}},"title":"Activity · openxla/xla"}