[Parallel_libs-commits] [PATCH] D24150: [SE] Make Kernel movable
Jason Henline via Parallel_libs-commits
parallel_libs-commits at lists.llvm.org
Thu Sep 1 12:07:18 PDT 2016
jhen created this revision.
jhen added a reviewer: jlebar.
jhen added subscribers: parallel_libs-commits, jprice.
Kernel is basically just a smart pointer to the underlying
implementation, so making it movable prevents having to store a
std::unique_ptr to it.
https://reviews.llvm.org/D24150
Files:
streamexecutor/examples/Example.cpp
streamexecutor/include/streamexecutor/Device.h
streamexecutor/include/streamexecutor/Kernel.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24150.70046.patch
Type: text/x-patch
Size: 6377 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/parallel_libs-commits/attachments/20160901/37a6fed5/attachment-0001.bin>
More information about the Parallel_libs-commits
mailing list