llvm-project/parallel-libs/streamexecutor
Jason Henline c1e2b83d09 [StreamExecutor] getOrDie and dieIfError utils
Reviewers: jlebar

Subscribers: jprice, parallel_libs-commits

Differential Revision: https://reviews.llvm.org/D24107

llvm-svn: 280312
2016-08-31 23:30:41 +00:00
..
examples [StreamExecutor] getOrDie and dieIfError utils 2016-08-31 23:30:41 +00:00
include/streamexecutor [StreamExecutor] getOrDie and dieIfError utils 2016-08-31 23:30:41 +00:00
lib [StreamExecutor] getOrDie and dieIfError utils 2016-08-31 23:30:41 +00:00
CMakeLists.txt [StreamExecutor] Add Doxygen main page 2016-08-31 19:02:44 +00:00
Doxyfile.in Exclude examples, unittests from doc gen 2016-08-31 19:02:47 +00:00
README.txt

README.txt

StreamExecutor
==============

StreamExecutor is a wrapper around CUDA and OpenCL (host-side) programming
models (runtimes). This abstraction cleanly permits host code to target either
CUDA or OpenCL devices with identically-functioning data parallel kernels. It
manages the execution of concurrent work targeting the accelerator, similar to a
host-side Executor.

This version of StreamExecutor can be built either as a sub-project of the LLVM
project or as a standalone project depending on LLVM as an external package.