-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[openCL] failed with the clover implementation #666
Comments
Hi Fred, Good to know. Other project found a trick to enable functions: Could you test if it works for you ? it is breaking on none of our computer. |
You want me to put this in the common openCL file ? for_eclipse |
here the clinfo
|
Could you put it in all the ".cl" files as header. If it turns out to be working, we could patch specifically at runtime as we perform on the fly compilation |
Maybe I can create a patch in order to patch at runtime. This seems easier for me instead of copy and past in all cl files. |
I add by hand in all files the snipset, and then I get a segfault...
|
On Thu, 07 Sep 2017 09:12:48 +0000 (UTC) picca ***@***.***> wrote:
I add by hand in all files the snipset, and then I get a segfault...
I suspect it may work for simple kernels (i.e. azimuthal integrator) but not for fancy stuff like median filter (it is a guess).
Could you run the tests with "runtest -m -vv" to have an output of which test breaks ?
Thanks.
|
Hello, I have a TONGA AMD graphical card with the mesa clover implementation
But during the test I get these error messages.
Cheers
The text was updated successfully, but these errors were encountered: