cumm icon indicating copy to clipboard operation
cumm copied to clipboard

How to enable and correctly build with Cutlass mode in cumm?

Open NotUr77 opened this issue 6 months ago • 0 comments

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

  1. Is Cutlass mode in cumm still actively supported, or is it experimental/incomplete?
  2. What is the correct way to enable and build cumm in Cutlass mode?

NotUr77 avatar Jun 06 '25 09:06 NotUr77