-
Notifications
You must be signed in to change notification settings - Fork 89
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
AMD SI cards - weird results #265
Comments
Here is an example of the pronblem naths@naths-HP-Laptop-15-bs1xx:~/build/viennacl/examples/tutorial$ ./eigen-with-viennaclSingle precisionVCL sparsematrix dimensions: 6, 5
|
Thanks, @skn123 . This is a terrible bug on AMD's end. Launching an empty kernel after regular kernels is bogus. I'll see what I can do in terms of a proper workaround. |
@karlrupp It will indeed be helpful. However, a temporary fix would be helpful as I need ViennaCL to run with caffe opencl. If a proper workaround is found, then I will share it with other sites / libraries also. The sad part is that the standard answer AMD gives is that "this card is not supported" (when in the README it says otherwise) |
@karlrupp any update on this? I am working to fix the OpenCL backend of Caffe also and need this fix from ViennaCL also |
Not yet - I'll need another week or so. |
@karlrupp .. bump |
I can confirm that the fix I am using works here also |
I have raised an issue in the vexcl repo
ddemidov/vexcl#254
and a solution was provided that solved the issue. Can a similar workaround be provided for ViennaCL also given that a lot of examples are used by vexcl also?
The text was updated successfully, but these errors were encountered: