# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "gpuMagic" in publications use:' type: software license: GPL-3.0-only title: 'gpuMagic: An openCL compiler with the capacity to compile R functions and run the code on GPU' version: 1.21.0 abstract: The package aims to help users write openCL code with little or no effort. It is able to compile an user-defined R function and run it on a device such as a CPU or a GPU. The user can also write and run their openCL code directly by calling .kernel function. authors: - family-names: Wang given-names: Jiefei email: szwjf08@gmail.com - family-names: Morgan given-names: Martin repository: https://bioc.r-universe.dev repository-code: https://github.com/Jiefei-Wang/gpuMagic url: https://github.com/Jiefei-Wang/gpuMagic date-released: '2018-10-07' contact: - family-names: Wang given-names: Jiefei email: szwjf08@gmail.com