-
Notifications
You must be signed in to change notification settings - Fork 10
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 calls broken in 10.0.2 #37
Comments
@aleneum, do you remember which (sed?) command you used to cleanup the source? |
My regex was probably too greedy. Looking at the error I guess I forgot to prevent closing (and reopening) brackets INSIDE the brackets. I copied the whole diff into a file and checked for deleted lines (starting with I found 15 issues:
I will fix the remaining issues in |
I went through the diff manually, rather quickly, to look if there is no other type of things that would have been eaten up (other than after a ':' ) and did not find any. |
Do not hesitate to "throw" away my PR and do a clean one, since this would be more consistent than a manual fix, and the error logging can be handled by #40 later. |
closed in favor of #39 |
To maintain @guihomework improvements of the logging, I filed #42 using |
In 10.0.2 using OpenCL created these issues
these were tracked down to the "throw" clean-up commit 86480c5 that unfortunately has "eaten up" some mandatory cmdQueue initialization in CLBuffer and CLKernel
here 86480c5#diff-e0563068c6edf61678b0902384130972L76
and here
86480c5#diff-618ef9bd1e6c0ebc09f73e62ac7eb9b2L49
a PR will be done with a fix
there might be other "eaten-up" commands depending if the clean-up was automatized and ignored any commands after the closing parenthesis of the throw.
The text was updated successfully, but these errors were encountered: