Skip to content

Commit 75e512d

Browse files
committed
Use proper heading number
1 parent 9af4653 commit 75e512d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2024-12-29-rust-gpu-0.10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ efficiently. For example, using subgroup intrinsics you can:
120120
- Share intermediate results without relying on global memory, reducing latency.
121121
- Implement algorithms like prefix sums or parallel sorting more effectively.
122122

123-
## Added `TypedBuffer`
123+
### Added `TypedBuffer`
124124

125125
[@eddyb](https://github.com/eddyb) and [@Firestar99](https://github.com/firestar99)
126126
[introduced `TypedBuffer`](https://github.com/Rust-GPU/rust-gpu/pull/16), an explicit

0 commit comments

Comments
 (0)