Dustyn Blasig
Dustyn Blasig
> @d-k-b looks like 17 and 11 are also being mixed at various places in the build: > > https://github.com/NVIDIA/cutlass/blob/main/CMakeLists.txt#L677 https://github.com/NVIDIA/cutlass/blob/main/CUDA.cmake#L308 Good catch, those should probably be updated to 17.
> @d-k-b bumping this @BwL1289 -- thanks for your patience, I need to run additional testing on this internally but bandwidth has been limited this week. I will attempt to...
@BwL1289 -- did you have a chance to verify this? https://github.com/NVIDIA/cutlass/pull/2305#discussion_r2091568446
@BwL1289, removal of the trailing slashes on the `DESTINATION` directory seems like a good idea, but it seems they are necessary still on the ends of the `DIRECTORY` arguments because...
Thanks for the ping, I've been on vacation and have been trying to catch up.
Thanks for fixing that, I had started looking at the clang issues as well. This should go in very soon.
We have fixed a number of Windows / MSVC issues in the past couple months. CUDA 12.8 + CUTLASS 3.7+ should now compile properly. The issue originally seen in this...
> Not to come across as argumentative, but: Not at all, we are all just trying to get this to work 😄 > What can we do when we don't...
@levicki, all of those packages seem fine and are pretty much what I have installed. > Create the build subdirectory in the CUTLASS clone directory Hmm... I think the _Setting...
Do you see the same kernel configuration as your modifications to the example in the cutlass library? The examples are separate from the library/profiler and thus the same kernels may...