From d33cbb7e5857da4cf4023ecfac2706ffbd0c76b6 Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Sun, 19 Jan 2025 15:51:27 +0800 Subject: [PATCH] remove cub and add cccl (#2976) --- .gitmodules | 6 +++--- sgl-kernel/3rdparty/cccl | 1 + sgl-kernel/3rdparty/cub | 1 - 3 files changed, 4 insertions(+), 4 deletions(-) create mode 160000 sgl-kernel/3rdparty/cccl delete mode 160000 sgl-kernel/3rdparty/cub diff --git a/.gitmodules b/.gitmodules index c588176e7..c584a21e8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "sgl-kernel/3rdparty/cutlass"] path = sgl-kernel/3rdparty/cutlass url = https://github.com/NVIDIA/cutlass.git -[submodule "sgl-kernel/3rdparty/cub"] - path = sgl-kernel/3rdparty/cub - url = https://github.com/NVIDIA/cub.git +[submodule "sgl-kernel/3rdparty/cccl"] + path = sgl-kernel/3rdparty/cccl + url = https://github.com/NVIDIA/cccl.git diff --git a/sgl-kernel/3rdparty/cccl b/sgl-kernel/3rdparty/cccl new file mode 160000 index 000000000..b5fe509fd --- /dev/null +++ b/sgl-kernel/3rdparty/cccl @@ -0,0 +1 @@ +Subproject commit b5fe509fd11a925f90d6495176707cc1184eed9d diff --git a/sgl-kernel/3rdparty/cub b/sgl-kernel/3rdparty/cub deleted file mode 160000 index 0fc3c3701..000000000 --- a/sgl-kernel/3rdparty/cub +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0fc3c3701632a4be906765b73be20a9ad0da603d