[Parallel_libs-commits] [PATCH] D23211: [StreamExecutor] Add DeviceMemory and kernel arg packing
Jason Henline via Parallel_libs-commits
parallel_libs-commits at lists.llvm.org
Fri Aug 5 10:21:13 PDT 2016
jhen created this revision.
jhen added reviewers: jlebar, tra.
jhen added a subscriber: parallel_libs-commits.
Add types for device memory and add the code that knows how to pack these
device memory types if they are passed as arguments to kernel launches.
https://reviews.llvm.org/D23211
Files:
streamexecutor/include/streamexecutor/DeviceMemory.h
streamexecutor/include/streamexecutor/PackedKernelArgumentArray.h
streamexecutor/lib/unittests/CMakeLists.txt
streamexecutor/lib/unittests/PackedKernelArgumentArrayTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23211.66973.patch
Type: text/x-patch
Size: 24566 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/parallel_libs-commits/attachments/20160805/48efe8c5/attachment-0001.bin>
More information about the Parallel_libs-commits
mailing list