Skip to content

Commit 1c19a5c

Browse files
jwfrommfacebook-github-bot
authored andcommitted
Minor Cutlass change to fix CI (pytorch#863)
Summary: Pull Request resolved: facebookresearch/FBGEMM#863 In the ongoing saga of updating cutlass to version 3.8V2, there remains a minor bug in the OSS main branch that is causing build failures in OSS CI. This small diff moves our cutlass dependency back to my fork which tracks cutlass main but with the fix added. Hopefully this resolves the GPU build issues we're currently seeing. X-link: pytorch#3779 Reviewed By: q10 Differential Revision: D70734697 Pulled By: jwfromm fbshipit-source-id: 0a22c426cfeaffa70725d80dacaf69d9f9e43fc1
1 parent ba4e5e2 commit 1c19a5c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitmodules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
# Go back to main cutlass when possible.
1515
[submodule "external/cutlass"]
1616
path = external/cutlass
17-
url = https://github.com/NVIDIA/cutlass
17+
url = https://github.com/jwfromm/cutlass
18+
branch = FBGEMM
1819
[submodule "external/json"]
1920
path = external/json
2021
url = https://github.com/nlohmann/json.git

0 commit comments

Comments
 (0)