Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmaivel/glblas
A software library containing BLAS functions written in OpenGL fragment shaders
https://github.com/dmaivel/glblas
blas blas-kernels blas-libraries blas-library linear-algebra matrix-multiplication
Last synced: about 1 month ago
JSON representation
A software library containing BLAS functions written in OpenGL fragment shaders
- Host: GitHub
- URL: https://github.com/dmaivel/glblas
- Owner: dmaivel
- License: mit
- Created: 2024-05-05T18:14:15.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-28T00:08:12.000Z (7 months ago)
- Last Synced: 2024-05-28T09:37:51.368Z (7 months ago)
- Topics: blas, blas-kernels, blas-libraries, blas-library, linear-algebra, matrix-multiplication
- Language: C
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# glBLAS ![license](https://img.shields.io/badge/license-MIT-blue)
A software library containing BLAS functions written in OpenGL fragment shaders.
Write-up @ https://dmaivel.com/posts/outperform-cublas-with-opengl/
## Getting started
The following libraries are required for building `glBLAS`:
- libepoxy
- EGL```bash
git clone https://github.com/dmaivel/glBLAS.git
cd glBLAS
make
```### Usage
For use in projects, simply include `glblas.c` and `glblas.h`, and link with `epoxy` & `m`.
## Kernels
- Level 1
- sswap
- sscal
- scopy
- saxpy
- sdot
- sasum
- Level 3
- sgemm