Browse Source

Fix typo in comments

Tri Dao 2 years ago
parent
commit
9bc63d1e2d

BIN
csrc/flash_attn/src/.DS_Store


+ 1 - 1
csrc/flash_attn/src/fmha_bwd_hdim128.cu

@@ -1,6 +1,6 @@
 // Copyright (c) 2022, Tri Dao.
 
-// Splitting the different head dimentions to different files to speed up compilation.
+// Splitting the different head dimensions to different files to speed up compilation.
 
 #include "fmha_bwd_launch_template.h"
 

+ 1 - 1
csrc/flash_attn/src/fmha_bwd_hdim32.cu

@@ -1,6 +1,6 @@
 // Copyright (c) 2022, Tri Dao.
 
-// Splitting the different head dimentions to different files to speed up compilation.
+// Splitting the different head dimensions to different files to speed up compilation.
 
 #include "fmha_bwd_launch_template.h"
 

+ 1 - 1
csrc/flash_attn/src/fmha_bwd_hdim64.cu

@@ -1,6 +1,6 @@
 // Copyright (c) 2022, Tri Dao.
 
-// Splitting the different head dimentions to different files to speed up compilation.
+// Splitting the different head dimensions to different files to speed up compilation.
 
 #include "fmha_bwd_launch_template.h"
 

+ 1 - 1
csrc/flash_attn/src/fmha_fwd_hdim128.cu

@@ -1,6 +1,6 @@
 // Copyright (c) 2022, Tri Dao.
 
-// Splitting the different head dimentions to different files to speed up compilation.
+// Splitting the different head dimensions to different files to speed up compilation.
 
 #include "fmha_fwd_launch_template.h"
 

+ 1 - 1
csrc/flash_attn/src/fmha_fwd_hdim32.cu

@@ -1,6 +1,6 @@
 // Copyright (c) 2022, Tri Dao.
 
-// Splitting the different head dimentions to different files to speed up compilation.
+// Splitting the different head dimensions to different files to speed up compilation.
 
 #include "fmha_fwd_launch_template.h"
 

+ 1 - 1
csrc/flash_attn/src/fmha_fwd_hdim64.cu

@@ -1,6 +1,6 @@
 // Copyright (c) 2022, Tri Dao.
 
-// Splitting the different head dimentions to different files to speed up compilation.
+// Splitting the different head dimensions to different files to speed up compilation.
 
 #include "fmha_fwd_launch_template.h"