diff options
author | Jason Henline <jhen@google.com> | 2016-09-13 23:59:10 +0000 |
---|---|---|
committer | Jason Henline <jhen@google.com> | 2016-09-13 23:59:10 +0000 |
commit | b38d8a3a3baabf759e819fdefd764462691f4048 (patch) | |
tree | 27a2654ade62e9165035879d37817407790a8342 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 3a90112591ba70d0631572c4cfa4d1fba7858b6a (diff) | |
download | llvm-b38d8a3a3baabf759e819fdefd764462691f4048.zip llvm-b38d8a3a3baabf759e819fdefd764462691f4048.tar.gz llvm-b38d8a3a3baabf759e819fdefd764462691f4048.tar.bz2 |
[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
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions