Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emanuelemessina/cuda-benchmark
Evaluate matrix calculations time between CPU and GPU (CUDA)
https://github.com/emanuelemessina/cuda-benchmark
benchmark cuda matrix-calculations
Last synced: 15 days ago
JSON representation
Evaluate matrix calculations time between CPU and GPU (CUDA)
- Host: GitHub
- URL: https://github.com/emanuelemessina/cuda-benchmark
- Owner: emanuelemessina
- License: mit
- Created: 2024-10-23T00:32:58.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2024-10-28T21:43:20.000Z (17 days ago)
- Last Synced: 2024-10-28T22:18:42.224Z (17 days ago)
- Topics: benchmark, cuda, matrix-calculations
- Language: C++
- Homepage:
- Size: 20.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CUDA Benchmark
Measures calculations execution/transfer time for both CPU and GPU (CUDA).
## Build
Simply build with `make`, no external dependencies apart from the toolchain, see [Requirements](doc/DEV.md#requirements).
## Usage
The options are straightforward but they may change with future updates.
\
\
Run `cuda-benchmark` with no arguments for help.