[Parallel_libs-commits] [PATCH] D24114: [StreamExecutor] Dev handles in platform interface
Jason Henline via Parallel_libs-commits
parallel_libs-commits at lists.llvm.org
Wed Aug 31 17:38:32 PDT 2016
jhen created this revision.
jhen added a reviewer: jlebar.
jhen added subscribers: parallel_libs-commits, jprice.
This is the first in a series of patches that will convert
GlobalDeviceMemory to own its device memory handle. The first step is to
remove GlobalDeviceMemoryBase from the PlatformInterface interfaces and
use raw handles there instead. This is useful because
GlobalDeviceMemoryBase is going to lose its importance in this process.
https://reviews.llvm.org/D24114
Files:
streamexecutor/include/streamexecutor/Device.h
streamexecutor/include/streamexecutor/PlatformInterfaces.h
streamexecutor/include/streamexecutor/Stream.h
streamexecutor/lib/unittests/DeviceTest.cpp
streamexecutor/lib/unittests/SimpleHostPlatformDevice.h
streamexecutor/lib/unittests/StreamTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24114.69933.patch
Type: text/x-patch
Size: 21362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/parallel_libs-commits/attachments/20160901/d5878a5e/attachment-0001.bin>
More information about the Parallel_libs-commits
mailing list