File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
" cd build" ,
19
19
" cmake .. -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=dpcpp" ,
20
20
" 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"
23
23
]
24
24
}]
25
25
}
Original file line number Diff line number Diff line change 18
18
" cd build" ,
19
19
" cmake .. -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=dpcpp" ,
20
20
" make getting-started-cpp" ,
21
- " SYCL_BE=PI_OPENCL ./out /getting-started-cpp gpu"
21
+ " SYCL_BE=PI_OPENCL ./bin /getting-started-cpp gpu"
22
22
]
23
23
}]
24
24
}
Original file line number Diff line number Diff line change 18
18
" cd build" ,
19
19
" cmake .. -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=dpcpp" ,
20
20
" make cnn-inference-f32-cpp" ,
21
- " ./out /cnn-inference-f32-cpp cpu" ,
21
+ " ./bin /cnn-inference-f32-cpp cpu" ,
22
22
" SYCL_BE=PI_OPENCL ./out/cnn-inference-f32-cpp gpu"
23
23
]
24
24
}]
You can’t perform that action at this time.
0 commit comments