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

Change memory indexing to use the type as index instead of i8 #57389

Merged
merged 2 commits into from
Feb 19, 2025

Conversation

gbaraldi
Copy link
Member

also add nsw/nuw flags whenever possible.

@KristofferC KristofferC added the backport 1.12 Change should be backported to release-1.12 label Feb 13, 2025
@oscardssmith oscardssmith added performance Must go faster arrays [a, r, r, a, y, s] labels Feb 13, 2025
@oscardssmith
Copy link
Member

for my reference, what are nsw and nuw?

@KristofferC
Copy link
Member

“No Unsigned Wrap” and “No Signed Wrap”

@gbaraldi
Copy link
Member Author

@nanosoldier runbenchmarks(!"scalar", vs=":master")

@nanosoldier
Copy link
Collaborator

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here.

@oscardssmith
Copy link
Member

Well good news bad news. lots of massive improvements, but an almost equal number of very real regressions.

@KristofferC KristofferC mentioned this pull request Feb 14, 2025
31 tasks
@gbaraldi gbaraldi added the merge me PR is reviewed. Merge when all tests are passing label Feb 18, 2025
@gbaraldi gbaraldi merged commit b9a8d46 into master Feb 19, 2025
6 of 8 checks passed
@gbaraldi gbaraldi deleted the gb/memory-fun branch February 19, 2025 15:58
@oscardssmith oscardssmith restored the gb/memory-fun branch February 19, 2025 18:11
@oscardssmith oscardssmith removed the merge me PR is reviewed. Merge when all tests are passing label Feb 19, 2025
vtjnash referenced this pull request Feb 21, 2025
…57471)

The buffer may end up reallocated by the additional writes performed to
it in this function.
KristofferC pushed a commit that referenced this pull request Feb 21, 2025
also add nsw/nuw flags whenever possible.

(cherry picked from commit b9a8d46)
Zentrik added a commit to Zentrik/julia that referenced this pull request Feb 24, 2025
Zentrik added a commit to Zentrik/julia that referenced this pull request Feb 24, 2025
giordano pushed a commit to Zentrik/julia that referenced this pull request Feb 25, 2025
giordano pushed a commit to Zentrik/julia that referenced this pull request Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrays [a, r, r, a, y, s] backport 1.12 Change should be backported to release-1.12 performance Must go faster
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants