aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/stream_executor_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/platform/stream_executor_util.h')
-rw-r--r--tensorflow/core/platform/stream_executor_util.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/tensorflow/core/platform/stream_executor_util.h b/tensorflow/core/platform/stream_executor_util.h
new file mode 100644
index 0000000000..a6640fb26d
--- /dev/null
+++ b/tensorflow/core/platform/stream_executor_util.h
@@ -0,0 +1,12 @@
+#ifndef TENSORFLOW_PLATFORM_STREAM_EXECUTOR_UTIL_H_
+#define TENSORFLOW_PLATFORM_STREAM_EXECUTOR_UTIL_H_
+
+#include "tensorflow/core/platform/port.h"
+
+#if defined(PLATFORM_GOOGLE)
+#include "tensorflow/core/platform/google/stream_executor_util.h"
+#else
+#include "tensorflow/core/platform/default/stream_executor_util.h"
+#endif
+
+#endif // TENSORFLOW_PLATFORM_STREAM_EXECUTOR_UTIL_H_