Skip to content

davidsaldubehere/cuda_kernel_visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cuda Visualization Tool

This is a simple tool I made to visualize the multidimensional thread space of a CUDA kernel. I found it to be a little tricky to manage my threads and make sure I had enough threads to cover all elements, so I made this tool as a supporting piece for my behrend sigma xi research conference presentation

How to use

Just go to https://cuda-viz.netlify.app and start messing around with the block dimensions. Remember threads are organized in 3D space within a block and blocks are organized in 3D space within a grid. The tool will show you the total number of threads with the current configuration.

diagram

About

Simple tool that lets users visualize the CUDA thread hierarchy in 3D space

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published