Skip to content

KareemMusleh/cuda_kernels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cuda_kernels

You can check your Compute Capability by running:

git clone github.com/KareemMusleh/cuda_kernels/
cd csrc/device_query
make
./device_query

Then change it in config.yaml

To run the python programs that are located in src:

mkdir build
python src/add.py

You can also profile the kernels using:

sudo nsys profile python src/add.py

you can also use ncu but my CC is too old

About

learning cuda by reading pmpp and participating in gpumode challenges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published