From 3088696499c2d883d8573eb384cd5d2455a3c6c1 Mon Sep 17 00:00:00 2001 From: Jason Henline Date: Tue, 13 Sep 2016 19:28:02 +0000 Subject: [SE] Host platform implementation Summary: This implementation does not currently support multiple concurrent streams, and it won't allow kernels to be launched with grids larger than one block or blocks larger than one thread. These limitations could be removed in the future by launching new threads on the host, but that is not done in this implementation. Reviewers: jlebar Subscribers: beanz, mgorny, jprice, parallel_libs-commits Differential Revision: https://reviews.llvm.org/D24473 llvm-svn: 281377 --- parallel-libs/streamexecutor/examples/CUDASaxpy.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'parallel-libs/streamexecutor/examples/CUDASaxpy.cpp') diff --git a/parallel-libs/streamexecutor/examples/CUDASaxpy.cpp b/parallel-libs/streamexecutor/examples/CUDASaxpy.cpp index 5fb3dba26a7..0fce5ed046b 100644 --- a/parallel-libs/streamexecutor/examples/CUDASaxpy.cpp +++ b/parallel-libs/streamexecutor/examples/CUDASaxpy.cpp @@ -17,7 +17,6 @@ #include #include -#include #include #include -- cgit v1.2.3