Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <pivovaa@amazon.com>: Allow to build multihost_hlo_runner for CPU backend Merging this change closes tensorflow#14477 PiperOrigin-RevId: 650160788
- Loading branch information