You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/10 02:26:57 UTC

[GitHub] [arrow-rs] tustvold opened a new pull request, #3073: Add missing inline to ArrowNativeTypeOp

tustvold opened a new pull request, #3073:
URL: https://github.com/apache/arrow-rs/pull/3073

   # Which issue does this PR close?
   
   <!--
   We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123.
   -->
   
   Closes #.
   
   # Rationale for this change
    
   <!--
   Why are you proposing this change? If this is already explained clearly in the issue then this section is not needed.
   Explaining clearly why changes are proposed helps reviewers understand your changes and offer better suggestions for fixes.
   -->
   
   This is necessary for inlining to work across crate boundaries, which is in turn necessary for the compute kernels to vectorise correctly.
   
   This fixes a significant performance regression introduced by https://github.com/apache/arrow-rs/pull/3018
   
   ```
   neq scalar Float32      time:   [7.3047 µs 7.3067 µs 7.3091 µs]
                           change: [-93.528% -93.515% -93.507%] (p = 0.00 < 0.05)
                           Performance has improved.
   Found 8 outliers among 100 measurements (8.00%)
     7 (7.00%) high mild
     1 (1.00%) high severe
   ```
   
   # What changes are included in this PR?
   
   <!--
   There is no need to duplicate the description in the issue here but it is sometimes worth providing a summary of the individual changes in this PR.
   -->
   
   # Are there any user-facing changes?
   
   
   <!--
   If there are user-facing changes then we may require documentation to be updated before approving the PR.
   -->
   
   <!---
   If there are any breaking changes to public APIs, please add the `breaking change` label.
   -->
   


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


[GitHub] [arrow-rs] ursabot commented on pull request #3073: Add missing inline to ArrowNativeTypeOp

Posted by GitBox <gi...@apache.org>.
ursabot commented on PR #3073:
URL: https://github.com/apache/arrow-rs/pull/3073#issuecomment-1309691922

   Benchmark runs are scheduled for baseline = a0fb44a3ce6e766bc5721542ccea8e62577d565a and contender = 0e97338ba4d1e58ed88927dc230d5eb5fead38c5. 0e97338ba4d1e58ed88927dc230d5eb5fead38c5 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on ec2-t3-xlarge-us-east-2] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/e19bc31509d447e98e8631e14349f192...ef6246611d8a485bb3e504590bc95ced/)
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on test-mac-arm] [test-mac-arm](https://conbench.ursa.dev/compare/runs/a4dd41634a894ea5a5c90d956cb8018a...30181214219f4065a7dbc286051dd002/)
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on ursa-i9-9960x] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/4f25e8a845cb4f0e934ecfa3333685c2...d1f26625d3934d39a8fede302a545165/)
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on ursa-thinkcentre-m75q] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/c15837e1605c428698d1d4246eba62b1...88c8bc8e2c5044c880e9be5d899c6dd5/)
   Buildkite builds:
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
   test-mac-arm: Supported benchmark langs: C++, Python, R
   ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
   ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java
   


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


[GitHub] [arrow-rs] tustvold merged pull request #3073: Add missing inline to ArrowNativeTypeOp

Posted by GitBox <gi...@apache.org>.
tustvold merged PR #3073:
URL: https://github.com/apache/arrow-rs/pull/3073


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