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.
4848
4949Also note that creating a host ` accessor ` may copy the data back to the original
5050pointer 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
4141kernel function must take an ` nd_item ` , which cannot be passed directly to the
4242subscript 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 ) .
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
2929
3030Feel free to use any method of synchronization and copy back you like, but
3131remember 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