Unverified Commit 91e3d154 authored by Baizhou Zhang's avatar Baizhou Zhang Committed by GitHub
Browse files

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

parent 85486b6f
...@@ -45,7 +45,7 @@ include(FetchContent) ...@@ -45,7 +45,7 @@ include(FetchContent)
FetchContent_Declare( FetchContent_Declare(
repo-cutlass repo-cutlass
GIT_REPOSITORY https://github.com/NVIDIA/cutlass GIT_REPOSITORY https://github.com/NVIDIA/cutlass
GIT_TAG f115c3f85467d5d9619119d1dbeb9c03c3d73864 GIT_TAG 664c4f7b3ed1959414905025728eef5568209479
GIT_SHALLOW OFF GIT_SHALLOW OFF
) )
FetchContent_Populate(repo-cutlass) FetchContent_Populate(repo-cutlass)
......
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
#include "cute/arch/copy_sm90.hpp" #include "cute/arch/copy_sm90.hpp"
#include "cute/atom/mma_atom.hpp" #include "cute/atom/mma_atom.hpp"
#include "cute/numeric/arithmetic_tuple.hpp" #include "cute/numeric/arithmetic_tuple.hpp"
#include "cute/tensor_predicate.hpp"
#include "cutlass/cuda_host_adapter.hpp" #include "cutlass/cuda_host_adapter.hpp"
#include "cutlass/cutlass.h" #include "cutlass/cutlass.h"
#include "cutlass/gemm/dispatch_policy.hpp" #include "cutlass/gemm/dispatch_policy.hpp"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment