Skip to content

Commit

Permalink
put the header file in the alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenying-liu committed Sep 9, 2024
1 parent dc96776 commit 155ff9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xla/stream_executor/integrations/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ xla_cc_test(
srcs = ["tf_allocator_adapter_test.cc"],
deps = [
":tf_allocator_adapter",
"//xla:shape_util",
"//xla/service:cpu_plugin",
"//xla/service:platform_util",
"//xla:shape_util",
"//xla/stream_executor",
"@com_google_absl//absl/container:flat_hash_set",
"@com_google_absl//absl/container:node_hash_set",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ limitations under the License.
#include "absl/container/flat_hash_set.h"
#include "absl/container/node_hash_set.h"
#include "absl/log/check.h"
#include "xla/service/platform_util.h"
#include "xla/layout.h"
#include "xla/service/platform_util.h"
#include "xla/stream_executor/device_memory_allocator.h"
#include "xla/stream_executor/platform.h"
#include "xla/stream_executor/stream.h"
Expand Down

0 comments on commit 155ff9d

Please sign in to comment.