PHILO-HE commented on issue #8469: URL: https://github.com/apache/incubator-gluten/issues/8469#issuecomment-2582118056
@rajatma1993, frankly speaking, we have not tested the perf. difference between avx enabled and disabled. There are some native libs that have been optimized with avx, like simdjson lib which is used in native engine. I believe the avx related flag setting for compiler can bring perf. gain to some extent. And we even recommend user to set `-march=native` to make binary code fully optimized by compiler on user's cpu architecture. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
