Skip to content

Commit

Permalink
Add missing package
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Aug 12, 2023
1 parent 4c92ba5 commit 9823f41
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion extension/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ cc_binary(
"//xla/service:hlo_proto_cc_impl",
"//xla/service:memory_space_assignment_proto_cc_impl",
"//xla/service/gpu:backend_configs_cc_impl",
"//xla/service/gpu:hlo_op_profile_proto_cc_impl",
"//xla/stream_executor:dnn_proto_cc_impl",
"//xla/stream_executor/host:host_platform",
"//xla:literal",
Expand Down Expand Up @@ -110,7 +111,6 @@ genrule(
name = "xla_extension_headers",
srcs = [
":xla_extension_dep_headers",
"//xla/mlir_hlo:hlo_ops_enums_inc_gen",
],
outs = ["include"],
cmd = """
Expand Down Expand Up @@ -147,6 +147,9 @@ genrule(
mkdir -p "$@/$${d}"
cp "$${f}" "$@/$${d}/"
done
# Files in xla/mlir_hlo include sibling headers from mhlo, so we
# need to mirror them in includes
cp -r $@/xla/mlir_hlo/mhlo $@
""",
)

Expand Down

0 comments on commit 9823f41

Please sign in to comment.