aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/lib/thread_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/stream_executor/lib/thread_options.h')
-rw-r--r--tensorflow/stream_executor/lib/thread_options.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/tensorflow/stream_executor/lib/thread_options.h b/tensorflow/stream_executor/lib/thread_options.h
new file mode 100644
index 0000000000..7d436578d6
--- /dev/null
+++ b/tensorflow/stream_executor/lib/thread_options.h
@@ -0,0 +1,16 @@
+#ifndef TENSORFLOW_STREAM_EXECUTOR_LIB_THREAD_OPTIONS_H_
+#define TENSORFLOW_STREAM_EXECUTOR_LIB_THREAD_OPTIONS_H_
+
+#include "tensorflow/core/public/env.h"
+
+namespace perftools {
+namespace gputools {
+namespace port {
+
+using tensorflow::ThreadOptions;
+
+} // namespace port
+} // namespace gputools
+} // namespace perftools
+
+#endif // TENSORFLOW_STREAM_EXECUTOR_LIB_THREAD_OPTIONS_H_