takagi / cl-cuda

Cl-cuda is a library to use NVIDIA CUDA in Common Lisp programs.
MIT License
280 stars 24 forks source link

added a handful of functions to query the amount of memory on a device #82

Closed serialhex closed 7 years ago

serialhex commented 8 years ago

I needed to be able to query my device's memory, and so I made a few functions to do just that. Hope this helps someone!

takagi commented 7 years ago

Great!