Skip to content

Commit 6bd1dd3

Browse files
authored
Removing instructions we are not using this week (#405)
* Edits to remove unecessary instructions * Update README.md * Update README.md
1 parent 0482109 commit 6bd1dd3

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

Code_Exercises/Asynchronous_Execution/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,3 @@ Remember to do this within a scope to ensure the host `accessor` is destroyed.
4848

4949
Also note that creating a host `accessor` may copy the data back to the original
5050
pointer provided to the `buffer` but this is not guaranteed.
51-
52-
#### Build And Execution Hints
53-
54-
For DevCloud via JupiterLab follow these [instructions](../devcloudJupyter.md).
55-
56-
For DPC++: [instructions](../dpcpp.md).
57-
58-
For AdaptiveCpp: [instructions](../adaptivecpp.md).

Code_Exercises/Data_Parallelism/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,3 @@ This version of `parallel_for` takes an `nd_range` which is made up of two
4141
kernel function must take an `nd_item`, which cannot be passed directly to the
4242
subscript operator of an `accessor`. Instead, retrieve the `id` using the
4343
`get_global_id` member function.
44-
45-
#### Build And Execution Hints
46-
47-
For DevCloud via JupiterLab follow these [instructions](../devcloudJupyter.md).
48-
49-
For DPC++: [instructions](../dpcpp.md).
50-
51-
For AdaptiveCpp: [instructions](../adaptivecpp.md).

Code_Exercises/Data_and_Dependencies/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,3 @@ buffer/accessor these dependencies are created implicitly using the creation of
2929

3030
Feel free to use any method of synchronization and copy back you like, but
3131
remember to handle errors.
32-
33-
#### Build And Execution Hints
34-
35-
For DevCloud via JupiterLab follow these [instructions](../devcloudJupyter.md).
36-
37-
For DPC++: [instructions](../dpcpp.md).
38-
39-
For AdaptiveCpp: [instructions](../adaptivecpp.md).

0 commit comments

Comments
 (0)