Dustyn Blasig
Dustyn Blasig
Please try using `CMAKE_BUILD_TYPE=RelWithDebInfo` which will use `-g -lineinfo` options. CUTLASS kernels need to compile with many complex optimizations to make full use of the hardware and have not been...
Yes, this is a known issue and over time the compiler team makes improvements but getting full debug builds working that doesn't compromise on optimizations is still a work in...
@joerowell, aside from the symbol visibility, if you link against the static libraries does your application function properly? Before spending too much time debugging, I was just curious if this...
@mrakgr, just to understand your setup, are you using the CMake configuration flow built into the IDE? Or are you just using the IDE to view/edit the files but building...
You are in the right spot with that error for clang, but since nvcc doesn't support that error directly, you need to change the code just slightly to only pass...
Thanks for your patience. We had to use a slightly different implementation to get it to work on Windows (hit string length issues). The fix should be in the next...
@thakkarV -- as far as i recall, as @Artem-B mentioned, clang originally did not support wmma properly so we disabled it when adding initial clang support. if it's working now,...
Closing as per the straightforward code changes due to minor API change in 3.4.
@leimingyu , can you ensure the system is configured as shown in the [windows build guide](https://github.com/NVIDIA/cutlass/blob/main/media/docs/build/building_in_windows_with_visual_studio.md#operating-system-settings)? Typically if you see these "file not found" related errors it is a path...