-
Notifications
You must be signed in to change notification settings - Fork 96
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] cmake_sample_project
cannot build when setting MATX_EN_CUTLASS=ON
#590
Comments
Hi @lucifer1004, CUTLASS hasn't been tested since 3.x was released due to the long compile times. Is there a reason you're trying to use CUTLASS? Currently we use cuBLASLt as the GEMM backend. |
Thank you for the quick reply. I am just trying this project and testing each compile option. I do not necessarily need to use CUTLASS. |
Thanks. We will remove it as an option since it's not used currently. If you see any functionality missing please let us know. Also let me know if it's okay to close this |
I just found it was the same case with Error message:
|
This appears to be a different issue. What compiler are you using? |
OK, then I'll close this issue and open a new one for that. |
Describe the Bug
See the title.
To Reproduce
Build
cmake_sample_project
withMATX_EN_CUTLASS=ON
:The compiler would complain about missing
cutlass
headers:There seems to be some issue with MatX's
CMakeLists.txt
, which does not handle the inclusion ofcutlass
headers correctly.Expected Behavior
Build should work.
The text was updated successfully, but these errors were encountered: