cl-cuda
cl-cuda copied to clipboard
Cl-cuda is a library to use NVIDIA CUDA in Common Lisp programs.
Is there a quick way to see the CU code output that defkernel should compile to? I found (compile-kernel kernel) function in the code but how does one go about...
Trying to load cl-cuda in sbcl, I get this error: \* (ql:quickload :cl-cuda) debugger invoked on a LOAD-SYSTEM-DEFINITION-ERROR in thread #: Error while trying to load definition for system cl-cuda...
OSICAT does not support MKTEMP on Windows, we can't get temporary CUDA C file name with it.
Add Windows to Verification environments. #70.
Add :WINDOWS clause to CFFI:DEFINE-FOREIGN-LIBRARY. ``` (cffi:define-foreign-library libcuda + (:windows "nvcuda.dll") (:darwin (:framework "CUDA")) (:unix (:or "libcuda.so" "libcuda64.so"))) ```
**Situation** I changed to compile vector constructors to compound literals as `(float3){ 0.0f, 0.0f, 0.0f }`, not functions as `make_float3( 0.0f, 0.0f. 0.0f )` in 9bb5706. This change enables that...
Component ASDF/USER::CFFI-GROVEL not found
Support long type.
Support Multi-GPU programming.
Add tests for stream, introduced in 4eb8f9fd9f4ab48214c694dcedc2b6860dd84aeb.