We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122f1b1 commit 7b3b8cfCopy full SHA for 7b3b8cf
Code_Exercises/Data_Parallelism/README.md
@@ -41,11 +41,3 @@ This version of `parallel_for` takes an `nd_range` which is made up of two
41
kernel function must take an `nd_item`, which cannot be passed directly to the
42
subscript operator of an `accessor`. Instead, retrieve the `id` using the
43
`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