# ------------------------------------------------ # 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 doi: 10.32614/CRAN.package.Rggml abstract: 'Vendors the 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 and BLAS backends are built (dense products offload to R''s own BLAS); GPU (''Vulkan'') support is a possible future addition.' authors: - family-names: Toure given-names: Sounkou Mahamane email: sounkoutoure@gmail.com repository: https://sounkou-bioinfo.r-universe.dev repository-code: https://github.com/sounkou-bioinfo/Rfmalloc commit: 6c3512e0026a41f9a5f338430f34863dc978b875 url: https://github.com/sounkou-bioinfo/Rfmalloc date-released: '2026-07-07' contact: - family-names: Toure given-names: Sounkou Mahamane email: sounkoutoure@gmail.com