Hi All, beginner here.
I can build CUTLASS and run the profiler and examples (Visual Studio 2019). But, when it comes to using CUTLASS within other applications, have fallen at the first hurdle [0].
I see errors like:
C:…\cutlass\include\cutlass\platform\platform.h(576): error C2065: ‘int4’: undeclared identifier
I suspect the fundamental problem is I don’t know what needs to be in CMakeLists.txt. (I have tried to cherry-pick from the CUTLASS repo’s various CMakeLists, but without luck).
Can anyone suggest a minimal CMakeLists.txt sufficient to compile [0]?
Thanks!
Gary