mbutrovich commented on issue #1598: URL: https://github.com/apache/datafusion-comet/issues/1598#issuecomment-2776011568
A release build will by default set target-cpu=native: https://github.com/apache/datafusion-comet/blob/c5e78b6b59778f0429f0fc8157c6a959bfd9d4c3/Makefile#L101 which in your case will likely generate instructions that won’t run on that Broadwell CPU (hence the SIGILL). You could try modifying the Makefile for the release profile to specify “broadwell” and see if the issue goes away. You’re giving up some performance though by only generating instructions for the lowest common denominator in your fleet. If possible, maybe you could just orchestrate the “broadwell” build for use just on those machines? -- 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-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org