Skip to content

Commit

Permalink
[stream_executor] NFC: Do not leak internal stream executor header
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 585744507
  • Loading branch information
ezhulenev authored and tensorflower-gardener committed Nov 27, 2023
1 parent 5625b42 commit 53c0900
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion third_party/xla/xla/backends/interpreter/compiler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ limitations under the License.
#include "xla/status_macros.h"
#include "xla/statusor.h"
#include "xla/stream_executor/platform.h"
#include "xla/stream_executor/stream_executor_pimpl.h"
#include "xla/stream_executor/stream_executor.h"
#include "xla/util.h"
#include "tsl/platform/errors.h"
#include "tsl/platform/statusor.h"
Expand Down
2 changes: 1 addition & 1 deletion third_party/xla/xla/pjrt/metrics.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
#include "absl/strings/str_cat.h"
#include "xla/stream_executor/gpu/gpu_init.h"
#include "xla/stream_executor/platform.h"
#include "xla/stream_executor/stream_executor_pimpl.h"
#include "xla/stream_executor/stream_executor.h"
#include "tsl/lib/monitoring/counter.h"
#include "tsl/lib/monitoring/gauge.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ limitations under the License.
#include "xla/stream_executor/device_memory.h"
#include "xla/stream_executor/kernel.h"
#include "xla/stream_executor/launch_dim.h"
#include "xla/stream_executor/stream_executor_pimpl.h"
#include "xla/stream_executor/stream_executor.h"
#include "xla/types.h" // IWYU pragma: keep
#include "tsl/platform/errors.h"
#include "tsl/platform/statusor.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ limitations under the License.
#include "xla/stream_executor/device_memory.h"
#include "xla/stream_executor/kernel.h"
#include "xla/stream_executor/stream_executor.h"
#include "xla/stream_executor/stream_executor_pimpl.h"

namespace xla::gpu {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ limitations under the License.
#include "xla/statusor.h"
#include "xla/stream_executor/command_buffer.h"
#include "xla/stream_executor/device_memory.h"
#include "xla/stream_executor/stream_executor_pimpl.h"
#include "xla/stream_executor/stream_executor.h"
#include "tsl/platform/errors.h"
#include "tsl/platform/statusor.h"

Expand Down

0 comments on commit 53c0900

Please sign in to comment.