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.
2 parents 22dfa33 + c7ec9f7 commit 9f19833Copy full SHA for 9f19833
Tools/VTuneProfiler/matrix_multiply_vtune/README.md
@@ -65,13 +65,21 @@ Edit the line in `multiply.h` to select the version of the multiply function:
65
`#define MULTIPLY multiply1`.
66
67
### On a Linux* System
68
- To build SYCL version:
69
- cd <sample dir>
70
- cmake .
71
- make
+1. Build SYCL version:
+```
+cd <sample dir>
+cmake .
72
+make
73
74
- Clean the program
- make clean
75
+2. Run the application
76
77
+./matrix.dpcpp
78
79
+If you want to rebuild or clean the program,
80
81
+make clean
82
83
84
If an error occurs, you can get more details by running `make` with
85
the `VERBOSE=1` argument:
0 commit comments