Replies: 1 comment
-
I think you can manually extract the shape and stride from layouts to do the concatenate. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In CuTe C++, we could concatenate layouts using
make_layout
. In CuTe DSL Python, however, it seems thatmake_layout
can only construct layouts from shape and stride.Beta Was this translation helpful? Give feedback.
All reactions