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

getCpuName() working properly only on x86 cpus #2380

Open
AdrianoDee opened this issue Sep 10, 2024 · 0 comments
Open

getCpuName() working properly only on x86 cpus #2380

AdrianoDee opened this issue Sep 10, 2024 · 0 comments

Comments

@AdrianoDee
Copy link

While running a CMS wfs on ARM I noticed that the CPU informations are not available

%MSG-i ThreadStreamSetup:  (NoModuleName) 10-Sep-2024 12:41:38 CEST pre-events
setting # threads 8
setting # streams 1
%MSG
%MSG-i AlpakaService:  (NoModuleName) 10-Sep-2024 12:41:39 CEST pre-events
AlpakaServiceSerialSync succesfully initialised.
Found 1 device:
  - <unknown: CPU>
%MSG

and it's related to how getCpuName() is implemented (for x86 only if I understand well). In general I think it would be nice to have this expanded to other architectures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants