Skip to content

Commit 93bcc4c

Browse files
Typo fix.
1 parent adbda2f commit 93bcc4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_collections/_portal_posts/2025-09-02-improving-triton-flashattention-performance-on-intel-gpu.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ def FlashAttention2_forward(Q, K, V):
246246
L.store(li, i) # Store data to Global Memory as the i-th block of L
247247

248248
return O, L
249-
250249
```
251250

252251
In the second version of the implementation of the FlashAttention model, the loop order has been reversed to promote

0 commit comments

Comments
 (0)