[Parallel_libs-commits] [PATCH] D23577: [StreamExecutor] Executor add synchronous methods

Jason Henline via Parallel_libs-commits parallel_libs-commits at lists.llvm.org
Tue Aug 16 12:38:38 PDT 2016


jhen created this revision.
jhen added a reviewer: jlebar.
jhen added subscribers: parallel_libs-commits, jprice.

Add Executor methods that block the host until completion. Since these
methods are host-synchronous, they don't require Stream arguments.

https://reviews.llvm.org/D23577

Files:
  streamexecutor/include/streamexecutor/Executor.h
  streamexecutor/include/streamexecutor/PlatformInterfaces.h
  streamexecutor/include/streamexecutor/Utils/Error.h
  streamexecutor/lib/Utils/Error.cpp
  streamexecutor/lib/unittests/CMakeLists.txt
  streamexecutor/lib/unittests/ExecutorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23577.68243.patch
Type: text/x-patch
Size: 17455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/parallel_libs-commits/attachments/20160816/704f2f5e/attachment.bin>


More information about the Parallel_libs-commits mailing list