Skip to content

Commit 5f844d3

Browse files
Automated Code Change
PiperOrigin-RevId: 692562224
1 parent cbf3c8d commit 5f844d3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

xla/python/ifrt/ir/transforms/BUILD

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ cc_library(
116116
hdrs = ["utils.h"],
117117
compatible_with = get_compatible_with_portable(),
118118
deps = [
119+
"//xla:xla_data_proto_cc",
119120
"//xla/mlir/utils:type_util",
120121
"//xla/python/ifrt",
121122
"//xla/python/ifrt/ir",

xla/python/ifrt/ir/transforms/utils.cc

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ limitations under the License.
2828
#include "xla/python/ifrt/ir/ifrt_dialect.h"
2929
#include "xla/python/ifrt/ir/ifrt_ops.h"
3030
#include "xla/python/pjrt_ifrt/pjrt_dtype.h"
31+
#include "xla/xla_data.pb.h"
3132

3233
namespace xla {
3334
namespace ifrt {

0 commit comments

Comments
 (0)