8000
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 ab1f8d8 commit b0dbf08Copy full SHA for b0dbf08
third_party/xla/xla/service/spmd/shardy/BUILD
@@ -28,6 +28,7 @@ cc_library(
28
"//xla:shape_util",
29
"//xla:util",
30
"//xla:xla_data_proto_cc",
31
+ "//xla:xla_proto_cc",
32
"//xla/hlo/ir:hlo",
32 8916
33
"//xla/hlo/pass:hlo_pass",
34
"//xla/hlo/transforms/simplifiers:hlo_dce",
third_party/xla/xla/service/spmd/shardy/shardy_xla_pass.cc
@@ -67,6 +67,7 @@ limitations under the License.
67
#include "xla/tsl/platform/errors.h"
68
#include "xla/tsl/platform/statusor.h"
69
#include "xla/util.h"
70
+#include "xla/xla.pb.h"
71
#include "xla/xla_data.pb.h"
72
#include "tsl/platform/path.h"
73
0 commit comments