# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "Rggml" in publications use:' type: software license: GPL-2.0-or-later title: 'Rggml: Vendored ''GGML'' Tensor Library with C-Callable Compute API' version: 0.1.0 abstract: 'Vendors the core, official ''GGUF'' implementation, and CPU backend of the ''GGML'' tensor library () as a static library and exposes its core tensor-context and matrix-multiply compute path through ''R_RegisterCCallable'' C-callable entry points. This is a carrier package: it has no high-level R modeling API of its own. Other R packages link to it (''LinkingTo'') to build and compute ''GGML'' tensor graphs (including quantized types such as Q4_K) from their own C or C++ code without re-vendoring ''GGML''. The CPU backend is always built. Native targets also build the BLAS backend for dense products; webR uses the CPU backend because its Fortran ABI differs. The ''Vulkan'' and NVIDIA ''CUDA'' backends are independent opt-in builds.' authors: - family-names: Toure given-names: Sounkou Mahamane email: sounkoutoure@gmail.com repository: https://rgenomicsetl.r-universe.dev repository-code: https://github.com/sounkou-bioinfo/Rfmalloc commit: 6e05ad03613e89cab2f8bf8eb3a49d553d5a3bed url: https://sounkou-bioinfo.github.io/Rfmalloc/Rggml/ date-released: '2026-07-18' contact: - family-names: Toure given-names: Sounkou Mahamane email: sounkoutoure@gmail.com