You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "assignUser (via GitHub)" <gi...@apache.org> on 2023/02/22 01:49:49 UTC

[GitHub] [arrow] assignUser commented on issue #34277: [Python] pyarrow does not disable SIMD CPU optimizations when set to do so.

assignUser commented on issue #34277:
URL: https://github.com/apache/arrow/issues/34277#issuecomment-1439323741

   The issue I see above is that you try to build pyarrow from main (12.0.0) with the 11.0.0 C++ libarrow which is likely the cause for the issues due to changes on main that diverged from the 11.0.0 library thus being incompatible. 
   
   Regarding the SIMD level you will have to build C++ libarrow from source as well for the switch to work **but** as you mentioned popcnt is required regardless of SIMD level which means that the fix for this would be #23013


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org