You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(pages): improve SEO and normalize URL structure
- Add Open Graph and Twitter Card meta tags for social sharing
- Add canonical URLs and hreflang tags for bilingual SEO
- Normalize all permalinks to end with '/' for consistency
- Update all internal links to match normalized URLs
Copy file name to clipboardExpand all lines: docs/kernel-bank-free.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ layout: default
3
3
title: 3. Bank Conflict Free
4
4
parent: Home
5
5
nav_order: 5
6
-
permalink: /docs/kernel-bank-free
6
+
permalink: /docs/kernel-bank-free/
7
7
lang: en
8
8
page_key: kernel-bank-free
9
9
lang_ref: zh-kernel-bank-free
@@ -269,7 +269,7 @@ Metrics to watch:
269
269
270
270
Now that we have efficient shared memory access, the next optimization target is **memory latency hiding**. Even with bank-free access, threads still wait for memory loads.
271
271
272
-
→ Continue to [Double Buffer Kernel](kernel-double-buffer){: .btn .btn-primary }
272
+
→ Continue to [Double Buffer Kernel](kernel-double-buffer/){: .btn .btn-primary }
0 commit comments