illinois-impact / puma-compiler

PUMA Compiler
Other
25 stars 23 forks source link

Out of memory problem when compiling VGG-16 model. #4

Closed frankinwi closed 3 years ago

frankinwi commented 3 years ago

When I compile the VGG-16 model with the puma-compiler, it crashes due to the constantly increasing memory during the 3rd step coalescer, which will finally exceed the physical memory (64GB). But it works fine with the MLP model and single layer test.

The question is: (1) Is 64GB memory sufficient to compile the VGG-16 model with the puma-compiler? (2) Is there something wrong with the vgg16.cpp file which will cause the out of memory problem?

Thank you in advance! Frank.

frankinwi commented 3 years ago

Found the answer at here