theonlyengine commited on
Commit
73f0aed
·
verified ·
1 Parent(s): 366169f

Create .gitmodules

Browse files
Files changed (1) hide show
  1. .gitmodules +6 -0
.gitmodules ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [submodule "csrc/cutlass"]
2
+ path = csrc/cutlass
3
+ url = https://github.com/NVIDIA/cutlass.git
4
+ [submodule "csrc/composable_kernel"]
5
+ path = csrc/composable_kernel
6
+ url = https://github.com/ROCm/composable_kernel.git