[Parallel_libs-commits] [PATCH] D24043: [StreamExecutor] Simplify Kernel classes

Jason Henline via Parallel_libs-commits parallel_libs-commits at lists.llvm.org
Tue Aug 30 10:50:07 PDT 2016


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

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.

https://reviews.llvm.org/D24043

Files:
  streamexecutor/include/streamexecutor/Device.h
  streamexecutor/include/streamexecutor/Kernel.h
  streamexecutor/include/streamexecutor/PlatformInterfaces.h
  streamexecutor/include/streamexecutor/Stream.h
  streamexecutor/lib/Kernel.cpp
  streamexecutor/lib/unittests/CMakeLists.txt
  streamexecutor/lib/unittests/KernelTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24043.69724.patch
Type: text/x-patch
Size: 17570 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/parallel_libs-commits/attachments/20160830/ec324d33/attachment.bin>


More information about the Parallel_libs-commits mailing list