Hi all,
I am trying to run my own program (training a tiny vgg16 CNN model using CPU) in FS mode. I have created my own disk image and installed python3 and pytorch on it. My command line is as bellow: build/X86/gem5.opt configs/example/fs.py --kernel=binary/vmlinux-5.2.4 --disk-image=disk/linux-x86.img -n 2 --caches --l2cache --mem-size=4GB If I set the mem-size small, like 512MB, 1GB, 2GB, my program could run normally but would fail due to the small memory. On the other hand, if I increase the mem-size, my program could not run and gem5 aborted (core dump). Could anyone give me some advice? Thanks. Best regards, Yifan
_______________________________________________ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s