aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/lib/notification.h
blob: 2baa458fc9acce7d1d2e1095ba34c6797a15b8f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef TENSORFLOW_STREAM_EXECUTOR_LIB_NOTIFICATION_H_
#define TENSORFLOW_STREAM_EXECUTOR_LIB_NOTIFICATION_H_

#include "tensorflow/core/lib/core/notification.h"

namespace perftools {
namespace gputools {
namespace port {

using tensorflow::Notification;

}  // namespace port
}  // namespace gputools
}  // namespace perftools

#endif  // TENSORFLOW_STREAM_EXECUTOR_LIB_NOTIFICATION_H_