Create Buffer Accessor Lesson - #433
Merged
Merged
Conversation
MikeL270
marked this pull request as ready for review
July 30, 2026 18:51
MikeL270
force-pushed
the
buffer_accessor
branch
from
August 3, 2026 15:21
9674d47 to
7b3a8b4
Compare
TApplencourt
reviewed
Aug 3, 2026
TApplencourt
reviewed
Aug 3, 2026
Collaborator
|
I was thinking this will remove many buffer accessors section if many other leason? We will do that in another PR? My recollection is that this pr was a |
Collaborator
Author
|
We previously discussed doing it in two PRs to make it less of a pain to review. I can merge the other branch into this one if you like. |
TApplencourt
approved these changes
Aug 3, 2026
TApplencourt
reviewed
Aug 3, 2026
TApplencourt
reviewed
Aug 3, 2026
TApplencourt
approved these changes
Aug 3, 2026
MikeL270
added a commit
to MikeL270/syclacademy
that referenced
this pull request
Aug 3, 2026
* pull buffer/accessor content from managing data * update readme with new lesson * missed an s * restore maning data * add advanced data flow content to buffer/accessor lesson * remove buffer/accessor from other lessons * fix highlighting issue * update set final data to nullptr * fix readme * add buffer/accessor to test-acpp * fix failure on ci:cd hopefully * refix ci:cd crash * revert change from checking all lessons for title (useless diff) * remove stray newline
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces a new lesson to SYCL Academy that condenses the buffer/accessor model content into a single independent lesson, with the exception of local accessors. This PR does not remove any content from the other lessons, I will follow up shortly with a PR removing references to the buffer/accessor model from the other lessons.