Files
custom_flashinfer/.gitmodules
Zihao Ye 979bb6ce22 ci: setup pre-commit (#584)
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>
2024-11-04 23:56:16 -08:00

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