[Parallel_libs-commits] [PATCH] D24177: [SE] Don't pack raw device mem args

Jason Henline via Parallel_libs-commits parallel_libs-commits at lists.llvm.org
Thu Sep 1 18:01:45 PDT 2016


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

Step 4 of getting GlobalDeviceMemory to own its handle.

Take out code to pack untyped device memory types as kernel arguments.
When GlobalDeviceMemory owns its handle, users will never touch untyped
device memory types, so they will never pass them as kernel args.

https://reviews.llvm.org/D24177

Files:
  streamexecutor/include/streamexecutor/PackedKernelArgumentArray.h
  streamexecutor/lib/unittests/PackedKernelArgumentArrayTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24177.70120.patch
Type: text/x-patch
Size: 11689 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/parallel_libs-commits/attachments/20160902/52870d35/attachment-0001.bin>


More information about the Parallel_libs-commits mailing list