[Parallel_libs-commits] [PATCH] D24353: [SE] RegisteredHostMemory for async device copies

Jason Henline via Parallel_libs-commits parallel_libs-commits at lists.llvm.org
Fri Sep 9 17:20:53 PDT 2016


jhen updated this revision to Diff 70934.
jhen marked 6 inline comments as done.
jhen added a comment.

- Remove allocateHostMemory
- Fix broken comments found by jprice
- implement chanderc's suggestion
- Combine more thenCopy functions as templates


https://reviews.llvm.org/D24353

Files:
  streamexecutor/examples/CUDASaxpy.cpp
  streamexecutor/include/streamexecutor/Device.h
  streamexecutor/include/streamexecutor/DeviceMemory.h
  streamexecutor/include/streamexecutor/HostMemory.h
  streamexecutor/include/streamexecutor/PlatformDevice.h
  streamexecutor/include/streamexecutor/Stream.h
  streamexecutor/lib/CMakeLists.txt
  streamexecutor/lib/HostMemory.cpp
  streamexecutor/unittests/CoreTests/DeviceTest.cpp
  streamexecutor/unittests/CoreTests/SimpleHostPlatformDevice.h
  streamexecutor/unittests/CoreTests/StreamTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24353.70934.patch
Type: text/x-patch
Size: 41491 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/parallel_libs-commits/attachments/20160910/0916edfc/attachment-0001.bin>


More information about the Parallel_libs-commits mailing list