|
Message-ID: <4F5670F2.50509@gmail.com>
Date: Tue, 06 Mar 2012 17:17:54 -0300
From: Claudio André <claudioandre.br@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: opencl errors during test
I agree with you that a destroy is going to be useful in the openCL world.
Without it it is not possible to release memory properly:
//Free
clReleaseContext(context);
clReleaseCommandQueue(commandQueue);
clReleaseKernel(kernel);
clReleaseProgram(program);
Thanks.
Em 05-03-2012 06:51, Samuele Giovanni Tonon escreveu:
> thanks to Solar i was able
> to reproduce a bug in mysqlsha1-opencl which appear
> only on amd devices and only during -test.
>
> problem seem related to some variable from previous
> cl formats, at the moment i'm investigating the issue.
>
> are we planning to introduce a destroy "method" on fmt
> that, most likely, will be used only in -test mode or
> shall i dig in deep to undestand what is happening and
> why it's triggered only on amd ?
>
> Cheers
> Samuele
Content of type "text/html" skipped
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.