summaryrefslogtreecommitdiffstats
path: root/parallel-libs/streamexecutor/lib/Kernel.cpp
diff options
context:
space:
mode:
authorJason Henline <jhen@google.com>2016-08-16 17:58:31 +0000
committerJason Henline <jhen@google.com>2016-08-16 17:58:31 +0000
commit68b97c7dc94b78a1752b67106464f48819cc341e (patch)
tree44f1c8fd402d9069cdc86dc5af480a3210690beb /parallel-libs/streamexecutor/lib/Kernel.cpp
parenta3f4f0828bb791d2b7b396ccc61a95f4b0e76ba6 (diff)
downloadbcm5719-llvm-68b97c7dc94b78a1752b67106464f48819cc341e.tar.gz
bcm5719-llvm-68b97c7dc94b78a1752b67106464f48819cc341e.zip
[StreamExecutor] Add basic Stream operations
Summary: Add the Stream class and a few of the operations it supports. Reviewers: jlebar, tra Subscribers: jprice, parallel_libs-commits Differential Revision: https://reviews.llvm.org/D23333 llvm-svn: 278829
Diffstat (limited to 'parallel-libs/streamexecutor/lib/Kernel.cpp')
-rw-r--r--parallel-libs/streamexecutor/lib/Kernel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/parallel-libs/streamexecutor/lib/Kernel.cpp b/parallel-libs/streamexecutor/lib/Kernel.cpp
index af95bbe820d..3c3ec20674f 100644
--- a/parallel-libs/streamexecutor/lib/Kernel.cpp
+++ b/parallel-libs/streamexecutor/lib/Kernel.cpp
@@ -13,7 +13,7 @@
//===----------------------------------------------------------------------===//
#include "streamexecutor/Kernel.h"
-#include "streamexecutor/Interfaces.h"
+#include "streamexecutor/PlatformInterfaces.h"
#include "streamexecutor/StreamExecutor.h"
#include "llvm/DebugInfo/Symbolize/Symbolize.h"
OpenPOWER on IntegriCloud