-
Notifications
You must be signed in to change notification settings - Fork 1.1k
enhance: test block transpose #9255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
run benchmark arrow_reader |
|
🤖 |
|
🤖: Benchmark completed Details
|
|
not helpful across the board |
|
Last time I looked, the compiler was surprisingly good at auto-vectorizing that code. So the manual loop-unrolling should not be needed, and the additional code maybe throws off some optimization heuristic. |
Which issue does this PR close?
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?