Skip to content

Commit

Permalink
Format check.
Browse files Browse the repository at this point in the history
  • Loading branch information
cboss6 committed Jun 12, 2024
1 parent 95518ed commit 8b644bd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tensorflow/compiler/jit/xla_launch_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ limitations under the License.
#include "tensorflow/compiler/tf2xla/const_analysis.h"
#include "tensorflow/compiler/tf2xla/shape_util.h"
#include "tensorflow/compiler/tf2xla/xla_compiler.h"
#include "xla/client/local_client.h"
#include "xla/pjrt/pjrt_client.h"
#include "xla/pjrt/pjrt_future.h"
#include "xla/pjrt/pjrt_stream_executor_client.h"
#include "xla/pjrt/tracked_device_buffer.h"
#include "xla/shape_util.h"
#include "xla/status_macros.h"
#include "xla/stream_executor/platform_manager.h"
#include "tensorflow/core/common_runtime/device_factory.h"
#include "tensorflow/core/common_runtime/dma_helper.h"
#include "tensorflow/core/common_runtime/gpu/gpu_serving_device_selector.h"
Expand All @@ -64,6 +56,14 @@ limitations under the License.
#include "tsl/framework/serving_device_selector_policies.h"
#include "tsl/platform/status.h"
#include "tsl/platform/statusor.h"
#include "xla/client/local_client.h"
#include "xla/pjrt/pjrt_client.h"
#include "xla/pjrt/pjrt_future.h"
#include "xla/pjrt/pjrt_stream_executor_client.h"
#include "xla/pjrt/tracked_device_buffer.h"
#include "xla/shape_util.h"
#include "xla/status_macros.h"
#include "xla/stream_executor/platform_manager.h"

namespace tensorflow {
namespace {
Expand Down

0 comments on commit 8b644bd

Please sign in to comment.