https://github.com/kerneltuner/kernel_tuner_tutorial
A hands-on introduction to tuning GPU kernels using Kernel Tuner https://github.com/KernelTuner/kernel_tuner/
https://github.com/kerneltuner/kernel_tuner_tutorial
Last synced: 12 months ago
JSON representation
A hands-on introduction to tuning GPU kernels using Kernel Tuner https://github.com/KernelTuner/kernel_tuner/
- Host: GitHub
- URL: https://github.com/kerneltuner/kernel_tuner_tutorial
- Owner: KernelTuner
- License: apache-2.0
- Created: 2020-10-22T15:11:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T13:08:16.000Z (12 months ago)
- Last Synced: 2025-04-08T14:23:55.330Z (12 months ago)
- Language: Jupyter Notebook
- Homepage: https://github.com/KernelTuner/kernel_tuner/
- Size: 116 MB
- Stars: 30
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kernel Tuner tutorial
A hands-on introduction to tuning GPU kernels using [Kernel Tuner](https://github.com/KernelTuner/kernel_tuner).
## CUDA Hands-On Exercises
The links will open the notebooks directly on Google Colab.
- [Introduction](https://colab.research.google.com/github/KernelTuner/kernel_tuner_tutorial/blob/master/hands-on/cuda/00_Kernel_Tuner_Introduction.ipynb)
- [Getting Started](https://colab.research.google.com/github/KernelTuner/kernel_tuner_tutorial/blob/master/hands-on/cuda/01_Kernel_Tuner_Getting_Started.ipynb)
- [Intermediate](https://colab.research.google.com/github/KernelTuner/kernel_tuner_tutorial/blob/master/hands-on/cuda/02_Kernel_Tuner_Intermediate.ipynb)
- [Advanced](https://colab.research.google.com/github/KernelTuner/kernel_tuner_tutorial/blob/master/hands-on/cuda/03_Kernel_Tuner_Advanced.ipynb)
- [Overall](https://colab.research.google.com/github/KernelTuner/kernel_tuner_tutorial/blob/master/hands-on/cuda/Kernel_Tuner_Tutorial.ipynb)