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

[windows] find processor topology info #192

Merged
merged 1 commit into from
May 31, 2020
Merged

Conversation

jaypipes
Copy link
Owner

Adds a ghw.TopologyInfo implementation for Windows that uses the
Win32 GetLogicalProcessorInformation API call. This first batch simply
implements NUMA node construction for each identified NUMA node in the
returned logical processor information struct array. Next patches will
implement the cache discovery mechanisms.

Issue #166

Adds a `ghw.TopologyInfo` implementation for Windows that uses the
Win32 GetLogicalProcessorInformation API call. This first batch simply
implements NUMA node construction for each identified NUMA node in the
returned logical processor information struct array. Next patches will
implement the cache discovery mechanisms.

Issue #166
@jaypipes jaypipes merged commit 2452c9a into master May 31, 2020
@jaypipes jaypipes deleted the win-numa-topology branch February 2, 2021 12:26
@jaypipes jaypipes restored the win-numa-topology branch February 2, 2021 12:26
@jaypipes jaypipes deleted the win-numa-topology branch February 2, 2021 12:27
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