1. baba512 Automated Code Change by A. Unique TensorFlower · 4 hours ago master nightly
  2. 50c3f9a Delete deprecated `tsl::FromAbslStatus`, `tsl::ToAbslStatus`, `tensorflow::FromAbslStatus`, `tensorflow::ToAbslStatus` by A. Unique TensorFlower · 9 hours ago
  3. 66805c2 Internal change only. by A. Unique TensorFlower · 13 hours ago
  4. c01f7d7 Remove redundant simplification of indexing_map. by A. Unique TensorFlower · 15 hours ago
  5. aa86f3e [XLA:GPU] Add ScaledDotRewriter to the GPU compiler. by Ilya Tikhonovskiy · 19 hours ago
  6. 5446996 compat: Update forward compatibility horizon to 2025-08-16 by A. Unique TensorFlower · 20 hours ago
  7. 5f0d8ea [NFC] Fix visibility issue. by Allan Renucci · 20 hours ago
  8. fec4a86 Update GraphDef version to 2321. by A. Unique TensorFlower · 21 hours ago
  9. 3a14634 Automated Code Change by A. Unique TensorFlower · 25 hours ago
  10. 23d6c46 Add `HloConstantInstruction::DropLiteral` to allow dropping large literals from existing `constant` instructions. by A. Unique TensorFlower · 26 hours ago
  11. c26ef43 Handle the API change of cuGraphAddNode in CUDA 13. by A. Unique TensorFlower · 27 hours ago
  12. 3dbfe22 [XLA][Numerics][HLO Value Tracking] Creates recovery computation for sharded HLO value with original value by Jian Cai · 29 hours ago
  13. 639f57a Remove `Export Named Computations Pass` in `Round Trip Export Pipeline`. by Zixuan Jiang · 29 hours ago
  14. 93c7731 Change PjRtStreamExecutorRawBuffer to implement the CommonPjRtRawBuffer API. by Parker Schuh · 29 hours ago
  15. e15c068 [XLA:TPU] Forward fix for cl/795391660 breaking xla.gpu_amd.amd_any.opt. Link internal plugings only if not in cuda or rocm. It also links related rocm dependencies. by Mehrdad Khani · 30 hours ago
  16. 332c434 [xla:host_offloading] Share intra op thread pool between all host offloading executables in the process by Eugene Zhulenev · 31 hours ago
  17. 64bb1d4 Fixing blocking windows presubmit: by Parker Schuh · 32 hours ago
  18. b620437 Update sdy_round_trip_import_pipeline test cases. by Zixuan Jiang · 33 hours ago
  19. 6a3097b Create a new ml build container for CUDA 13.0 and CUDNN 9.12 by Quoc Truong · 33 hours ago
  20. c0429ef Internal test change. by A. Unique TensorFlower · 34 hours ago
  21. 0343454 Support topology `platform_id` in PJRT C API. by Zac Mustin · 35 hours ago
  22. 1cf59fe Remove unused `SetDeviceAggregationFunction` function. by Michael Whittaker · 2 days ago
  23. 79307d0 Run OrderForProgramKeyPass before EmbeddingProgramKeyPass. by Matthias Kramm · 2 days ago
  24. 6005650 [xla:cpu:xnn] Share XnnThreadpool between all XnnFusions in the XLA program by Eugene Zhulenev · 2 days ago
  25. c426951 Reverts dd63cc786645f1b8d918957b938cc8fe192e624f by Adrian Kuegel · 2 days ago
  26. 7b869df Rollback of PR #30183 Roll back PR #30183 as it breaks internal tests. by A. Unique TensorFlower · 2 days ago
  27. 7568edd [xla] Update xnnpack version by Eugene Zhulenev · 2 days ago
  28. 7230b7e Add unit tests for named computations inside manual computations especially the ones without manual axes. by A. Unique TensorFlower · 2 days ago
  29. c4afcbc Automated Code Change by A. Unique TensorFlower · 2 days ago
  30. b486dec [XLA:CPU] Add missing compilation hooks to ParallelFusionEmitter. by Will Froom · 2 days ago
  31. c8713ac compat: Update forward compatibility horizon to 2025-08-15 by A. Unique TensorFlower · 2 days ago
  32. 4aab42b Update GraphDef version to 2320. by A. Unique TensorFlower · 2 days ago
  33. 2136cdc Rolling back, breaks compilation for some tests. by Michael Kuperstein · 2 days ago
  34. e08de76 PR #30045: [XLA:GPU] Add ChildCmd to command buffer cmd. by Shaogang Wang · 2 days ago
  35. 2f85574 Merge pull request #97680 from ROCm:multi-process-runner-test-timeout-fix-navi3x-navi4x by TensorFlower Gardener · 2 days ago
  36. acbfd35 add a new SerializedMultiSliceConfig to enable plugins to accept in CompileOptions by jparkerh · 2 days ago
  37. 6e06eec [TPU:SE] Move SE TpuExecutableInterface/TpuExecutable into xla::legacy namespace. by Ce Zheng · 2 days ago
  38. 1113209 Automated Code Change by A. Unique TensorFlower · 2 days ago
  39. b87e197d [XLA] Add a pass that identifies weights in a HLO graph. by A. Unique TensorFlower · 2 days ago
  40. 26f4164 Implement `buffer` types. by Bixia Zheng · 2 days ago
  41. 6e3cd91 Move TfrtGpuExecutable into separate files. by A. Unique TensorFlower · 2 days ago
  42. 9605a05 Add PJRT Executable Metadata Extension: Let the plugin owner fill the metadata! by Abhinav Gunjal · 2 days ago
  43. 5a78b4e [XLA] Make TryRemoveRepeatedWhileTupleIndices faster, step 2/2. by Michael Kuperstein · 2 days ago
  44. 80127b7 Fix typo `comparision` -> `comparison`. by Gunhyun Park · 2 days ago
  45. 47fd169 [stream_executor] Add support for Stream & StreamExecutor resources attached to stream executor instances by Eugene Zhulenev · 2 days ago
  46. 0aa6a1e Add PjRtStreamExecutorDeviceEvent and implement CopyRawDeviceToHost by Parker Schuh · 2 days ago
  47. 8afc2af [xla:cpu:nanort] Add TraceMe to capture how long we wait for execution completion by Eugene Zhulenev · 2 days ago
  48. 4edbc42 Deprecate test base methods that contain CHECK assertions. by Niklas Vangerow · 2 days ago
  49. 1a22b71 Use absl::NoDestructor for XnnGemmConfig. by Alexander Shaposhnikov · 2 days ago
  50. da2c605 Make BufferSequencingEvent into an AsyncValueRef<BufferSequencingEvent>. by Parker Schuh · 2 days ago
  51. 49b591d [xla:cpu:xnn] Extract XnnThreadpool construction into separate library by Eugene Zhulenev · 2 days ago
  52. 6d04db8 Move all util functions from tfrt_gpu_client into a dedicated util file. by A. Unique TensorFlower · 2 days ago
  53. c261f1e Remove unused declarations. by Zixuan Jiang · 2 days ago
  54. 87fdc46 Add a few flag descriptions by Amit Sabne · 2 days ago
  55. 23585d9 [XLA:CPU] Remove legacy ahead of time compilation. by Karlo Basioli · 2 days ago
  56. 7a2c786 [xla:cpu] Allow creating NanoIfrtClient with external intra-op thread pool by Eugene Zhulenev · 2 days ago
  57. f4a87c7 Reverts 4e1b84629ed7aae518af487d5ca4f4380cf0e65b by A. Unique TensorFlower · 2 days ago
  58. ec76ca7 Add sdy shardings for wrapper main while building `XlaComputation` instead of doing it at separate places including `ifrt`, `tf_jit` and `tpu_mlir_compiler`. by Kanish Anand · 2 days ago
  59. 896f5cf Extract common ThreadPoolAsyncWorkRunner for to be used by by Parker Schuh · 2 days ago
  60. 4ded6ae Make ici_weight_distribution_spmd_mlir_end_to_end test less noisy. by Matthias Kramm · 2 days ago
  61. a3f7c5f Enable callbacks for the original and rematted gte and bitcast instructions. by Rachel Han · 2 days ago
  62. 6ec56c6 [XLA:CPU] Use FastMathFlags from HloModule in elemental_kernel_emitter. by Karlo Basioli · 2 days ago
  63. 8e2409f Moving TfrtGpuDevice into separate files. by A. Unique TensorFlower · 2 days ago
  64. ef7680c Reverts 81f17c5ff6b28c5d4f637ee037442e45591e500d by A. Unique TensorFlower · 3 days ago
  65. 87ba876 Disable CoreML testing by Terry Heo · 3 days ago
  66. fcdaf0d [XLA:GPU] Also compactify perf tables when running matmul_perf_table_gen_main by Frederik Gossen · 3 days ago
  67. d146abc [xla:gpu] `triton-xla-fold-transpose` pass: push `tt.trans` up through elementwise operations. by Christian Sigg · 3 days ago
  68. 3fed8a5 [XLA:GPU] Update GEMM cost model for B200 by Frederik Gossen · 3 days ago
  69. f155db3 [XLA:GPU] Dump to stdout if no output file is specified. by Frederik Gossen · 3 days ago
  70. 33e48c4 [XLA:GPU][StreamExecutor] Add an option to dump compilation logs when compiling using a `CompilationProvider`. by Benjamin Chetioui · 3 days ago
  71. b0520fa Expose GPU tracing knobs for 3P by Sannidhya Chauhan · 3 days ago
  72. 6fc137a PR #26443: [NVIDIA GPU] Add support for nccl symmetric kernel by TJ Xu · 3 days ago
  73. 40a57ff Move mhlo ragged dot tests to XLA tests. by A. Unique TensorFlower · 3 days ago
  74. 929f59e [SymbolicExpr] Add tests for FloorDiv, CeilDiv, and Mod canonicalization. by A. Unique TensorFlower · 3 days ago
  75. aeece6e PR #30249: [XLA:GPU] Fix the bazel query pre-submit error for oneAPI by mraunak · 3 days ago
  76. 7da9f28 Move `ConvertV2ToV1Sharding` to `xla/hlo/utils`. by Zixuan Jiang · 3 days ago
  77. 839d5cb PR #30183: Force command buffer usage on all compatible custom calls. by Chase Riley Roberts · 3 days ago
  78. 5bddc28 Reverts 4e7f0bcfa570ebd33d89cec538f8658113188113 by Adrian Kuegel · 3 days ago
  79. 0dc9364 [Autotuner] Use default triton configs in non-exhaustive mode. by A. Unique TensorFlower · 3 days ago
  80. 197c1ec Trace CommandBufferConversionPass in XProf. by Aliia Khasanova · 3 days ago
  81. 689c0a6 Clarify that `importMhloShardings` is for testing. by Zixuan Jiang · 3 days ago
  82. 2c1865c Integrate PM Sampling into Xplane/Trace Viewer by Jiya Zhang · 3 days ago
  83. 9768858 Merge pull request #98644 from nebullii:patch-1 by TensorFlower Gardener · 3 days ago
  84. fbab905 Merge pull request #98646 from nebullii:patch-3 by TensorFlower Gardener · 3 days ago
  85. 3798525 compat: Update forward compatibility horizon to 2025-08-14 by A. Unique TensorFlower · 3 days ago
  86. 011d027 Update GraphDef version to 2319. by A. Unique TensorFlower · 3 days ago
  87. 380fcb8 [XLA] Decoupling replacing 1d reduce windows with cumsumprod under 2 separate HLO Passes. by Ibrahim Umit Akgun · 3 days ago
  88. 8c478ba [tsl:concurrency] Immediately destroy waiters after running them by Eugene Zhulenev · 3 days ago
  89. 1baaa63 Add name formatter for parametrized test by Henning Becker · 3 days ago
  90. e5a4146 Automated Code Change by A. Unique TensorFlower · 3 days ago
  91. 131d39c Automated Code Change by A. Unique TensorFlower · 3 days ago
  92. b34be12 Automated Code Change by A. Unique TensorFlower · 3 days ago
  93. 1a5f236 Merge pull request #98786 from Intel-tensorflow:gz/tf_build_change_2 by TensorFlower Gardener · 3 days ago
  94. a052051 Automated Code Change by A. Unique TensorFlower · 3 days ago
  95. 94d5d9a [xla:cpu:xnn] Rename xnn_fusion to xnn_support for consistency with onednn by Eugene Zhulenev · 3 days ago
  96. ceb3dc9 [stablehlo] build fix by Kevin Gleason · 3 days ago
  97. 3a3074c Automated Code Change by A. Unique TensorFlower · 3 days ago
  98. 00ee235 Automated Code Change by A. Unique TensorFlower · 3 days ago
  99. a8dd3dd Automated Code Change by A. Unique TensorFlower · 3 days ago
  100. dfadeff Integrate LLVM at llvm/llvm-project@fc44a4fcd3c5 by A. Unique TensorFlower · 3 days ago