File tree Expand file tree Collapse file tree 8 files changed +8
-1
lines changed
Expand file tree Collapse file tree 8 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -972,6 +972,7 @@ cc_library(
972972 "//xla/pjrt/c:pjrt_c_api_profiler_extension_hdrs" ,
973973 "@tsl//tsl/profiler/lib:profiler_factory" ,
974974 "@tsl//tsl/profiler/lib:profiler_interface" ,
975+ "@tsl//tsl/profiler/protobuf:profiler_options_proto_cc" ,
975976 ],
976977)
977978
@@ -1127,6 +1128,7 @@ cc_library(
11271128 "//xla/hlo/transforms:flatten_call_graph" ,
11281129 "//xla/hlo/transforms:hlo_dce" ,
11291130 "//xla/hlo/transforms:tuple_simplifier" ,
1131+ "//xla/pjrt:compile_options_proto_cc" ,
11301132 "//xla/pjrt:exceptions" ,
11311133 "//xla/pjrt:pjrt_executable" ,
11321134 "//xla/pjrt:status_casters" ,
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ limitations under the License.
2626#include " xla/pjrt/c/pjrt_c_api_profiler_extension.h"
2727#include " tsl/profiler/lib/profiler_factory.h"
2828#include " tsl/profiler/lib/profiler_interface.h"
29+ #include " tsl/profiler/protobuf/profiler_options.pb.h"
2930
3031namespace xla {
3132
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ limitations under the License.
7474#include " xla/tsl/concurrency/ref_count.h"
7575#include " xla/tsl/python/lib/core/numpy.h"
7676#include " xla/util.h"
77+ #include " xla/xla_data.pb.h"
7778#include " tsl/platform/errors.h"
7879#include " tsl/platform/logging.h"
7980#include " tsl/platform/statusor.h"
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ limitations under the License.
1919#include < deque>
2020#include < memory>
2121#include < utility>
22- #include < vector>
2322
2423#include " absl/container/inlined_vector.h"
2524#include " absl/synchronization/mutex.h"
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ limitations under the License.
1414==============================================================================*/
1515#include " xla/python/refine_polymorphic_shapes.h"
1616
17+ #include < cstdint>
1718#include < memory>
1819#include < string>
1920
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ limitations under the License.
2525
2626#include " absl/container/inlined_vector.h"
2727#include " absl/status/status.h"
28+ #include " absl/status/statusor.h"
2829#include " absl/types/span.h"
2930#include " nanobind/nanobind.h"
3031#include " xla/layout.h"
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ limitations under the License.
6363#include " xla/layout.h"
6464#include " xla/layout_util.h"
6565#include " xla/literal.h"
66+ #include " xla/pjrt/compile_options.pb.h"
6667#include " xla/pjrt/exceptions.h"
6768#include " xla/pjrt/pjrt_executable.h"
6869#include " xla/pjrt/status_casters.h"
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ limitations under the License.
3838#include " xla/xla.pb.h"
3939#include " tsl/platform/env.h"
4040#include " tsl/platform/types.h"
41+ #include " tsl/profiler/protobuf/profiled_instructions.pb.h"
4142#include " tsl/profiler/protobuf/xplane.pb.h"
4243
4344namespace xla {
You can’t perform that action at this time.
0 commit comments