Skip to content

Commit 6f87d6e

Browse files
author
agola
committed
Fix paths in samples-ci
Fixed path to match folder names Signed-off-by: agola <[email protected]>
1 parent 63bf994 commit 6f87d6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/samples-linux.json renamed to .ci/samples_linux.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"samples": [
33
{
4-
"path": "DPC++Compiler/vector-add",
4+
"path": "DirectProgramming/DPC++/DenseLinearAlgebra/vector-add",
55
"configurations": [
66
{
77
"id": "cpu_buffers",
@@ -49,7 +49,7 @@
4949
]
5050
},
5151
{
52-
"path": "DPC++Compiler/simple-add",
52+
"path": "DirectProgramming/DPC++/DenseLinearAlgebra/simple-add",
5353
"configurations": [
5454
{
5555
"id": "cpu_usm",

0 commit comments

Comments
 (0)