Skip to content

Commit d799dbb

Browse files
author
Basu Jindal
committed
add stats
1 parent cd065aa commit d799dbb

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

blogs/cuda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "CUDA Programming"
33
date: 2026-01-19
4-
show: true
4+
show: false
55
---
66

77
## Threads, Warps, Thread Blocks, Thread Block cluster and Grid

blogs/cuda2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "CUDA Software"
33
date: 2026-02-01
4-
show: true
4+
show: false
55
---
66

77
## CuTe

js/stats.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,11 @@
299299
visitorMap.fitBounds(bounds, { padding: [50, 50] });
300300
}
301301
}
302+
303+
// Fix map rendering issues
304+
setTimeout(() => {
305+
visitorMap.invalidateSize();
306+
}, 100);
302307
}
303308

304309
function renderCountryGrid(countries) {

0 commit comments

Comments
 (0)