openxla / xla

A machine learning compiler for GPUs, CPUs, and ML accelerators
Apache License 2.0
2.64k stars 418 forks source link

[HLO Componentization] Create hlo/builder sub-component (Phase II). #17916

Closed copybara-service[bot] closed 1 week ago

copybara-service[bot] commented 1 week ago

[HLO Componentization] Create hlo/builder sub-component (Phase II).

This CL takes care of

  1. Migrating external projects dependencies from xla/client --> xla/hlo/builder

Phase I takes care of

  1. Migrating xla/translate --> xla/hlo/translate
  2. Setting up build aliases in xla/translate ensuring external dependencies are still satisfied.