dzhoshkun / cuda-learning

BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Compared device and shared memory #8

Closed dzhoshkun closed 6 years ago

dzhoshkun commented 6 years ago

Added runtime measurements comparing the same matrix multiplication algorithm run using device memory and shared memory.

Closes #7