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.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D24150
[SE] Make Kernel movable ClosedPublic Authored by jhen on Sep 1 2016, 12:07 PM.
Details Summary Kernel is basically just a smart pointer to the underlying
Diff Detail Event Timelinejhen updated this object. This revision is now accepted and ready to land.Sep 1 2016, 5:13 PM Closed by commit rL280437: [SE] Make Kernel movable (authored by jhen). · Explain WhySep 1 2016, 5:30 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 70046 streamexecutor/examples/Example.cpp
streamexecutor/include/streamexecutor/Device.h
streamexecutor/include/streamexecutor/Kernel.h
|