Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more than 64 cores #16

Open
olivierpierre opened this issue Mar 19, 2021 · 0 comments
Open

Support more than 64 cores #16

olivierpierre opened this issue Mar 19, 2021 · 0 comments

Comments

@olivierpierre
Copy link
Collaborator

olivierpierre commented Mar 19, 2021

OMP benchmarks fail when the number of cores supported is increased above 64. This can be done when configuring the kernel with cmake:

cmake -DMAX_CORES=128 <path to the kernel sources>

An example of benchmark that fails is bots' nqueens.

It looks like the kernel does not fit anymore below 0x400000:

[0.000][0:0][INFO] vma_init: reserve vma region 0x200000 - 0x600000
[0.000][0:0][WARNING] Failed to initialize VMA regions: -22
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

No branches or pull requests

1 participant