Re: [Haskell-cafe] ANN: OpenCL 1.0.1.3 package

2011-10-21 Thread Jason Dagit
On Thu, Oct 13, 2011 at 12:34 PM, Martin Dybdal wrote: > On 3 October 2011 12:56, Luis Cabellos wrote: >> Hello, all. >> I want to show you the OpenCL package. I have done this using Jeff Heard >> OpenCLRaw package, but I create a new one due the lack of updates of the >> former. >> # Where to ge

Re: [Haskell-cafe] ANN: OpenCL 1.0.1.3 package

2011-10-21 Thread Martin Dybdal
On 17 October 2011 22:47, Judah Jacobson wrote: > On Mon, Oct 17, 2011 at 2:56 AM, Luis Cabellos > wrote: >> >> Other issues to solve, >> How to compile in hackage server to generate documentation online? >> opencl.h isn't in the server so I getting errors. >> > > In my experience, the nicest wa

Re: [Haskell-cafe] ANN: OpenCL 1.0.1.3 package

2011-10-19 Thread Martin Dybdal
On 17 October 2011 11:56, Luis Cabellos wrote: >> My own library is available at https://github.com/HIPERFIT/hopencl and >> will be released on hackage very soon (next week probably). Please >> take a look at it. It is currently tested on x86_64 Linux with both >> the AMD x86/x86_64 bindings and N

Re: [Haskell-cafe] ANN: OpenCL 1.0.1.3 package

2011-10-17 Thread Judah Jacobson
On Mon, Oct 17, 2011 at 2:56 AM, Luis Cabellos wrote: > > Other issues to solve, > How to compile in hackage server to generate documentation online? > opencl.h isn't in the server so I getting errors. > In my experience, the nicest way to work around this problem is to just generate the document

Re: [Haskell-cafe] ANN: OpenCL 1.0.1.3 package

2011-10-17 Thread Martin Dybdal
On 17 October 2011 11:56, Luis Cabellos wrote: > On Thu, Oct 13, 2011 at 9:13 PM, Martin Dybdal wrote: >> My own library is available at https://github.com/HIPERFIT/hopencl and >> will be released on hackage very soon (next week probably). Please >> take a look at it. It is currently tested on x8

Re: [Haskell-cafe] ANN: OpenCL 1.0.1.3 package

2011-10-17 Thread Luis Cabellos
On Thu, Oct 13, 2011 at 9:13 PM, Martin Dybdal wrote: > Hi everyone > > I just found this thread today, as I don't read Haskell-cafe that > often (too bad, I know). I have been working on a set of OpenCL > bindings for the last months myself, which I'm using to implement an > OpenCL backend to the

Re: [Haskell-cafe] ANN: OpenCL 1.0.1.3 package

2011-10-13 Thread Jason Dagit
On Thu, Oct 13, 2011 at 12:34 PM, Martin Dybdal wrote: > On 3 October 2011 12:56, Luis Cabellos wrote: >> Hello, all. >> I want to show you the OpenCL package. I have done this using Jeff Heard >> OpenCLRaw package, but I create a new one due the lack of updates of the >> former. >> # Where to ge

Re: [Haskell-cafe] ANN: OpenCL 1.0.1.3 package

2011-10-13 Thread Martin Dybdal
On 3 October 2011 12:56, Luis Cabellos wrote: > Hello, all. > I want to show you the OpenCL package. I have done this using Jeff Heard > OpenCLRaw package, but I create a new one due the lack of updates of the > former. > # Where to get it > * Hackage page (http://hackage.haskell.org/package/OpenC

Re: [Haskell-cafe] ANN: OpenCL 1.0.1.3 package

2011-10-06 Thread Luis Cabellos
On Tue, Oct 4, 2011 at 7:46 PM, Jason Dagit wrote: > On Tue, Oct 4, 2011 at 12:54 AM, Luis Cabellos > wrote: > > > I understand your point. I didn't know the problems with cross module > > inlining that Haskell suffers. I learned the BSD3, I think is a good and > > I'll change it on github and

Re: [Haskell-cafe] ANN: OpenCL 1.0.1.3 package

2011-10-04 Thread Jason Dagit
On Tue, Oct 4, 2011 at 12:54 AM, Luis Cabellos wrote: > I understand your point. I didn't know the problems with cross module > inlining that Haskell suffers. I learned the BSD3, I think is a good  and > I'll change it on github and I'll put in the next release. Oh cool. Thanks! I think that's

Re: [Haskell-cafe] ANN: OpenCL 1.0.1.3 package

2011-10-04 Thread Ketil Malde
Luis Cabellos writes: > * The main reason is that I'm not comfortable with the license > you're using. The original code by Jeff Heard was BSD3 with an > additional copyright notice. Your code is AGPL3. The GPL is known to > cause problems with Haskell code due to cross module inlining. I >

Re: [Haskell-cafe] ANN: OpenCL 1.0.1.3 package

2011-10-04 Thread Luis Cabellos
On Mon, Oct 3, 2011 at 6:04 PM, Jason Dagit wrote: > On Mon, Oct 3, 2011 at 3:56 AM, Luis Cabellos > wrote:Your bindings are a higher quality than the the OpenCLRaw bindings and > you're doing good technical work, but I stopped using your bindings > for a couple reasons: > * The main reason is

Re: [Haskell-cafe] ANN: OpenCL 1.0.1.3 package

2011-10-03 Thread Jason Dagit
On Mon, Oct 3, 2011 at 3:56 AM, Luis Cabellos wrote: > Hello, all. > I want to show you the OpenCL package. I have done this using Jeff Heard > OpenCLRaw package, but I create a new one due the lack of updates of the > former. > # Where to get it > * Hackage page (http://hackage.haskell.org/packag

Re: [Haskell-cafe] ANN: OpenCL 1.0.1.3 package

2011-10-03 Thread Jason Dagit
On Mon, Oct 3, 2011 at 9:04 AM, Jason Dagit wrote: > We could have a different version of the function for each return > type, clGetDeviceInfo_FPConfig, clGetDeviceInfo_AddressBits, etc. > It's a great naming convention but it has the property that someone > searching the bindings or the bindings

[Haskell-cafe] ANN: OpenCL 1.0.1.3 package

2011-10-03 Thread Luis Cabellos
Hello, all. I want to show you the OpenCL package. I have done this using Jeff Heard OpenCLRaw package, but I create a new one due the lack of updates of the former. # Where to get it * Hackage page (http://hackage.haskell.org/package/OpenCL) * Repository (https://github.com/zhensydow/opencl) *