[Parallel_libs-commits] [PATCH] D24528: [SE] Pack global dev handle addresses
Justin Lebar via Parallel_libs-commits
parallel_libs-commits at lists.llvm.org
Tue Sep 13 16:26:53 PDT 2016
jlebar added inline comments.
================
Comment at: streamexecutor/include/streamexecutor/DeviceMemory.h:170
@@ -166,3 +169,3 @@
Device *TheDevice; // Pointer to the device on which this memory lives.
const void *Handle; // Platform-dependent value representing allocated memory.
size_t ByteCount; // Size in bytes of this allocation.
----------------
Same question as last patch: What happens if this guy is moved?
Specifically, would it be a problem if it were moved after calling thenLaunch but before the driver actually launches the kernel?
https://reviews.llvm.org/D24528
More information about the Parallel_libs-commits
mailing list