Skip to content

increase ram size - #1

Open
efectn wants to merge 1 commit into
vproc:mainfrom
efectn:patch-1
Open

increase ram size#1
efectn wants to merge 1 commit into
vproc:mainfrom
efectn:patch-1

Conversation

@efectn

@efectn efectn commented Aug 10, 2026

Copy link
Copy Markdown

Some IREE tests like toycar requires nearly 6MB of VMFB file and it causes

/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: aww_int8_IREE_Spike.elf section `.noinit' will not fit in region `ram'
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: section .stack VMA [803fc000,803fffff] overlaps section .noinit VMA [80153400,805533ff]
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: region `ram' overflowed by 0 bytes
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: warning: aww_int8_IREE_Spike.elf has a LOAD segment with RWX permissions
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: toycar_int8_IREE_Spike.elf section `.noinit' will not fit in region `ram'
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: toycar_int8_IREE_Verilator.elf section `.noinit' will not fit in region `ram'
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: aww_int8_IREE_Verilator.elf section `.noinit' will not fit in region `ram'
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: section .stack VMA [803fc000,803fffff] overlaps section .noinit VMA [80220fc0,80720fbf]
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: region `ram' overflowed by 0 bytes
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: warning: toycar_int8_IREE_Spike.elf has a LOAD segment with RWX permissions
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: section .stack VMA [803fc000,803fffff] overlaps section .noinit VMA [802217c0,807217bf]
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: region `ram' overflowed by 0 bytes
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: warning: toycar_int8_IREE_Verilator.elf has a LOAD segment with RWX permissions
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: section .stack VMA [803fc000,803fffff] overlaps section .noinit VMA [80153fc0,80553fbf]
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: region `ram' overflowed by 0 bytes
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: warning: aww_int8_IREE_Verilator.elf has a LOAD segment with RWX permissions

To fix it the RAM size has been increased

Some IREE tests like toycar requires nearly 6MB of VMFB file and it causes
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: aww_int8_IREE_Spike.elf section `.noinit' will not fit in region `ram'
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: section .stack VMA [803fc000,803fffff] overlaps section .noinit VMA [80153400,805533ff]
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: region `ram' overflowed by 0 bytes
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: warning: aww_int8_IREE_Spike.elf has a LOAD segment with RWX permissions
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: toycar_int8_IREE_Spike.elf section `.noinit' will not fit in region `ram'
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: toycar_int8_IREE_Verilator.elf section `.noinit' will not fit in region `ram'
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: aww_int8_IREE_Verilator.elf section `.noinit' will not fit in region `ram'
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: section .stack VMA [803fc000,803fffff] overlaps section .noinit VMA [80220fc0,80720fbf]
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: region `ram' overflowed by 0 bytes
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: warning: toycar_int8_IREE_Spike.elf has a LOAD segment with RWX permissions
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: section .stack VMA [803fc000,803fffff] overlaps section .noinit VMA [802217c0,807217bf]
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: region `ram' overflowed by 0 bytes
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: warning: toycar_int8_IREE_Verilator.elf has a LOAD segment with RWX permissions
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: section .stack VMA [803fc000,803fffff] overlaps section .noinit VMA [80153fc0,80553fbf]
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: region `ram' overflowed by 0 bytes
/home/efectn/Desktop/vicuna_benchmark/vicuna2_benchmarking/toolchain/GCC/multilib/riscv32-unknown-elf/bin/ld: warning: aww_int8_IREE_Verilator.elf has a LOAD segment with RWX permissions issue.

To fix it the RAM size has been increased
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant