junrushao1994 commented on a change in pull request #9261:
URL: https://github.com/apache/tvm/pull/9261#discussion_r727471927
##########
File path: .gitmodules
##########
@@ -13,3 +13,6 @@
[submodule "3rdparty/libbacktrace"]
path = 3rdparty/libbacktrace
url = https://github.com/tlc-pack/libbacktrace.git
+[submodule "cutlass_profiler/cutlass"]
+ path = cutlass_profiler/cutlass
+ url = [email protected]:NVIDIA/cutlass.git
Review comment:
Use https btw
```suggestion
[submodule "cutlass_profiler/cutlass"]
path = cutlass_profiler/cutlass
url = https://github.com/NVIDIA/cutlass.git
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]