Skip to content

Commit

Permalink
Add CUTLASS submodule (pytorch#1580)
Browse files Browse the repository at this point in the history
Summary:
- Add git submodule for NVIDIA CUTLASS as part of T143761882

Pull Request resolved: pytorch#1580

Reviewed By: sryap

Differential Revision: D43031333

Pulled By: q10

fbshipit-source-id: 57c0349bad4c68665e1d0db30fd40e51bc2ecde6
  • Loading branch information
q10 authored and facebook-github-bot committed Feb 5, 2023
1 parent 7571015 commit c4c33eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
[submodule "third_party/hipify_torch"]
path = third_party/hipify_torch
url = https://github.com/ROCmSoftwarePlatform/hipify_torch.git
[submodule "third_party/cutlass"]
path = third_party/cutlass
url = https://github.com/NVIDIA/cutlass.git
1 change: 1 addition & 0 deletions third_party/cutlass
Submodule cutlass added at fc9ebc

0 comments on commit c4c33eb

Please sign in to comment.