https://github.com/gos-k/cl-clsparse
Common Lisp bindings for clSPARSE
https://github.com/gos-k/cl-clsparse
common-lisp opencl sparse-matrix
Last synced: 3 months ago
JSON representation
Common Lisp bindings for clSPARSE
- Host: GitHub
- URL: https://github.com/gos-k/cl-clsparse
- Owner: gos-k
- Created: 2018-03-13T16:21:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T08:29:37.000Z (almost 6 years ago)
- Last Synced: 2025-02-01T09:30:04.937Z (5 months ago)
- Topics: common-lisp, opencl, sparse-matrix
- Language: Common Lisp
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cl-clsparse
[](http://quickdocs.org/cl-clsparse/)
cl-clsparse is a Common Lisp bindings for [clSPARSE](https://github.com/clMathLibraries/clSPARSE).
## Usage
```
(ql:quickload :cl-clsparse)
```## Install
### Ubuntu 18.04 and Roswell
Install clSPARSE.
```
apt install libclsparse-dev
```Install cl-clsparse.
```
ros install gos-k/cl-clsparse
```## Test
```lisp
(ql:quickload '(:rove :cl-clsparse))
(rove:run :cl-clsparse/tests)
```or
```
ros install rove
rove cl-clsparse.asd
```## Requirements
* clSPARSE 0.10.2.0
## Verification environments
* Ubuntu 18.04
* SBCL 1.4.14 x86-64
* clSPARSE 0.10.2.0
* intel-opencl-r5.0
* SWIG 3.0.12## Author
* gos-k ([email protected])
## Copyright
Copyright (c) 2018-2019 gos-k ([email protected])
## License
Licensed under the Apache License, Version 2.0.