mirror of
https://github.com/kvcache-ai/custom_flashinfer.git
synced 2026-06-29 18:57:09 +00:00
As requested in https://github.com/flashinfer-ai/flashinfer/issues/506#issuecomment-2375724771, this PR setup pre-commit for flashinfer. Co-authored-by: Yixin Dong <ubospica@gmail.com>
19 lines
645 B
Plaintext
19 lines
645 B
Plaintext
[submodule "3rdparty/nvbench"]
|
|
path = 3rdparty/nvbench
|
|
url = https://github.com/NVIDIA/nvbench.git
|
|
[submodule "3rdparty/googletest"]
|
|
path = 3rdparty/googletest
|
|
url = https://github.com/google/googletest.git
|
|
[submodule "3rdparty/mscclpp"]
|
|
path = 3rdparty/mscclpp
|
|
url = https://github.com/microsoft/mscclpp.git
|
|
[submodule "3rdparty/cutlass"]
|
|
path = 3rdparty/cutlass
|
|
url = https://github.com/NVIDIA/cutlass.git
|
|
[submodule "3rdparty/composable_kernels"]
|
|
path = 3rdparty/composable_kernels
|
|
url = https://github.com/ROCm/composable_kernel.git
|
|
[submodule "3rdparty/spdlog"]
|
|
path = 3rdparty/spdlog
|
|
url = https://github.com/gabime/spdlog.git
|