gcbd
R package for GPU/CPU benchmarking on Debian-based systems
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.7%) to scientific vocabulary
Keywords
Repository
R package for GPU/CPU benchmarking on Debian-based systems
Basic Info
Statistics
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
gcbd
GPU/CPU Benchmarking on Debian-package based systems
This package benchmarks performance of a few standard linear algebra operations (such as a matrix product and QR, SVD and LU decompositions) across a number of different BLAS libraries as well as a GPU implementation.
To do so, it takes advantage of the ability to 'plug and play' different BLAS implementations easily on a Debian and/or Ubuntu system. The initial version supported * reference blas (refblas) which are unaccelerated as a baseline * Atlas which are tuned but typically configure single-threaded * Atlas39 which are tuned and configured for multi-threaded mode * Goto Blas which are accelerated and multithreaded * Intel MKL which are a commercial accelerated and multithreaded version. As for GPU computing, we use the CRAN package * gputools
For Goto Blas, the gotoblas2-helper script from the ISM in Tokyo can be used. For Intel MKL we use the Revolution R packages from Ubuntu 9.10.
Owner
- Name: Dirk Eddelbuettel
- Login: eddelbuettel
- Kind: user
- Location: Chicago, IL, USA
- Website: https://dirk.eddelbuettel.com
- Twitter: eddelbuettel
- Repositories: 512
- Profile: https://github.com/eddelbuettel
GitHub Events
Total
- Watch event: 1
- Push event: 4
Last Year
- Watch event: 1
- Push event: 4
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 1
- Total pull requests: 1
- Average time to close issues: over 5 years
- Average time to close pull requests: 5 minutes
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 3.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- dashaub (1)
Pull Request Authors
- eddelbuettel (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 419 last-month
- Total docker downloads: 43,390
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 6
- Total maintainers: 1
cran.r-project.org: gcbd
'GPU'/CPU Benchmarking in Debian-Based Systems
- Homepage: https://github.com/eddelbuettel/gcbd
- Documentation: http://cran.r-project.org/web/packages/gcbd/gcbd.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 0.2.7
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- R >= 2.11.1 depends
- DBI * imports
- Matrix * imports
- RSQLite * imports
- lattice * imports
- plyr * imports
- reshape * imports
- gputools * suggests
- actions/checkout v3 composite