We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
OMP benchmarks fail when the number of cores supported is increased above 64. This can be done when configuring the kernel with cmake:
An example of benchmark that fails is bots' nqueens.
It looks like the kernel does not fit anymore below 0x400000:
The text was updated successfully, but these errors were encountered: