Function clear_cache
Synopsis
#include <include/thundergbm/syncmem.h>
static void clear_cache()
Description
No description yet.
Source
Lines 107-110 in include/thundergbm/syncmem.h.
static void clear_cache() {
device_allocator.FreeAllCached();
host_allocator.FreeAllCached();
};