aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/lib/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/stream_executor/lib/error.h')
-rw-r--r--tensorflow/stream_executor/lib/error.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/tensorflow/stream_executor/lib/error.h b/tensorflow/stream_executor/lib/error.h
new file mode 100644
index 0000000000..376ddd3d07
--- /dev/null
+++ b/tensorflow/stream_executor/lib/error.h
@@ -0,0 +1,16 @@
+#ifndef TENSORFLOW_STREAM_EXECUTOR_LIB_ERROR_H_
+#define TENSORFLOW_STREAM_EXECUTOR_LIB_ERROR_H_
+
+#include "tensorflow/core/lib/core/error_codes.pb.h"
+
+namespace perftools {
+namespace gputools {
+namespace port {
+
+namespace error = tensorflow::error;
+
+} // namespace port
+} // namespace gputools
+} // namespace perftools
+
+#endif // TENSORFLOW_STREAM_EXECUTOR_LIB_ERROR_H_