https://github.com/shalithasuranga/cudaperformance
Compare the performance of matrix multiplication among GPU shared memory, GPU global memory and CPU
https://github.com/shalithasuranga/cudaperformance
cuda cuda-demo matrix-multiplication nvidia
Last synced: about 2 months ago
JSON representation
Compare the performance of matrix multiplication among GPU shared memory, GPU global memory and CPU
- Host: GitHub
- URL: https://github.com/shalithasuranga/cudaperformance
- Owner: shalithasuranga
- License: mit
- Created: 2017-10-15T15:48:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T20:28:33.000Z (over 7 years ago)
- Last Synced: 2025-02-12T19:48:34.949Z (4 months ago)
- Topics: cuda, cuda-demo, matrix-multiplication, nvidia
- Language: TeX
- Homepage:
- Size: 108 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cuda Performance
## How to generate PDF Report
- Download zip or clone the repository.
- Execute the shell script `bash run.sh`
- PDF file will be genereated in to 'output/' folder