Skip to content

Commit

Permalink
fix: removed csrc from gitignore and add back to gitmodules
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkranias-amd committed Sep 27, 2024
1 parent 745c864 commit 704f976
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,4 @@ var/
venv
.venv
scripts
log
csrc/
csrc/composable_kernel
log
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 704f976

Please sign in to comment.