Update content/blog/cuda_net.md
Build website container / Build image (push) Successful in 15s Details

This commit is contained in:
Mathis 2024-04-03 20:34:03 +00:00
parent 3c71b6464d
commit dc96335c5d
1 changed files with 4 additions and 0 deletions

View File

@ -15,3 +15,7 @@ Quickly discovering that without writing custom kernels, you can't really progre
- padding kernel
- column major / row major headache
- removing cuBLAS -> just row major representation
- naive conv2d
- learning 3D memory representation
- optimizing conv2d
- softmax sum reduce