pytorch / cpuinfo

CPU INFOrmation library (x86/x86-64/ARM/ARM64, Linux/Windows/Android/macOS/iOS)
BSD 2-Clause "Simplified" License
990 stars 310 forks source link

Add profiles for Microsoft Windows Dev Kit 2023 and Ampere Altra #144

Closed Blackhex closed 1 year ago

Blackhex commented 1 year ago

After this change all unit tests pass on those two devices. Also fixes bug of reading past of Cache.GroupMasks of PSYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX structure.

Blackhex commented 1 year ago

Thank you! A couple of minor changes and the PR is ready to merge

Code style fixes included, sorry for the delay in addressing them.