llvm-project/parallel-libs/streamexecutor/unittests/CoreTests
Jason Henline b38d8a3a3b [SE] Pack global dev handle addresses
Summary:
We were packing global device memory handles in
`PackedKernelArgumentArray`, but as I was implementing the CUDA
platform, I realized that CUDA wants the address of the handle, not the
handle itself. So this patch switches to packing the address of the
handle.

Reviewers: jlebar

Subscribers: jprice, jlebar, parallel_libs-commits

Differential Revision: https://reviews.llvm.org/D24528

llvm-svn: 281424
2016-09-13 23:59:10 +00:00
..
CMakeLists.txt
DeviceTest.cpp [SE] Use real HostPlatformDevice for testing 2016-09-13 20:14:44 +00:00
KernelSpecTest.cpp [SE] KernelSpec return best PTX 2016-09-13 23:29:25 +00:00
PackedKernelArgumentArrayTest.cpp [SE] Pack global dev handle addresses 2016-09-13 23:59:10 +00:00
StreamTest.cpp [SE] Use real HostPlatformDevice for testing 2016-09-13 20:14:44 +00:00