Skip to content

Commit 066b5b2

Browse files
authored
Update README.md
1 parent a104bb6 commit 066b5b2

File tree

1 file changed

+2
-2
lines changed
  • Tools/VTuneProfiler/matrix_multiply_vtune

1 file changed

+2
-2
lines changed

Tools/VTuneProfiler/matrix_multiply_vtune/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@ Elapsed Time: 0.42209s
132132

133133
## Running an Intel® VTune™ Profiler analysis
134134
```
135-
vtune -collect gpu-hotspots -- ./matrix.dpcpp
135+
vtune -collect gpu-hotspots -- ./matrix_multiply
136136
```
137137

138138
## License
139139
Code samples are licensed under the MIT license. See
140140
[License.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/License.txt) for details.
141141

142-
Third party program Licenses can be found here: [third-party-programs.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/third-party-programs.txt).
142+
Third party program Licenses can be found here: [third-party-programs.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/third-party-programs.txt).

0 commit comments

Comments
 (0)