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

[stdlib] Add unit tests for SIMD add, radd and iadd operations #2611

Closed
wants to merge 1 commit into from

Conversation

peymanbr
Copy link

Add unit tests for the __add__(), __radd__(), and __iadd__() methods.

Add unit tests for the `__add__()`, `__radd__()`, and `__iadd__()`
methods.

Signed-off-by: Peyman Barazandeh <peymanb@gmail.com>
@peymanbr peymanbr requested a review from a team as a code owner May 10, 2024 15:10
Copy link
Contributor

@laszlokindrat laszlokindrat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesoem, thanks for adding these!

@modularbot
Copy link
Collaborator

✅🟣 This contribution has been merged 🟣✅

Your pull request has been merged to the internal upstream Mojo sources. It will be reflected here in the Mojo repository on the nightly branch during the next Mojo nightly release, typically within the next 24-48 hours.

We use Copybara to merge external contributions, click here to learn more.

@modularbot modularbot added merged-internally Indicates that this pull request has been merged internally merged-externally Merged externally in public mojo repo labels May 14, 2024
@modularbot
Copy link
Collaborator

Landed in 9f5cae6! Thank you for your contribution 🎉

modularbot pushed a commit that referenced this pull request May 15, 2024
…ions (#39931)

Add unit tests for the `__add__()`, `__radd__()`, and `__iadd__()`
methods.

Co-authored-by: Peyman Barazandeh <peymanb@gmail.com>
Closes #2611
MODULAR_ORIG_COMMIT_REV_ID: b1616eedeb11b99a9e8f62df6f58cd708c587d78
@modularbot modularbot closed this May 15, 2024
rd4com pushed a commit to rd4com/mojo_branch that referenced this pull request May 15, 2024
…ions (#39931)

Add unit tests for the `__add__()`, `__radd__()`, and `__iadd__()`
methods.

Co-authored-by: Peyman Barazandeh <peymanb@gmail.com>
Closes modularml#2611
MODULAR_ORIG_COMMIT_REV_ID: b1616eedeb11b99a9e8f62df6f58cd708c587d78

Signed-off-by: rd4com <144297616+rd4com@users.noreply.github.com>
@peymanbr peymanbr deleted the unit_tests_for_add branch May 15, 2024 17:00
msaelices pushed a commit to msaelices/mojo that referenced this pull request May 15, 2024
…ions (#39931)

Add unit tests for the `__add__()`, `__radd__()`, and `__iadd__()`
methods.

Co-authored-by: Peyman Barazandeh <peymanb@gmail.com>
Closes modularml#2611
MODULAR_ORIG_COMMIT_REV_ID: b1616eedeb11b99a9e8f62df6f58cd708c587d78
lsh pushed a commit to lsh/mojo that referenced this pull request May 17, 2024
…ions (#39931)

Add unit tests for the `__add__()`, `__radd__()`, and `__iadd__()`
methods.

Co-authored-by: Peyman Barazandeh <peymanb@gmail.com>
Closes modularml#2611
MODULAR_ORIG_COMMIT_REV_ID: b1616eedeb11b99a9e8f62df6f58cd708c587d78

Signed-off-by: Lukas Hermann <lukashermann28@gmail.com>
msaelices pushed a commit to msaelices/mojo that referenced this pull request May 18, 2024
…ions (#39931)

Add unit tests for the `__add__()`, `__radd__()`, and `__iadd__()`
methods.

Co-authored-by: Peyman Barazandeh <peymanb@gmail.com>
Closes modularml#2611
MODULAR_ORIG_COMMIT_REV_ID: b1616eedeb11b99a9e8f62df6f58cd708c587d78
martinvuyk pushed a commit to martinvuyk/mojo that referenced this pull request May 24, 2024
…ions (#39931)

Add unit tests for the `__add__()`, `__radd__()`, and `__iadd__()`
methods.

Co-authored-by: Peyman Barazandeh <peymanb@gmail.com>
Closes modularml#2611
MODULAR_ORIG_COMMIT_REV_ID: b1616eedeb11b99a9e8f62df6f58cd708c587d78
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-externally Merged externally in public mojo repo merged-internally Indicates that this pull request has been merged internally
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants