cumm
cumm copied to clipboard
How to enable and correctly build with Cutlass mode in cumm?
Hi, thanks for your excellent work on cumm and spconv.
While exploring the codebase, I noticed that cumm contains references to a cutlass mode option (e.g. via CUTLASS_MODE). However, when I try to enable this mode and compile the code , the build fails due to various template errors or missing specializations.
My Questions
- Is Cutlass mode in cumm still actively supported, or is it experimental/incomplete?
- What is the correct way to enable and build cumm in Cutlass mode?