File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ Requirements
9
9
==============
10
10
11
11
Requires CMake 3.17 to configure (makes use of FindCUDAToolkit for simplicity)
12
- Example is meant to be build and executed with DPC++ compiler.
13
-
12
+ This example must be compiled and executed with the DPC++ compiler.
14
13
15
14
Building the example
16
15
=====================
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Requirements
9
9
==============
10
10
11
11
Requires CMake 3.17 to configure (makes use of FindCUDAToolkit for simplicity)
12
- Example is meant to be build and executed with DPC++ compiler.
12
+ This exercise must be compiled and executed with the DPC++ compiler.
13
13
It is expected that you have read at least example-02 before attempting this exercise.
14
14
15
15
@@ -32,7 +32,7 @@ Then run
32
32
make
33
33
```
34
34
35
- to build the example
35
+ to build the exercise
36
36
37
37
Exercise
38
38
=========
You can’t perform that action at this time.
0 commit comments