Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boydjohnson/clblas-sys
Rust bindings to clBLAS
https://github.com/boydjohnson/clblas-sys
Last synced: 11 days ago
JSON representation
Rust bindings to clBLAS
- Host: GitHub
- URL: https://github.com/boydjohnson/clblas-sys
- Owner: boydjohnson
- License: mit
- Created: 2020-11-27T22:33:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-17T19:25:43.000Z (about 3 years ago)
- Last Synced: 2024-04-03T01:52:56.588Z (8 months ago)
- Language: Rust
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust bindings to [clBLAS](https://github.com/clMathLibraries/clBLAS)
These are low-level Rust bindings.
## Dependencies
on Ubuntu
```
apt-get install libclblas-dev libclblas2
```