Skip to content

Commit 5998e0a

Browse files
committed
fix for ci script
1 parent 6c8fd32 commit 5998e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/oneDNN/simple_model/sample.json

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

0 commit comments

Comments
 (0)