[Parallel_libs-commits] [PATCH] D24148: [StreamExecutor] Read dev array directly in test

Justin Lebar via Parallel_libs-commits parallel_libs-commits at lists.llvm.org
Thu Sep 1 16:31:08 PDT 2016


jlebar accepted this revision.
This revision is now accepted and ready to land.

================
Comment at: streamexecutor/lib/unittests/SimpleHostPlatformDevice.h:33-34
@@ -29,3 +32,4 @@
 /// std::memcpy.
 class SimpleHostPlatformDevice : public streamexecutor::PlatformDevice {
+public:
   std::string getName() const override { return "SimpleHostPlatformDevice"; }
----------------
sgtm


https://reviews.llvm.org/D24148





More information about the Parallel_libs-commits mailing list