summaryrefslogtreecommitdiffstats
path: root/parallel-libs/streamexecutor/lib/unittests/KernelTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [StreamExecutor] Simplify Kernel classesJason Henline2016-08-301-93/+0
| | | | | | | | | | | | | | Summary: Make the Kernel class follow the pattern of the other classes. It now has a type-safe user wrapper and a typeless, platform-specific handle. Reviewers: jlebar Subscribers: jprice, parallel_libs-commits Differential Revision: https://reviews.llvm.org/D24043 llvm-svn: 280176
* [StreamExecutor] Rename Executor to DeviceJason Henline2016-08-241-10/+10
| | | | | | | | | | | | Summary: This more clearly describes what the class is. Reviewers: jlebar Subscribers: jprice, parallel_libs-commits Differential Revision: https://reviews.llvm.org/D23851 llvm-svn: 279669
* [StreamExecutor] Rename StreamExecutor to ExecutorJason Henline2016-08-161-9/+9
| | | | | | | | | | | | Summary: No functional changes just renaming this class for better readability. Reviewers: jlebar Subscribers: jprice, parallel_libs-commits Differential Revision: https://reviews.llvm.org/D23574 llvm-svn: 278833
* [StreamExecutor] Add basic Stream operationsJason Henline2016-08-161-2/+3
| | | | | | | | | | | | 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
* [StreamExecutor] Add kernel typesJason Henline2016-08-051-0/+92
Summary: Add StreamExecutor kernel types. Reviewers: jlebar, tra Subscribers: parallel_libs-commits Differential Revision: https://reviews.llvm.org/D23138 llvm-svn: 277827
OpenPOWER on IntegriCloud