Registry / utility / magma
library2.9.0vcpkgunverified

Matrix Algebra on GPU and Multi-core Architectures (MAGMA) is a collection of next-generation linear algebra libraries for heterogeneous computing

vcpkg install magma
INSTALL
IMPORT
SIG · MAGMA
M
magma
utilitycppv2.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

magma.h
#include <magma.h>

Initialize MAGMA and print version

#include <magma.h> #include <cstdio> int main() { magma_init(); printf("MAGMA version: %d.%d.%d\n", MAGMA_VERSION_MAJOR, MAGMA_VERSION_MINOR, MAGMA_VERSION_MICRO); magma_finalize(); return 0; }
Debug
Known issues
gotchaMAGMA requires a GPU with CUDA or ROCm support; CPU-only fallback may not be available.
fix
Ensure your system has a compatible GPU and the appropriate backend (CUDA/ROCm) installed.
affects: *
Upgrade
Version history
2.9.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources

No resource links recorded.

magma — pip install magma · libregistry