File tree Expand file tree Collapse file tree 3 files changed +0
-24
lines changed Expand file tree Collapse file tree 3 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,3 @@ Remember to do this within a scope to ensure the host `accessor` is destroyed.
48
48
49
49
Also note that creating a host ` accessor ` may copy the data back to the original
50
50
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 ) .
Original file line number Diff line number Diff line change @@ -41,11 +41,3 @@ This version of `parallel_for` takes an `nd_range` which is made up of two
41
41
kernel function must take an ` nd_item ` , which cannot be passed directly to the
42
42
subscript operator of an ` accessor ` . Instead, retrieve the ` id ` using the
43
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 ) .
Original file line number Diff line number Diff line change @@ -29,11 +29,3 @@ buffer/accessor these dependencies are created implicitly using the creation of
29
29
30
30
Feel free to use any method of synchronization and copy back you like, but
31
31
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 ) .
You can’t perform that action at this time.
0 commit comments