Skip to content
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

Sync portable-simd to 2023 May 10 #111475

Merged
merged 92 commits into from
May 12, 2023

Conversation

workingjubilee
Copy link
Member

Take 2.

r? @ghost

thomcc and others added 30 commits July 21, 2022 14:53
…k layout

This makes it more clear that you can't rely on the layout of these,
which seems worth doing given that the names vaguely suggest that you can
(and the docs only clarify that you can't on Mask but not the maskNxM aliases).
make some Miri backtraces more pretty
Fix interleave/deinterleave for vectors with only one lane
add all_lane_counts feature to enable non-power-of-2 lane counts <= 64
couldn't run the `hellosimd` without it 🤷🏾
Co-authored-by: Jacob Lifshay <programmerjake@gmail.com>
Specify aliases in one place, and make it more uniform which are defined
@bors
Copy link
Contributor

bors commented May 11, 2023

📌 Commit de858e7 has been approved by workingjubilee

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented May 11, 2023

🌲 The tree is currently closed for pull requests below priority 100. This pull request will be tested once the tree is reopened.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels May 11, 2023
@workingjubilee
Copy link
Member Author

@bors p=101

@bors
Copy link
Contributor

bors commented May 11, 2023

⌛ Testing commit de858e7 with merge c5f6f5892836916d1778cdae4ef9d0c87ab16693...

@rust-log-analyzer

This comment has been minimized.

@bors
Copy link
Contributor

bors commented May 11, 2023

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels May 11, 2023
@workingjubilee
Copy link
Member Author

Ah right.

@workingjubilee
Copy link
Member Author

@bors r+

@bors
Copy link
Contributor

bors commented May 12, 2023

📌 Commit e4cecc1 has been approved by workingjubilee

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels May 12, 2023
@bors
Copy link
Contributor

bors commented May 12, 2023

⌛ Testing commit e4cecc1 with merge 26e0c57...

@compiler-errors
Copy link
Member

@bors p=1 (tree is open, bumping priority to a normal value in case it fails again and needs to be retried)

@bors
Copy link
Contributor

bors commented May 12, 2023

☀️ Test successful - checks-actions
Approved by: workingjubilee
Pushing 26e0c57 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label May 12, 2023
@bors bors merged commit 26e0c57 into rust-lang:master May 12, 2023
@rustbot rustbot added this to the 1.71.0 milestone May 12, 2023
@rust-timer
Copy link
Collaborator

Finished benchmarking commit (26e0c57): comparison URL.

Overall result: no relevant changes - no action needed

@rustbot label: -perf-regression

Instruction count

This benchmark run did not return any relevant results for this metric.

Max RSS (memory usage)

Results

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
2.3% [0.5%, 4.1%] 2
Regressions ❌
(secondary)
2.7% [2.7%, 2.7%] 1
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-2.9% [-4.7%, -1.6%] 5
All ❌✅ (primary) 2.3% [0.5%, 4.1%] 2

Cycles

This benchmark run did not return any relevant results for this metric.

Binary size

This benchmark run did not return any relevant results for this metric.

Bootstrap: 661.63s -> 660.274s (-0.20%)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.