From 3811ef2dba4c8453b893b8570867f7b94779c8ff Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Tue, 3 Nov 2020 18:05:37 +0000 Subject: [PATCH] Updated docstrings --- single_include/kompute/Kompute.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/single_include/kompute/Kompute.hpp b/single_include/kompute/Kompute.hpp index c1dfd8762..3ae98b483 100755 --- a/single_include/kompute/Kompute.hpp +++ b/single_include/kompute/Kompute.hpp @@ -1101,7 +1101,8 @@ class Sequence bool isInit(); /** - * Destroys and frees the GPU resources which include the buffer and memory. + * Destroys and frees the GPU resources which include the buffer and memory + * and sets the sequence as init=False. */ void freeMemoryDestroyGPUResources();