Skip to content

Commit ee9f706

Browse files
authored
[misc] Add hgemm-tensorcores-mma submodule✔️ (#246)
* Automated submodule update * Automated submodule update * [submodule] add hgemm-tensorcores-mma submodule
1 parent 033a9f4 commit ee9f706

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

.gitmodules

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[submodule "third-party/cutlass"]
22
path = third-party/cutlass
33
url = https://github.com/NVIDIA/cutlass.git
4-
tag = v3.5.1
54
[submodule "ffpa-attn-mma"]
65
path = ffpa-attn-mma
76
url = https://github.com/DefTruth/ffpa-attn-mma.git
7+
[submodule "hgemm-tensorcores-mma"]
8+
path = hgemm-tensorcores-mma
9+
url = https://github.com/DefTruth/hgemm-tensorcores-mma.git

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,5 +599,6 @@ How to contribute? Star this repo or check [🌤🌤CONTRIBUTE🎉🎉](https://
599599
- [cuda_hgemm](https://github.com/Bruce-Lee-LY/cuda_hgemm)
600600
- [cuda-tensorcore-hgemm](https://github.com/nicolaswilde/cuda-tensorcore-hgemm)
601601
- [How_to_optimize_in_GPU](https://github.com/Liu-xiandong/How_to_optimize_in_GPU/tree/master/sgemv)
602+
- [how-to-optim-algorithm-in-cuda](https://github.com/BBuf/how-to-optim-algorithm-in-cuda)
602603
- [cute_gemm](https://github.com/weishengying/cute_gemm)
603604
- [cutlass](https://github.com/NVIDIA/cutlass)

hgemm-tensorcores-mma

Submodule hgemm-tensorcores-mma added at 2178e2e

third-party/cutlass

Submodule cutlass updated 303 files

0 commit comments

Comments
 (0)