You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Krisztian Szucs (Jira)" <ji...@apache.org> on 2021/12/08 11:03:00 UTC

[jira] [Resolved] (ARROW-15004) [Dev][Archery] Arm NEON disabled in C++ benchmark

     [ https://issues.apache.org/jira/browse/ARROW-15004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Krisztian Szucs resolved ARROW-15004.
-------------------------------------
    Fix Version/s: 7.0.0
       Resolution: Fixed

Issue resolved by pull request 11895
[https://github.com/apache/arrow/pull/11895]

> [Dev][Archery] Arm NEON disabled in C++ benchmark
> -------------------------------------------------
>
>                 Key: ARROW-15004
>                 URL: https://issues.apache.org/jira/browse/ARROW-15004
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, Developer Tools
>            Reporter: Yibo Cai
>            Assignee: Yibo Cai
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 7.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> I find NEON code is always skipped by {{archery benchmark ...}} even if run on Arm machines.
> It's because ARROW_SIMD_LEVEL is fixed to SSE4_2 in archery:
> https://github.com/apache/arrow/blob/master/dev/archery/archery/lang/cpp.py#L245
> We should use "DEFAULT" simd level which is added in a recent pr to address different archs.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)