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();