You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR tensorflow#14477: Allow to build multihost_hlo_runner for CPU backend
Imported from GitHub PR openxla/xla#14477
Currently, Bazel skips building `multihost_hlo_runner:hlo_runner_main` on CPU because the target is tagged with `tf_gpu_tests_tags`.
This tag should only be applied to the dedicated `hlo_runner_main_gpu` target.
The regular `hlo_runner_main` works fine on CPU (when `--xla_force_host_platform_device_count=N` is used)
@bchetioui@ddunl@beckerhe Can you have a look?
Copybara import of the project:
--
a0d2129bfe74f2f9133f9e1c6b04e06cea6d0e5d by Alexander Pivovarov <[email protected]>:
Allow to build multihost_hlo_runner for CPU backend
Merging this change closestensorflow#14477
PiperOrigin-RevId: 650160788
0 commit comments