-
Notifications
You must be signed in to change notification settings - Fork 70
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
Add documentation for how OpenCL runtime manages buffers #81
Conversation
1d3aab2
to
c4b9b69
Compare
c4b9b69
to
0a4e84c
Compare
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.
Thanks for creating this documentation!
@aditikum - Thanks for the approval! The approval are dismissed after new commits, you may need to re-approve. @vijethamalkai @pcolberg @zibaiwan @huangbri - Does this seem ok to you? |
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.
@sherry-yuan , sorry for the late appoval. Your documentation looks great to me. Thanks for adding this. It's very helpful for runtime development.
Thanks @vijethamalkai for the revision and suggestions! The latest commit 0879ed8 address Vij's suggestion on the use of ambiguous 'it' 'this' 'that' etc. |
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.
Thanks @sherry-yuan for the great work, and thanks @vijethamalkai for the corrections 🙂
--------------------------------------------------------------------------- It specifically documents; 1. how it is used 2. how sycl use it 3. some caveats 4. how memory are allocated 5. device address encoding 6. the whole implementation flow of all function that are responsible for allocation, memory transfer 7. some corner cases
It specifically documents;
Closes #78