-
The question is specifically about this code snippet: cutlass/include/cute/tensor.hpp Lines 110 to 113 in ffa34e7 But I do also see Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
thakkarV
Mar 21, 2024
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usually they are the same but there are cases where they need not be. Value type is the logical value the tensor stores. Element type is the underlying physical storage for it.