nevi-me commented on pull request #8665:
URL: https://github.com/apache/arrow/pull/8665#issuecomment-727574928


   > So the person who enables `avx512` should use avx512 feature or fallback 
to autovec. Not need to bring packed_simd or something else to do fallback.
   
   Okay, great. For tracking purposes, once we find a resolution to the CI 
question; we should open an umbrella JIRA to implement `avx512` for other 
`simd` equivalents. I'm assuming that's your plan?
   
   I'm trying CI again at https://github.com/nevi-me/arrow/runs/1402675547 with 
simd and avx512 running separately:
   
   ```sh
   # run unit tests with non-default features on
   pushd arrow
   cargo test --features "simd"
   cargo test --features "avx512"
   popd
   ```


----------------------------------------------------------------
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.

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


Reply via email to