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
When using the latest cutlass commit (389e493), it looks like the build is currently broken with the error that CU_TENSOR_MAP_DATA_TYPE_16U6_ALIGN16B is not defined.
Not sure why this is not performed automatically with a git clone with submodules. IMO there should be individual versions off cutlass being used if you point cargo to this repo.
Hey @michaelfeil!
When using the latest cutlass commit (389e493), it looks like the build is currently broken with the error that
CU_TENSOR_MAP_DATA_TYPE_16U6_ALIGN16B
is not defined.I found this issue (NVIDIA/cutlass#2065) which seems to mention it.
Thought I'd raise this here for anyone else who runs into the same problem.
The text was updated successfully, but these errors were encountered: