Details
Description
The code in be/src/util/cpu-info.h/.cc provides information about the CPU that we run on, along with NUMA configurations, cache sizes, etc.
Pytorch's cpuinfo package seems to cover most of what we want to do across a much broader set of processors / architectures. It has a compatible license. See https://github.com/pytorch/cpuinfo
We should see if this is useful for our cpu detection code.
Attachments
Attachments
Issue Links
- is related to
-
IMPALA-12191 Add hardware and OS details to runtime profile
- Open
- relates to
-
IMPALA-12353 Support Impala on ARM
- Resolved