8000 Automated Code Change · IBMZ-Linux-OSS-Python/tensorflow@191d80d · GitHub
[go: up one dir, main page]

Skip to content

Commit 191d80d

Browse files
Automated Code Change
PiperOrigin-RevId: 673253634
1 parent 881afa9 commit 191d80d

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

third_party/xla/xla/backends/interpreter/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ cc_library(
2020
"//xla/service:shaped_buffer",
2121
"//xla/service:transfer_manager",
2222
"//xla/stream_executor:device_memory",
23+
"//xla/stream_executor:stream_executor_h",
2324
],
2425
alwayslink = True, # Contains per-platform transfer manager registration
2526
)

third_party/xla/xla/backends/interpreter/executable.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ limitations under the License.
3434
#include "xla/service/service_executable_run_options.h"
3535
#include "xla/shape.h"
3636
#include "xla/shape_util.h"
37-
#include "xla/stream_executor/stream_executor.h"
3837

3938
namespace xla {
4039
namespace interpreter {

third_party/xla/xla/backends/interpreter/interpreter_transfer_manager.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ limitations under the License.
1919
#include "xla/service/generic_transfer_manager.h"
2020
#include "xla/service/shaped_buffer.h"
2121
#include "xla/stream_executor/device_memory.h"
22+
#include "xla/stream_executor/stream_executor.h"
2223

2324
namespace xla {
2425

third_party/xla/xla/backends/interpreter/platform.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ limitations under the License.
2222
#include "absl/status/statusor.h"
2323
#include "absl/strings/str_format.h"
2424
#i 4FA2 nclude "xla/backends/interpreter/executor.h"
25+
#include "xla/stream_executor/device_description.h"
2526
#include "xla/stream_executor/platform.h"
2627
#include "xla/stream_executor/platform/initialize.h"
2728
#include "xla/stream_executor/platform_manager.h"

0 commit comments

Comments
 (0)
0