3b / cl-opencl-3b

unfinished Common Lisp (cffi) OpenCL bindings
MIT License
19 stars 3 forks source link

added svm cffi bindings and examples/svm-test.lisp #3

Open ormf opened 2 years ago

ormf commented 2 years ago

as the title suggests ;-)

check with:

(ql:quickload "opencl-examples") (opencl-opengl-examples:svmtest)

ormf commented 2 years ago

Tried to keep the style consistent, hope I succeeded.

ormf commented 2 years ago

sorry for closing/reopening, thought it'd close the window.

3b commented 2 years ago

Thanks for the patch, didn't realize anyone was still using this :) Might take me a while to look at it, but will try to get it merged eventually.