hanchenye-llvm-project/parallel-libs/streamexecutor
Jason Henline 19eeb37b8c [SE] Rename PlatformInterfaces to PlatformDevice
Summary:
The only interface that we ever plan to have in this file is
PlatformDevice, so it makes sense to rename the file to reflect that.

Reviewers: jprice

Subscribers: parallel_libs-commits

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

llvm-svn: 280737
2016-09-06 19:27:00 +00:00
..
examples [SE] Doc tweaks 2016-09-02 17:59:12 +00:00
include/streamexecutor [SE] Rename PlatformInterfaces to PlatformDevice 2016-09-06 19:27:00 +00:00
lib [SE] Rename PlatformInterfaces to PlatformDevice 2016-09-06 19:27:00 +00:00
CMakeLists.txt [SE] Add "install" actions to cmake build 2016-09-02 17:19:19 +00:00
Doxyfile.in [SE] Doc tweaks 2016-09-02 17:59:12 +00:00
README.txt
customdoxygen.css [SE] Doc tweaks 2016-09-02 17:59:12 +00:00

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.