[Parallel_libs-commits] [PATCH] D23333: [StreamExecutor] Add basic Stream operations

Jason Henline via Parallel_libs-commits parallel_libs-commits at lists.llvm.org
Fri Aug 12 11:36:59 PDT 2016


jhen marked an inline comment as done.

================
Comment at: streamexecutor/include/streamexecutor/Stream.h:52
@@ +51,3 @@
+/// Represents a stream of dependent computations on a device.
+///
+/// The operations within a stream execute sequentially and asynchronously until
----------------
Thanks for catching that.


https://reviews.llvm.org/D23333





More information about the Parallel_libs-commits mailing list