Skip to content

Adds missing reverse mode pullback for the vector - #1882

Merged
vgvassilev merged 1 commit into
vgvassilev:masterfrom
Vedant2005goyal:stl_fix
Jul 26, 2026
Merged

Adds missing reverse mode pullback for the vector #1882
vgvassilev merged 1 commit into
vgvassilev:masterfrom
Vedant2005goyal:stl_fix

Conversation

@Vedant2005goyal

@Vedant2005goyal Vedant2005goyal commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

This PR adds the missing reverse-mode pullback for basic std::vector initialization.
Example:

std::vector<int> vec(size);
std::vector<int> vec1(size,allocated);

@github-actions

Copy link
Copy Markdown
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@codecov

codecov Bot commented Jul 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions

Copy link
Copy Markdown
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@github-actions

Copy link
Copy Markdown
Contributor

clang-tidy review says "All clean, LGTM! 👍"

…or initializations. Example:- std::vector<int> v(size);
@github-actions

Copy link
Copy Markdown
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@vgvassilev vgvassilev left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

LGTM!

@vgvassilev
vgvassilev merged commit e46a055 into vgvassilev:master Jul 26, 2026
40 checks passed
@Vedant2005goyal
Vedant2005goyal deleted the stl_fix branch July 27, 2026 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants