We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf3c8d commit 5f844d3Copy full SHA for 5f844d3
xla/python/ifrt/ir/transforms/BUILD
@@ -116,6 +116,7 @@ cc_library(
116
hdrs = ["utils.h"],
117
compatible_with = get_compatible_with_portable(),
118
deps = [
119
+ "//xla:xla_data_proto_cc",
120
"//xla/mlir/utils:type_util",
121
"//xla/python/ifrt",
122
"//xla/python/ifrt/ir",
xla/python/ifrt/ir/transforms/utils.cc
@@ -28,6 +28,7 @@ limitations under the License.
28
#include "xla/python/ifrt/ir/ifrt_dialect.h"
29
#include "xla/python/ifrt/ir/ifrt_ops.h"
30
#include "xla/python/pjrt_ifrt/pjrt_dtype.h"
31
+#include "xla/xla_data.pb.h"
32
33
namespace xla {
34
namespace ifrt {
0 commit comments