diff options
| author | Jason Henline <jhen@google.com> | 2016-08-16 17:58:31 +0000 |
|---|---|---|
| committer | Jason Henline <jhen@google.com> | 2016-08-16 17:58:31 +0000 |
| commit | 68b97c7dc94b78a1752b67106464f48819cc341e (patch) | |
| tree | 44f1c8fd402d9069cdc86dc5af480a3210690beb /parallel-libs/streamexecutor/lib/Kernel.cpp | |
| parent | a3f4f0828bb791d2b7b396ccc61a95f4b0e76ba6 (diff) | |
| download | bcm5719-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.cpp | 2 |
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" |

