bespoke-silicon-group / baseline

An Experimental Repository for BSG Bladerunner using CUDA Lite
4 stars 7 forks source link

Adds vector Addition example #4

Closed bornaehsani closed 4 years ago

bornaehsani commented 4 years ago

There are four versions to this code:

The kernels for each version differs in index calculation, and it's targeted to teach about uses of tile group dimension and grid dimension, and how to distribute work among tiles/tile groups.