Re: new egg: opencl

2021-10-19 Thread Mario Domenech Goulart
On Tue, 19 Oct 2021 21:54:43 +0200 Kristian Lein-Mathisen 
 wrote:

> I've been experimenting with OpenCL these past few days. I think the
> code might be worthy of becoming an egg. I did learn OpenCL as I went
> along writing this, so problems are very possible. I still hope it can
> be useful to someone. I was surprised how easy this was to test,
> unlike code associated with OpenGL and other sibling projects.
>
> test-new-egg says "Egg looks ok!".
> release-info file is here: 
> https://raw.githubusercontent.com/kristianlm/chicken-opencl/master/opencl.release-info
> Wiki page is up here: http://wiki.call-cc.org/eggref/5/opencl

Thanks, Kristian.  Your egg has been added to the coop.

All the best.
Mario
-- 
http://parenteses.org/mario



new egg: opencl

2021-10-19 Thread Kristian Lein-Mathisen
Hi!

I've been experimenting with OpenCL these past few days. I think the code
might be worthy of becoming an egg. I did learn OpenCL as I went along
writing this, so problems are very possible. I still hope it can be useful
to someone. I was surprised how easy this was to test, unlike code
associated with OpenGL and other sibling projects.

test-new-egg says "Egg looks ok!".
release-info file is here:
https://raw.githubusercontent.com/kristianlm/chicken-opencl/master/opencl.release-info
Wiki page is up here: http://wiki.call-cc.org/eggref/5/opencl

Thank you!
K.