Recently I build cutlass on my windows pc, and I follow the insturction of quick start guide, but I still can't build cutlass_profiler.
Machine information
Edition Windows 11 Home
Version 22H2
Installed on 12/5/2022
OS build 22621.1555
Experience Windows Feature Experience Pack 1000.22640.1000.0
(base) PS D:\Li\github\cutlass\build> cmake --version
cmake version 3.25.2
CMake suite maintained and supported by Kitware (kitware.com/cmake).
(base) PS D:\Li\github\cutlass\build> gcc --version
gcc.exe (MinGW.org GCC Build-2) 9.2.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
cuda toolkit version: v12.1
It's seens build successfully, then I use visual studio 2022 to open cutlass\build\ALL_BUILD.vcxproj
Although I can compile and build examples\00_basic_gemm successfully, and run with a passed result, but I still can't build cutlass_profiler, the error as follow:
I know cutlass plan to add Windows (MSVC) & Clang compiler support soon.
but could we have some method to compile and build cutlass profiler for now?
Thanks for your contibution and hard work.
Hi,
Brief description
Recently I build cutlass on my windows pc, and I follow the insturction of quick start guide, but I still can't build cutlass_profiler.
Machine information
I did following step
It's seens build successfully, then I use visual studio 2022 to open cutlass\build\ALL_BUILD.vcxproj
I know cutlass plan to add Windows (MSVC) & Clang compiler support soon.
but could we have some method to compile and build cutlass profiler for now? Thanks for your contibution and hard work.