Skip to content

Commit d664fb5

Browse files
committed
fix for CI testings
1 parent b5d8036 commit d664fb5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Libraries/oneDNN/dpcpp_interoperability/sample.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"cd build",
1919
"cmake .. -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=dpcpp",
2020
"make sycl-interop-cpp",
21-
"./out/sycl-interop-cpp cpu",
22-
"SYCL_BE=PI_OPENCL ./out/sycl-interop-cpp gpu"
21+
"./bin/sycl-interop-cpp cpu",
22+
"SYCL_BE=PI_OPENCL ./bin/sycl-interop-cpp gpu"
2323
]
2424
}]
2525
}

Libraries/oneDNN/getting_started/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"cd build",
1919
"cmake .. -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=dpcpp",
2020
"make getting-started-cpp",
21-
"SYCL_BE=PI_OPENCL ./out/getting-started-cpp gpu"
21+
"SYCL_BE=PI_OPENCL ./bin/getting-started-cpp gpu"
2222
]
2323
}]
2424
}

Libraries/oneDNN/simple_model/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"cd build",
1919
"cmake .. -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=dpcpp",
2020
"make cnn-inference-f32-cpp",
21-
"./out/cnn-inference-f32-cpp cpu",
21+
"./bin/cnn-inference-f32-cpp cpu",
2222
"SYCL_BE=PI_OPENCL ./out/cnn-inference-f32-cpp gpu"
2323
]
2424
}]

0 commit comments

Comments
 (0)