Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronJackson committed Feb 6, 2019
0 parents commit d530e83
Show file tree
Hide file tree
Showing 5 changed files with 4,616 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
@@ -0,0 +1,4 @@
CUBLAS_INCLUDE=/usr/local/cuda/include

ffi:
swig -I${CUBLAS_INCLUDE} -cffi cublas.i
3 changes: 3 additions & 0 deletions README.org
@@ -0,0 +1,3 @@
* Playing about with cuBLAS in Common Lisp

Don't use it, this is all terrible and ugly.
3 changes: 3 additions & 0 deletions cublas.i
@@ -0,0 +1,3 @@
%module cublas
%include "cublas.h"
%include "cublas_api.h"

0 comments on commit d530e83

Please sign in to comment.