Mat’s Blog
Home
Blog
About
Categories
All
(5)
accelerated computing
(1)
code
(2)
cuda
(1)
demo
(1)
jupyter
(1)
massively parallel programming
(1)
news
(1)
numba
(1)
python
(3)
quarto
(1)
today I learned
(1)
transformers
(1)
welcome
(1)
Blog
CUDA MODE - Accelerate your code with massively parallel programming plus some other tricks
python
cuda
numba
massively parallel programming
accelerated computing
In this post we’re going to create and optimize GPU CUDA kernels to accelerate an embarrasingly parallel workload and achieve a
8.4 million X
speedup over baseline.…
May 31, 2024
Mat Miller
Transformers From Scratch
python
transformers
In this blog we’re going to walk through creating and training a transformer from scratch. We’ll go through each foundational element step by step and explain what is…
Jan 6, 2024
Mat Miller
Context Managers
python
code
today I learned
This is a quick ‘today I learned’ (TIL) note on Python Context managers. Python context managers are used to wrap arbitrary code with entry (setup) and exit (cleanup)…
Dec 13, 2022
Mat Miller
Sharing Jupyter Notebooks
quarto
code
jupyter
demo
This is a demonstration of some of the cool functionality available when sharing Jupyter Notebooks using Quarto. A big thanks to Isaac Flath for creating this notebook!
Nov 14, 2022
Mat Miller
Welcome To My Blog
news
welcome
This is the first post in a Quarto blog. Welcome!
Nov 11, 2022
Mat Miller
No matching items