Skip to content

Commit 4f422dc

Browse files
authored
Merge pull request #15 from oneapi-src/master
update
2 parents 7316776 + be99260 commit 4f422dc

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

DirectProgramming/DPC++/GraphAlgorithms/all-pairs-shortest-paths/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"steps": [
2323
"MSBuild all-pairs-shortest-paths.sln /t:Rebuild /p:Configuration=\"Release\"",
2424
"cd x64/Release",
25-
"apsp.exe"
25+
"all-pairs-shortest-paths.exe"
2626
]
2727
}]
2828
}

DirectProgramming/DPC++/SparseLinearAlgebra/merge-spmv/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"steps": [
2323
"MSBuild merge-spmv.sln /t:Rebuild /p:Configuration=\"Release\"",
2424
"cd x64/Release",
25-
"spmv.exe"
25+
"merge-spmv.exe"
2626
]
2727
}]
2828
}

0 commit comments

Comments
 (0)