Skip to content

Fix typo in metal command encoder #2471

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

Merged
merged 1 commit into from
Aug 6, 2025
Merged

Fix typo in metal command encoder #2471

merged 1 commit into from
Aug 6, 2025

Conversation

angeloskath
Copy link
Member

Closes #2467 .

Thanks @ethereon for pointing it out!

The encoder is made anew when we commit it so we aren't really leaking anything but the intermediate optimization of removing temps and moving the outputs into the handler is indeed moot given it returns a copy.

@angeloskath angeloskath requested a review from awni August 6, 2025 23:33
Copy link
Member

@awni awni left a comment

Choose a reason for hiding this comment

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

🙏

@angeloskath angeloskath merged commit f2adb56 into main Aug 6, 2025
6 checks passed
@angeloskath angeloskath deleted the fix-typo branch August 6, 2025 23:58
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.

[BUG] CommandEncoder::outputs() returns copy instead of reference
2 participants