gcbd

R package for GPU/CPU benchmarking on Debian-based systems

https://github.com/eddelbuettel/gcbd

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

cran gpu r r-package
Last synced: 10 months ago · JSON representation

Repository

R package for GPU/CPU benchmarking on Debian-based systems

Basic Info
  • Host: GitHub
  • Owner: eddelbuettel
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 1.08 MB
Statistics
  • Stars: 9
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
cran gpu r r-package
Created over 12 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog

README.md

gcbd

CI

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

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

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 419 Last month
  • Docker Downloads: 43,390
Rankings
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Average: 48.8%
Downloads: 81.2%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.11.1 depends
  • DBI * imports
  • Matrix * imports
  • RSQLite * imports
  • lattice * imports
  • plyr * imports
  • reshape * imports
  • gputools * suggests
.github/workflows/ci.yaml actions
  • actions/checkout v3 composite