cl-cuda

MIT

Cl-cuda is a library to use NVIDIA CUDA in Common Lisp programs.

$ area51 add cl-cudaCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-cuda:some-function ...)