We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa6154 commit ea3af44Copy full SHA for ea3af44
2 files changed
third_party/xla/xla/tools/multihost_hlo_runner/BUILD
@@ -46,6 +46,7 @@ cc_library(
46
"//xla:debug_options_flags",
47
"//xla:status_macros",
48
"//xla:xla_data_proto_cc",
49
+ "//xla:xla_proto_cc",
50
"//xla/pjrt:pjrt_client",
51
"//xla/pjrt/distributed",
52
"//xla/pjrt/distributed:client",
third_party/xla/xla/tools/multihost_hlo_runner/hlo_runner_main.cc
@@ -44,6 +44,7 @@ limitations under the License.
44
#include "xla/tsl/platform/file_system.h"
45
#include "xla/tsl/platform/statusor.h"
#include "xla/tsl/util/command_line_flags.h"
+#include "xla/xla.pb.h"
#include "xla/xla_data.pb.h"
#include "tsl/platform/init_main.h"
#include "tsl/platform/path.h"
0 commit comments