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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

鈾伙笍馃敟 Use torch builtin broadcast #873

Merged
merged 1 commit into from
Apr 15, 2022
Merged

Conversation

mberr
Copy link
Member

@mberr mberr commented Apr 14, 2022

fix #716

from #872 it looks like this has only a minor performance improvement, but it reduces custom code which is nice.

trigger ci
@mberr mberr changed the title Use torch builtin broadcast 鈾伙笍馃敟 Use torch builtin broadcast Apr 14, 2022
@mberr mberr requested a review from cthoyt April 14, 2022 16:51
@mberr mberr merged commit 661b0eb into master Apr 15, 2022
@mberr mberr deleted the use-builtin-broadcast branch April 15, 2022 07:35
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.

Replace custom broadcast_cat(...) by cat(broadcast_tensors(...))
2 participants