Updates for CUTLASS 3.5.0 (#1468)

This commit is contained in:
Vijay Thakkar
2024-04-11 21:33:40 -04:00
committed by GitHub
parent a40e08e9d5
commit 7d49e6c7e2
171 changed files with 7526 additions and 1888 deletions
@@ -264,7 +264,6 @@ public :
dim3 block_id = cute::block_id_in_cluster();
auto cluster_size = cute::size(cluster_shape);
static constexpr int MaxClusterSize = 16;
static_assert(cluster_size <= MaxClusterSize, "ERROR : Cluster size too large !" );
// STEP 1 : Use Cute Layout function to generate an optimal dst block-id (0-15)
if (params_.num_consumers % NumThreadsPerWarpGroup == 0) {