Skip to content

Commit 3f4120d

Browse files
committed
Removed vcruntime140.dll and modified toolchain in sample.json
1 parent 122d350 commit 3f4120d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Tools/VTuneProfiler/matrix_multiply_c/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Matrix Multiply VTune™ Profiler - C",
44
"categories": ["Toolkit/oneAPI Tools/VTune Profiler"],
55
"description": "Simple program that shows how to improve the C language (CPU only) Matrix Multiplication program using Intel® VTune™ Profiler and Intel® Advisor",
6-
"toolchain": ["cpp"],
6+
"toolchain": ["dpcpp"],
77
"dependencies": ["compiler|icc", "compiler|icx", "mkl", "vtune"],
88
"languages": [{
99
"c": {}
Binary file not shown.

0 commit comments

Comments
 (0)