Registry / other / clblas

clblas

JSON →
library2.12vcpkgunverified

clBLAS is an OpenCL 1.2 accelerated BLAS (Basic Linear Algebra Subsystem) library.

vcpkg install clblas
INSTALL
IMPORT
SIG · CLBLAS
C
clblas
othercppv2.12
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.

clBLAS.h
#include <clBLAS.h>

Initialize clBLAS for OpenCL accelerated linear algebra

#include <clBLAS.h> #include <iostream> int main() { cl_int err = clblasSetup(); if (err != CL_SUCCESS) { std::cerr << "clBLAS setup failed" << std::endl; return 1; } std::cout << "clBLAS initialized" << std::endl; clblasTeardown(); return 0; }
Debug
Known issues
gotchaRequires OpenCL 1.2 runtime and headers; may not work on all platforms
fix
Ensure OpenCL SDK is installed and available at build time
affects: all
Upgrade
Version history
2.12latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources

No resource links recorded.

clblas — pip install clblas · libregistry