You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that CUTLASS includes checks for whether ElementC is void. I'm unsure how to set ElementC as void naturally. When I directly set ElementC = void, it causes errors because I can't create an empty cutlass::DeviceAllocation. For example, in Example 49, I couldn't directly set ElementC = void. Could you please guide me on how to handle this properly?
The text was updated successfully, but these errors were encountered:
I noticed that CUTLASS includes checks for whether ElementC is void. I'm unsure how to set ElementC as void naturally. When I directly set ElementC = void, it causes errors because I can't create an empty cutlass::DeviceAllocation. For example, in Example 49, I couldn't directly set ElementC = void. Could you please guide me on how to handle this properly?
The text was updated successfully, but these errors were encountered: