From fba523a196f525340e280590a93c7be29d868067 Mon Sep 17 00:00:00 2001 From: Megvii Engine Team Date: Tue, 2 Nov 2021 20:03:50 +0800 Subject: [PATCH] fix(mge/device): fix the directive content block GitOrigin-RevId: 539feb7956effe84688e4b89c4b6d7c1a9bbcd84 --- imperative/python/megengine/device.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/imperative/python/megengine/device.py b/imperative/python/megengine/device.py index 374744a31..0b1498b1e 100644 --- a/imperative/python/megengine/device.py +++ b/imperative/python/megengine/device.py @@ -199,7 +199,8 @@ def coalesce_free_memory(): this func was called .. note:: - Please notice that this function will not move any memory in-use. - Please notice that this function may do nothing if there are no chunks that can be freed + + * This function will not move any memory in-use; + * This function may do nothing if there are no chunks that can be freed. """ return _try_coalesce_all_free_memory() -- GitLab