From 3a90112591ba70d0631572c4cfa4d1fba7858b6a Mon Sep 17 00:00:00 2001 From: Jason Henline Date: Tue, 13 Sep 2016 23:56:47 +0000 Subject: [PATCH] Device doc says device is small llvm-svn: 281423 --- parallel-libs/streamexecutor/include/streamexecutor/Device.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/parallel-libs/streamexecutor/include/streamexecutor/Device.h b/parallel-libs/streamexecutor/include/streamexecutor/Device.h index 53c0c2f..bf73655 100644 --- a/parallel-libs/streamexecutor/include/streamexecutor/Device.h +++ b/parallel-libs/streamexecutor/include/streamexecutor/Device.h @@ -26,6 +26,10 @@ namespace streamexecutor { class Stream; +/// A class representing a StreamExecutor device. +/// +/// Device instances are basically just pointers to the underlying +/// implementation, so they are small and can be passed around by value. class Device { public: explicit Device(PlatformDevice *PDevice); -- 2.7.4