clBLAS
Heterogeneous computing library
A software library that enables developers to tap into the performance benefits of heterogeneous computing by providing an OpenCL interface for BLAS functions.
a software library containing BLAS functions written in OpenCL
843 stars
92 watching
237 forks
Language: C++
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
microsoft/bitblas | A library for efficient mixed-precision matrix multiplications on GPUs for deep learning models | 420 |
uncomplicate/clojurecl | A Clojure library that enables parallel computations on GPU using OpenCL | 277 |
boostorg/compute | A C++ library providing a thin wrapper over the OpenCL API for GPU computing. | 1,562 |
ghollisjr/cl-ana | A modular Common Lisp framework for data analysis and visualization | 197 |
jhumphry/lalg | An Ada interface to BLAS for linear algebra operations on dense matrices and vectors | 4 |
heteroflow/heteroflow | A header-only C++ library to help developers write concurrent CPU-GPU programs using task models | 100 |
lemire/clhash | A fast hashing function implemented in C with support for C++ wrappers and benchmarking tools. | 266 |
ekrich/sblas | A library that provides an interface to high-performance linear algebra operations | 34 |
blas-lapack-rs/openblas-src | Provides pre-built implementations of linear algebra and numerical computation libraries | 76 |
mratsim/laser | A high-performance computing library providing optimized primitives for tensor and matrix operations | 278 |
parsa/blaze | Provides an efficient C++ math library with support for dense and sparse arithmetic, blending ease of use with high-performance capabilities. | 61 |
techascent/tech.ml | A Clojure-based machine learning library that provides a simple and stable way to perform regression and classification tasks. | 96 |
bkaradzic/bimg | A C++ library for image manipulation and processing | 328 |
zigrazor/cxxgraph | A comprehensive C++ library for graph algorithms and data structures | 471 |
borodust/cl-flow | A Reactive computation tree library for non-blocking concurrent Common Lisp programming. | 50 |