aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/platform/thread_annotations.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/stream_executor/platform/thread_annotations.h')
-rw-r--r--tensorflow/stream_executor/platform/thread_annotations.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tensorflow/stream_executor/platform/thread_annotations.h b/tensorflow/stream_executor/platform/thread_annotations.h
new file mode 100644
index 0000000000..bce4bb3794
--- /dev/null
+++ b/tensorflow/stream_executor/platform/thread_annotations.h
@@ -0,0 +1,6 @@
+#ifndef TENSORFLOW_STREAM_EXECUTOR_PLATFORM_THREAD_ANNOTATIONS_H_
+#define TENSORFLOW_STREAM_EXECUTOR_PLATFORM_THREAD_ANNOTATIONS_H_
+
+#include "tensorflow/core/platform/thread_annotations.h"
+
+#endif // TENSORFLOW_STREAM_EXECUTOR_PLATFORM_THREAD_ANNOTATIONS_H_