diff --git a/.gitignore b/.gitignore index 227427c71..6c304dc1d 100755 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,4 @@ var/ venv .venv scripts -log -csrc/ -csrc/composable_kernel \ No newline at end of file +log \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index 8d501cb19..e9fedd13a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,7 @@ [submodule "csrc/cutlass"] path = csrc/cutlass url = https://github.com/NVIDIA/cutlass.git +[submodule "csrc/composable_kernel"] + path = csrc/composable_kernel + url = https://github.com/ROCm/composable_kernel.git + \ No newline at end of file