increase ram size - #1
Open
efectn wants to merge 1 commit into
Open
Conversation
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
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some IREE tests like toycar requires nearly 6MB of VMFB file and it causes
To fix it the RAM size has been increased