[Parallel_libs-commits] [PATCH] D23138: [StreamExecutor] Add kernel types

James Price via Parallel_libs-commits parallel_libs-commits at lists.llvm.org
Thu Aug 4 05:10:55 PDT 2016


jprice added a subscriber: jprice.

================
Comment at: streamexecutor/lib/Kernel.cpp:42
@@ +41,3 @@
+                      std::move(*MaybeImplementation));
+  return Instance;
+}
----------------
This needed a `std::move()` for me to build with GCC 5 on Ubuntu or Apple Clang on OS X.


https://reviews.llvm.org/D23138





More information about the Parallel_libs-commits mailing list