Skip to content

Elsword016/100days_Triton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Progress

Day Summary
Day1 1d_addition.ipynb : Simple 1D vector addition kernel; breaking down the triton syntaxes and understanding it. Benchmarking against pure torch using the in-built tools
Day2 matrix_add.ipynb : Kernel to add two 2d matrices; learn how to write 2d grids, offsets. Benchmarking against pure torch using triton.testing.Benchmark
Day3 matrix_multi.ipynb : Kernel to do matrix multiplication and benchmark again pure torch.matmul

About

Learning triton and GPU acceleration from scratch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published