clblas

GPU-accelerated BLAS library using OpenCL for linear algebra

brewmacoslinux
Try with needOr install directly
Source

About

Library containing BLAS functions written in OpenCL

Commands

clblas

Examples

Link clblas library in C/C++ application for GPU-accelerated matrix operations$ gcc myapp.c -o myapp -lclblas -lOpenCL
Check installed clblas library version and location$ pkg-config --modversion clblas
Get compiler flags needed to build with clblas$ pkg-config --cflags --libs clblas