[Parallel_libs-commits] [PATCH] D24537: [SE] Platforms return Device values
Jason Henline via Parallel_libs-commits
parallel_libs-commits at lists.llvm.org
Tue Sep 13 16:56:37 PDT 2016
jhen created this revision.
jhen added a reviewer: jlebar.
jhen added subscribers: parallel_libs-commits, jprice.
Herald added a subscriber: jlebar.
Platforms were returning Device pointers, but a Device is now basically
just a pointer to an underlying PlatformDevice, so we will now just pass
it around as a value.
https://reviews.llvm.org/D24537
Files:
streamexecutor/examples/CUDASaxpy.cpp
streamexecutor/examples/HostSaxpy.cpp
streamexecutor/include/streamexecutor/Platform.h
streamexecutor/include/streamexecutor/platforms/host/HostPlatform.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24537.71272.patch
Type: text/x-patch
Size: 5131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/parallel_libs-commits/attachments/20160913/8b4423c9/attachment.bin>
More information about the Parallel_libs-commits
mailing list