Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 20241231_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ extern "C" __global__ void __launch_bounds__(1) example() {
```

The index op (SPECIAL) is used for specifying the position of a kernel within its launch grids. The renderer will
also handle the count, so it renders `.x` `.y` automtically if you pass more than 1:
also handle the count, so it renders `.x` `.y` automatically if you pass more than 1:


```python
Expand Down