File tree Expand file tree Collapse file tree 4 files changed +3
-1
lines changed
third_party/xla/xla/backends/interpreter Expand file tree Collapse file tree 4 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ cc_library(
20
20
"//xla/service:shaped_buffer" ,
21
21
"//xla/service:transfer_manager" ,
22
22
"//xla/stream_executor:device_memory" ,
23
+ "//xla/stream_executor:stream_executor_h" ,
23
24
],
24
25
alwayslink = True , # Contains per-platform transfer manager registration
25
26
)
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ limitations under the License.
34
34
#include " xla/service/service_executable_run_options.h"
35
35
#include " xla/shape.h"
36
36
#include " xla/shape_util.h"
37
- #include " xla/stream_executor/stream_executor.h"
38
37
39
38
namespace xla {
40
39
namespace interpreter {
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ limitations under the License.
19
19
#include " xla/service/generic_transfer_manager.h"
20
20
#include " xla/service/shaped_buffer.h"
21
21
#include " xla/stream_executor/device_memory.h"
22
+ #include " xla/stream_executor/stream_executor.h"
22
23
23
24
namespace xla {
24
25
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ limitations under the License.
22
22
#include " absl/status/statusor.h"
23
23
#include " absl/strings/str_format.h"
24
24
#i
4FA2
nclude " xla/backends/interpreter/executor.h"
25
+ #include " xla/stream_executor/device_description.h"
25
26
#include " xla/stream_executor/platform.h"
26
27
#include " xla/stream_executor/platform/initialize.h"
27
28
#include " xla/stream_executor/platform_manager.h"
You can’t perform that action at this time.
0 commit comments