8000 GitHub - abeleinin/gpu-kernels: Implementations of gpu kernels
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

abeleinin/gpu-kernels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPU Kernels

Learning how to write fast GPU programs.

Programming Massively Parallel Programs

Chapter Kernel
Ch. 2 vector_addition.cu
Ch. 3 greyscale.cu
Ch. 3 blur.cu
Ch. 3 naive_matmul.cu
Ch. 5 tiled_matmul.cu

GPU-Puzzles in CUDA C

Puzzle Kernel
1 - Map map.cu
2 - Zip zip.cu
3 - Guard guard.cu
4 - Map 2D map2D.cu
5 - Broadcast broadcast.cu
6 - Blocks blocks.cu
7 - Blocks 2D blocks2D.cu

Metal Kernels

Kernel
greyscale_metal.py
blur_metal.py
matmul_metal.py

Notes

References

Papers/Blogs

About

Implementations of gpu kernels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0