From 68b97c7dc94b78a1752b67106464f48819cc341e Mon Sep 17 00:00:00 2001 From: Jason Henline Date: Tue, 16 Aug 2016 17:58:31 +0000 Subject: [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 --- parallel-libs/streamexecutor/lib/Kernel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parallel-libs/streamexecutor/lib/Kernel.cpp') 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" -- cgit v1.2.3