aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/lib/threadpool.h
blob: 3cf297d57bd637e12ce387cea2a8638f5a9e963e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef TENSORFLOW_STREAM_EXECUTOR_LIB_THREADPOOL_H_
#define TENSORFLOW_STREAM_EXECUTOR_LIB_THREADPOOL_H_

#include "tensorflow/core/lib/core/threadpool.h"
#include "tensorflow/stream_executor/lib/env.h"
#include "tensorflow/stream_executor/lib/notification.h"
#include "tensorflow/stream_executor/lib/thread_options.h"

namespace perftools {
namespace gputools {
namespace port {

using tensorflow::thread::ThreadPool;

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

#endif  // TENSORFLOW_STREAM_EXECUTOR_LIB_THREADPOOL_H_