We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8fd32 commit 5998e0aCopy full SHA for 5998e0a
Libraries/oneDNN/simple_model/sample.json
@@ -19,7 +19,7 @@
19
"cmake .. -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=dpcpp",
20
"make cnn-inference-f32-cpp",
21
"./bin/cnn-inference-f32-cpp cpu",
22
- "SYCL_BE=PI_OPENCL ./out/cnn-inference-f32-cpp gpu"
+ "SYCL_BE=PI_OPENCL ./bin/cnn-inference-f32-cpp gpu"
23
]
24
}]
25
0 commit comments