[ 
https://issues.apache.org/jira/browse/IMPALA-12118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18061183#comment-18061183
 ] 

Joe McDonnell commented on IMPALA-12118:
----------------------------------------

This toolchain change added pytorch cpuinfo to the toolchain:
{noformat}
commit ef84300f12aac0fff479085d5b3600cb36bb6873
Author: Joe McDonnell <[email protected]>
Date:   Mon Feb 2 15:13:24 2026 -0800    IMPALA-12118: Add pytorch cpuinfo
    
    This adds the latest commit of pytorch cpuinfo. This can be
    used to add CPU model detection for ARM.
    
    Change-Id: Idc154789103965f1b90401a3883188744d9bdb6c
    Reviewed-on: http://gerrit.cloudera.org:8080/23974
    Reviewed-by: Michael Smith <[email protected]>
    Tested-by: Joe McDonnell <[email protected]>
{noformat}

> Consider using pytorch cpuinfo library for CPU detection / logging
> ------------------------------------------------------------------
>
>                 Key: IMPALA-12118
>                 URL: https://issues.apache.org/jira/browse/IMPALA-12118
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Backend
>    Affects Versions: Impala 4.3.0
>            Reporter: Joe McDonnell
>            Assignee: Michael Smith
>            Priority: Major
>              Labels: arm
>
> 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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to