cl-clblas

2018-10-18

clBLAS binding

Upstream URL

github.com/gos-k/cl-clblas

Author

gos-k

License

Apache License, Version 2.0
README

cl-clblas

Quicklisp

cl-clblas is a Common Lisp binding for clBLAS.

Usage

(ql:quickload :cl-clblas)

Installation

Ubuntu 16.04 and Roswell

Install clBLAS.

apt-get install libclblas-dev

Install cl-clblas.

ros install gos-k/cl-clblas

Test

(ql:quickload :cl-clblas-test)
(prove:run :cl-clblas-test)

Requirements

  • clBLAS 2.10
  • SBCL 1.3.11

Verification environments

  • Ubuntu 16.04.1 LTS
  • SBCL 1.3.16 64-bit
  • clBLAS 2.10
  • TITAN X (Pascal)
  • OpenCL 1.2 CUDA 8.0.0
  • NVIDIA Driver 378.13

Author

Copyright

Copyright (c) 2016-2017 gos-k (mag4.elan@gmail.com)

License

Licensed under the Apache License, Version 2.0.

Dependencies (3)

  • cffi
  • cl-oclapi
  • prove

Dependents (0)

    • GitHub
    • Quicklisp