Skip to content

Suggestion for fix of issue about CPUs with 128 threads#47

Open
zubankov wants to merge 2 commits intoEntityFX:masterfrom
zubankov:master
Open

Suggestion for fix of issue about CPUs with 128 threads#47
zubankov wants to merge 2 commits intoEntityFX:masterfrom
zubankov:master

Conversation

@zubankov
Copy link

@zubankov zubankov commented Feb 6, 2026

It should fix issue #46 #46 , as I tested on our 2 CPUs Loongson 3C6000/D with total 128 threads.

I'm not sure if these are all the changes that are needed, because I additionally applied changes to make it works (due to small amount of time on this CPUs) :

From https://github.com/EntityFX/anybench/blob/master/src/benchmarks/generic/mpmflops/mpmflops.c#L184 to:
if (threads > 200) threads = 64;
From https://github.com/EntityFX/anybench/blob/master/src/benchmarks/generic/mpmflops/mpmflops.c#L202 to:
if (param01 == 0) threads = 64;

@zubankov
Copy link
Author

zubankov commented Feb 6, 2026

It may be necessary to increase limit more for further processors with 256 threads, which will be available in the near future?

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