Skip to content

Insert trailing 1s instead of leading before broadcasting#91

Open
AntonOresten wants to merge 1 commit intoJuliaGPU:mainfrom
AntonOresten:broadcast-trailing
Open

Insert trailing 1s instead of leading before broadcasting#91
AntonOresten wants to merge 1 commit intoJuliaGPU:mainfrom
AntonOresten:broadcast-trailing

Conversation

@AntonOresten
Copy link
Contributor

The reshape that inserts singletons before a broadcasting of two tiles with shapes of different dimensionality, e.g. (n,) and (n, m) now turns the former into (n, 1) instead of (1, n) (previous behavior).

@AntonOresten AntonOresten changed the title Insert trailing 1s instead of leading when broadcasting Insert trailing 1s instead of leading before broadcasting Feb 21, 2026
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.

1 participant