You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tools/VTuneProfiler/matrix_multiply_vtune/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,11 +132,11 @@ Elapsed Time: 0.42209s
132
132
133
133
## Running an Intel® VTune™ Profiler analysis
134
134
```
135
-
vtune -collect gpu-hotspots -- ./matrix.dpcpp
135
+
vtune -collect gpu-hotspots -- ./matrix_multiply
136
136
```
137
137
138
138
## License
139
139
Code samples are licensed under the MIT license. See
140
140
[License.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/License.txt) for details.
141
141
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