[SE] Include absl/memory/memory.h
This commit is contained in:
parent
a982edc004
commit
78ffc027e9
tensorflow/stream_executor/host
@ -54,6 +54,7 @@ cc_library(
|
||||
"//tensorflow/stream_executor:stream_executor_headers",
|
||||
"//tensorflow/stream_executor/lib",
|
||||
"//tensorflow/stream_executor/platform",
|
||||
"@com_google_absl//absl/memory",
|
||||
"@com_google_absl//absl/strings:str_format",
|
||||
"@com_google_absl//absl/synchronization",
|
||||
],
|
||||
|
@ -17,6 +17,7 @@ limitations under the License.
|
||||
|
||||
#include <thread>
|
||||
|
||||
#include "absl/memory/memory.h"
|
||||
#include "absl/strings/str_format.h"
|
||||
#include "tensorflow/stream_executor/host/host_gpu_executor.h"
|
||||
#include "tensorflow/stream_executor/host/host_platform_id.h"
|
||||
|
Loading…
Reference in New Issue
Block a user