| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| libclmagma-windows-openblas-clblast.zip | < 12 hours ago | 1.2 MB | |
| AnyMagma-source.zip | 2026-05-02 | 2.4 MB | |
| libclmagma-clblast-openblas-Ubuntu-20260501.tar.gz | 2026-05-01 | 735.2 kB | |
| libclmagma-clblast-accelerate.20260501.zip | 2026-05-01 | 584.4 kB | |
| README.md | 2019-07-08 | 603 Bytes | |
| Totals: 5 Items | 4.9 MB | 2 | |
By Jinchuan Tang Please check the readme inside carefully. It will also tell you how to compile the lib. You may need to define OpenCL version to suit your purpose. Here we used CFLAGS = -O3 $(FPIC) -DADD_ -Wall -fopenmp -DCL_TARGET_OPENCL_VERSION=120 in Ubuntu with OpenCL 1.2.
For Apple silicon, use libclmagma-clblast-accelerate.20260501.zip Apple’s fast Accelerate bias is used. CLBlast 1.7.0 is used. Apple’s own Clang is used to compile the lib.
For Ubuntu x64, use libclmagma-clblast-openblas-Ubuntu-20260501.tar.gz OpenBLAS 0.3.32 is used. CLBlast 1.7.0 is used. gcc is used.