[Parallel_libs-commits] [PATCH] D26050: [Acxxel] Remove setActiveDeviceForThread
Justin Lebar via Parallel_libs-commits
parallel_libs-commits at lists.llvm.org
Thu Oct 27 17:14:34 PDT 2016
jlebar accepted this revision.
jlebar added a comment.
This revision is now accepted and ready to land.
Well this is great news.
================
Comment at: acxxel/acxxel.h:502
+ Expected<DeviceMemorySpan<ElementType>> getSymbolMemory(ElementType *Symbol,
+ int DeviceIndex) {
+ Expected<void *> MaybeAddress =
----------------
Is there a reason we don't default DeviceIndex here as we do elsewhere, or is that just an oversight?
https://reviews.llvm.org/D26050
More information about the Parallel_libs-commits
mailing list