cl-cuda
Cl-cuda is a library to use NVIDIA CUDA in Common Lisp programs.
$ area51 add cl-cudaCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-cuda:some-function ...)Cl-cuda is a library to use NVIDIA CUDA in Common Lisp programs.
$ area51 add cl-cudaCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-cuda:some-function ...)