# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "gcbd" in publications use:' type: software license: GPL-2.0-or-later title: 'gcbd: ''GPU''/CPU Benchmarking in Debian-Based Systems' version: 0.2.7 doi: 10.32614/CRAN.package.gcbd abstract: '''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 current version supports - ''Reference BLAS'' (''refblas'') which are un-accelerated 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 multi-threaded - ''Intel MKL'' which is 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.' authors: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org orcid: https://orcid.org/0000-0001-6419-907X repository: https://CRAN.R-project.org/package=gcbd repository-code: https://github.com/eddelbuettel/gcbd url: https://github.com/eddelbuettel/gcbd date-released: '2024-10-23' contact: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org orcid: https://orcid.org/0000-0001-6419-907X