Package: amatrix.opencl Type: Package Title: OpenCL Backend Scaffold for amatrix Version: 0.0.0.9000 Authors@R: person("Ben", "Buchsbaum", email = "bbuchsbaum@example.com", role = c("aut", "cre")) Description: OpenCL backend package for amatrix. Registers a backend contract implementation and provides a safe mock bridge that can be built with or without OpenCL and CLBlast present at compile time. License: MIT + file LICENSE Encoding: UTF-8 Depends: R (>= 4.3) Imports: amatrix, methods Suggests: testthat (>= 3.0.0) OS_type: unix SystemRequirements: OpenCL, CLBlast (detected via pkg-config, CLBLAST_HOME, or Homebrew) NeedsCompilation: yes Config/testthat/edition: 3 Config/pak/sysreqs: ocl-icd-opencl-dev pkg-config Repository: https://bbuchsbaum.r-universe.dev Date/Publication: 2026-07-02 13:18:49 UTC RemoteUrl: https://github.com/bbuchsbaum/amatrix RemoteRef: HEAD RemoteSha: aa1a39a22def2841186cc195dd1b4c7e0d5ff8e2 RemoteSubdir: backends/amatrix.opencl Packaged: 2026-07-02 15:15:03 UTC; root Author: Ben Buchsbaum [aut, cre] Maintainer: Ben Buchsbaum