This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Description
I notice that FlexGen read/write data on Disk by mmap. Most of the time, OS allocates page cache for it implicitly to accelerate disk operation. I wonder whether page cache is considered as CPU memory occupation in this project or in the paper. I haven't found any description or discussion about it.