Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 1.07 KB

README.markdown

File metadata and controls

63 lines (42 loc) · 1.07 KB

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 ([email protected])

License

Licensed under the Apache License, Version 2.0.