Skip to content

Commit 62a3b1d

Browse files
Automated Code Change
PiperOrigin-RevId: 653135460
1 parent d8d9029 commit 62a3b1d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

third_party/xla/xla/service/gpu/runtime/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ cc_library(
135135
":wait_for_streams_thunk",
136136
":while_thunk",
137137
"//xla:util",
138+
"//xla/service:buffer_assignment",
138139
"//xla/service/gpu/runtime:thunk",
139140
"@com_google_absl//absl/container:inlined_vector",
140141
"@com_google_absl//absl/status",

third_party/xla/xla/service/gpu/runtime/command_buffer_cmd_emitter.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ limitations under the License.
2323
#include "absl/container/inlined_vector.h"
2424
#include "absl/status/status.h"
2525
#include "absl/status/statusor.h"
26+
#include "xla/service/buffer_assignment.h"
2627
#include "xla/service/gpu/runtime/command_buffer_cmd.h"
2728
#include "xla/service/gpu/runtime/conditional_thunk.h"
2829
#include "xla/service/gpu/runtime/copy_thunk.h"

0 commit comments

Comments
 (0)