Skip to content

Commit 735a30a

Browse files
committed
update
1 parent 7f6eb20 commit 735a30a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+3607
-6542
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/_site/
2+
3+
internal/
14
# Byte-compiled / optimized / DLL files
25
__pycache__/
36
*.py[cod]
@@ -162,3 +165,4 @@ cython_debug/
162165
#.idea/
163166

164167
/.quarto/
168+
_site/

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# gpu-python
2+
3+
4+
5+
# Resource for Learning GPU Programming with Python
6+
[GPU Puzzles](https://github.com/srush/GPU-Puzzles): Learning GPU programming with numba via solving GPU puzzles.
7+
[A practitioner's guide to Triton](https://github.com/gpu-mode/lectures/blob/main/lecture_014/A_Practitioners_Guide_to_Triton.ipynb)

0 commit comments

Comments
 (0)