Skip to content

Commit 7b3b8cf

Browse files
authored
Update README.md
1 parent 122f1b1 commit 7b3b8cf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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).

0 commit comments

Comments
 (0)