[racket] OpenCL arity mismatch

From: Marmaduke Woodman (mmwoodman at gmail.com)
Date: Fri Feb 6 07:10:09 EST 2015

On my Windows machine (w/ OpenCL drivers installed for both Xeon CPU and
Nvidia GPU) I see 15/61 test failures, with the error I cited. I suppose I
can look at the 46 tests which passed.

On Thu, Feb 5, 2015 at 11:01 PM, John Clements <johnbclements at gmail.com>
wrote:

> I just took a look at pkgs.racket-lang.org, and it looks like the tests
> there are passing. (Yay continuous integration!) This suggests that the the
> automatically-run test suite succeeds on the latest version of racket.
>
> To see whether the tests succeed on your machine, you might be able to run
>
> raco test --drdr -p opencl
>
>
> ... assuming you're on a machine with a terminal like OS X or Linux.
>
> Does this help at all?
>
> Best,
>
> John Clements
>
>
> On Thu, Feb 5, 2015 at 3:40 AM, Marmaduke Woodman <mmwoodman at gmail.com>
> wrote:
>
>> Hello
>>
>> I would like to use the OpenCL bindings, but there is an arity mismatch
>> in all the examples I can find in the use of clCreateContext.
>>
>> Is there a version which works? Is it simply the case that the tests need
>> to be updated?
>>
>> Thanks,
>> Marmaduke
>>
>> ps: I tried both the "Do What I Mean" with "opencl" package name, as well
>> as installing from github.com/jeapostrophe/opencl
>>
>> ____________________
>>   Racket Users list:
>>   http://lists.racket-lang.org/users
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20150206/107b9d01/attachment-0001.html>

Posted on the users mailing list.