Update Cutlass in sgl-kernel to v4.1 (#8392)

This commit is contained in:
Baizhou Zhang
2025-07-27 00:36:15 -07:00
committed by GitHub
parent 85486b6f6f
commit 91e3d1542e
2 changed files with 1 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ include(FetchContent)
FetchContent_Declare(
repo-cutlass
GIT_REPOSITORY https://github.com/NVIDIA/cutlass
GIT_TAG f115c3f85467d5d9619119d1dbeb9c03c3d73864
GIT_TAG 664c4f7b3ed1959414905025728eef5568209479
GIT_SHALLOW OFF
)
FetchContent_Populate(repo-cutlass)

View File

@@ -36,7 +36,6 @@
#include "cute/arch/copy_sm90.hpp"
#include "cute/atom/mma_atom.hpp"
#include "cute/numeric/arithmetic_tuple.hpp"
#include "cute/tensor_predicate.hpp"
#include "cutlass/cuda_host_adapter.hpp"
#include "cutlass/cutlass.h"
#include "cutlass/gemm/dispatch_policy.hpp"