Package: amatrix.mlx Type: Package Title: MLX Backend for 'amatrix' on Apple Silicon Version: 0.1.0 Authors@R: person("Bradley", "Buchsbaum", email = "brad.buchsbaum@gmail.com", role = c("aut", "cre")) Description: GPU-accelerated backend for the 'amatrix' package using Apple 'MLX' via the 'mlx-c' C API. Registers dense float32 matrix products, factorizations, and resident (GPU-memory) execution on Apple Silicon; builds a mock bridge and reports itself unavailable when 'mlx-c' is absent, so installation is safe on any platform. License: MIT + file LICENSE URL: https://github.com/bbuchsbaum/amatrix BugReports: https://github.com/bbuchsbaum/amatrix/issues Encoding: UTF-8 Depends: R (>= 4.3) Imports: amatrix, methods Suggests: irlba, Matrix, testthat (>= 3.0.0) OS_type: unix SystemRequirements: mlx-c (>= 0.6, via Homebrew or MLX_C_PREFIX); Apple Silicon macOS for GPU acceleration (a mock bridge is built when mlx-c is unavailable) NeedsCompilation: yes Config/testthat/edition: 3 Repository: https://bbuchsbaum.r-universe.dev Date/Publication: 2026-07-10 06:16:28 UTC RemoteUrl: https://github.com/bbuchsbaum/amatrix RemoteRef: HEAD RemoteSha: 219f07843470aa27a4fa6389e9927f968715015f RemoteSubdir: backends/amatrix.mlx Packaged: 2026-07-10 10:08:58 UTC; root Author: Bradley Buchsbaum [aut, cre] Maintainer: Bradley Buchsbaum