Re: [ANN] Calx, a wrapper for OpenCL

2010-06-21 Thread David Nolen
On Mon, Jun 21, 2010 at 2:04 AM, Zach Tellman  wrote:

> Wrappers for OpenCL have been discussed a few times on this list, so
> hopefully a few of you will be interested to hear that one is
> available at http://github.com/ztellman/calx.
>
> In my opinion, the C-variant language used by OpenCL doesn't have too
> much incidental complexity, so I don't think I'll spend too much
> effort on trying to hide it away.  There are, however, some operations
> that are non-trivial to accomplish in a parallel manner (filter, for
> instance), so I'll be working on making those simpler.
>
> If anyone has any questions, I'd be happy to answer them.
>

Very cool!

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Re: [ANN] Calx, a wrapper for OpenCL

2010-06-21 Thread Wilson MacGyver
I noticed you are importing com.nativelibs4java.opencl
in src/clax/data.clj, looking at your project.clj I see
a dep on clax/javacl

is that where you are pulling the native lib for
OpenCL? Can you explain a bit on your approach of
getting this to work on various platforms? Esp on OSX
and Linux.

Thanks,


On Mon, Jun 21, 2010 at 2:04 AM, Zach Tellman  wrote:
> Wrappers for OpenCL have been discussed a few times on this list, so
> hopefully a few of you will be interested to hear that one is
> available at http://github.com/ztellman/calx.
>
> In my opinion, the C-variant language used by OpenCL doesn't have too
> much incidental complexity, so I don't think I'll spend too much
> effort on trying to hide it away.  There are, however, some operations
> that are non-trivial to accomplish in a parallel manner (filter, for
> instance), so I'll be working on making those simpler.
>
> If anyone has any questions, I'd be happy to answer them.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en



-- 
Omnem crede diem tibi diluxisse supremum.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


[ANN] Calx, a wrapper for OpenCL

2010-06-20 Thread Zach Tellman
Wrappers for OpenCL have been discussed a few times on this list, so
hopefully a few of you will be interested to hear that one is
available at http://github.com/ztellman/calx.

In my opinion, the C-variant language used by OpenCL doesn't have too
much incidental complexity, so I don't think I'll spend too much
effort on trying to hide it away.  There are, however, some operations
that are non-trivial to accomplish in a parallel manner (filter, for
instance), so I'll be working on making those simpler.

If anyone has any questions, I'd be happy to answer them.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en