-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] CUTE SGEMM Example Doesn't Compile #1854
Comments
Can you please include your version and toolchain info and repro steps? |
Sure. I'm using the main branch of CUTLASS and have created a repo with instructions to reproduce the issue: https://github.com/abhishekvijeev/cute_gemm_test/tree/main Here's the output of
Please let me know if any additional information is needed. Thanks! |
Your cmake setup is incorrect. You need to add the cutlass dir as a subdir in your cmake config |
Ah I see, thank you! |
Hi, I added the cutlass directory as a subdirectory using Thanks! |
Oddly enough, using |
Hi,
The CUTE example in
examples/cute/tutorial/sgemm_1.cu
doesn't compile. I receive the following error:Has CUTE's API changed such that the placeholder
X
no longer works?Thanks!
The text was updated successfully, but these errors were encountered: