Skip to content

Removing instructions we are not using this week #405

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

Merged
merged 3 commits into from
Jun 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions Code_Exercises/Asynchronous_Execution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,3 @@ Remember to do this within a scope to ensure the host `accessor` is destroyed.

Also note that creating a host `accessor` may copy the data back to the original
pointer provided to the `buffer` but this is not guaranteed.

#### Build And Execution Hints

For DevCloud via JupiterLab follow these [instructions](../devcloudJupyter.md).

For DPC++: [instructions](../dpcpp.md).

For AdaptiveCpp: [instructions](../adaptivecpp.md).
8 changes: 0 additions & 8 deletions Code_Exercises/Data_Parallelism/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,3 @@ This version of `parallel_for` takes an `nd_range` which is made up of two
kernel function must take an `nd_item`, which cannot be passed directly to the
subscript operator of an `accessor`. Instead, retrieve the `id` using the
`get_global_id` member function.

#### Build And Execution Hints

For DevCloud via JupiterLab follow these [instructions](../devcloudJupyter.md).

For DPC++: [instructions](../dpcpp.md).

For AdaptiveCpp: [instructions](../adaptivecpp.md).
8 changes: 0 additions & 8 deletions Code_Exercises/Data_and_Dependencies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,3 @@ buffer/accessor these dependencies are created implicitly using the creation of

Feel free to use any method of synchronization and copy back you like, but
remember to handle errors.

#### Build And Execution Hints

For DevCloud via JupiterLab follow these [instructions](../devcloudJupyter.md).

For DPC++: [instructions](../dpcpp.md).

For AdaptiveCpp: [instructions](../adaptivecpp.md).