Skip to content

Commit 9f19833

Browse files
authored
Merge pull request #2611 from bopeng1234/2025Hack_jira_1863
Update README for matrix_multiply_vtune sample
2 parents 22dfa33 + c7ec9f7 commit 9f19833

File tree

1 file changed

+14
-6
lines changed
  • Tools/VTuneProfiler/matrix_multiply_vtune

1 file changed

+14
-6
lines changed

Tools/VTuneProfiler/matrix_multiply_vtune/README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,21 @@ Edit the line in `multiply.h` to select the version of the multiply function:
6565
`#define MULTIPLY multiply1`.
6666

6767
### On a Linux* System
68-
To build SYCL version:
69-
cd <sample dir>
70-
cmake .
71-
make
68+
1. Build SYCL version:
69+
```
70+
cd <sample dir>
71+
cmake .
72+
make
73+
```
7274

73-
Clean the program
74-
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+
```
7583

7684
If an error occurs, you can get more details by running `make` with
7785
the `VERBOSE=1` argument:

0 commit comments

Comments
 (0)