Skip to content

Commit e027e6a

Browse files
committed
Add website submodule, fix README URLs
1 parent 2409cf1 commit e027e6a

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "website"]
2+
path = website
3+
url = https://github.com/PawScale/kernels-website.git

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ kernel void vector_add(
3333

3434
Key differences include the replacement of `blockIdx`/`threadIdx` with `thread_position_in_grid`, explicit `device` address space qualifiers with buffer bindings, and dispatch-controlled grid sizing instead of in-kernel bounds checks.
3535

36-
[`Website`](https://github.com/PawScale/kernels-website) · [`Documentation`](https://github.com/PawScale/kernels-website) · [`Swift GUIDANCE`](/QUICK_REFERENCE.md)
36+
[`Website`](https://PawScale.github.io/kernels-website) · [`Documentation`](/Documentation/GettingStarted.md) · [`API Reference`](/Documentation/APIReference.md) · [`Swift GUIDANCE`](/QUICK_REFERENCE.md)

website

Submodule website added at d36649c

0 commit comments

Comments
 (0)