-
Notifications
You must be signed in to change notification settings - Fork 30
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
Initial support for generating an OpenCL PSy layer #216
Conversation
…ls() to be called multiple times.
…buffer size [skip ci]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've now done the pycodestyle and pylint checks. I have a few minor comments remaining.
All comments are inline. 2 are new, and there are a few remaining comments from the previous review.
Back to @arporter. Really close now. Just some very minor changes requested. |
From me to you (@rupertford) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry to bounce this back but the following modified lines are not covered:
918, 965, 972 in gocean1p0.py
Oh yes. Apologies. Upon investigating I've discovered that |
I think I must have intended to refactor and only got half-way through. I've been able to remove a fair bit of duplicated code and thus get rid of the uncovered lines :-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All issues have been addressed. Changes look good. pycodestyle and pylint are happy. Examples run. All tests pass etc.
Approving.
…d documentation ready for merge to master
… documentation pdf ready for merge to master.
This PR is for #174 and adds initial support for creating OpenCL PSy layers for the GOcean API.