File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
third_party/xla/xla/service/gpu/runtime Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ cc_library(
135
135
":wait_for_streams_thunk" ,
136
136
":while_thunk" ,
137
137
"//xla:util" ,
138
+ "//xla/service:buffer_assignment" ,
138
139
"//xla/service/gpu/runtime:thunk" ,
139
140
"@com_google_absl//absl/container:inlined_vector" ,
140
141
"@com_google_absl//absl/status" ,
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ limitations under the License.
23
23
#include " absl/container/inlined_vector.h"
24
24
#include " absl/status/status.h"
25
25
#include " absl/status/statusor.h"
26
+ #include " xla/service/buffer_assignment.h"
26
27
#include " xla/service/gpu/runtime/command_buffer_cmd.h"
27
28
#include " xla/service/gpu/runtime/conditional_thunk.h"
28
29
#include " xla/service/gpu/runtime/copy_thunk.h"
You can’t perform that action at this time.
0 commit comments