From 157b6592dd82a55d6cd728bf5eb2aef3b5c179bf Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Tue, 3 Nov 2020 09:00:03 +0000 Subject: [PATCH] Updated docstring --- src/include/kompute/Sequence.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/kompute/Sequence.hpp b/src/include/kompute/Sequence.hpp index 09247fe3f..5d483c27a 100644 --- a/src/include/kompute/Sequence.hpp +++ b/src/include/kompute/Sequence.hpp @@ -107,7 +107,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();