BaseKit-code-samples icon indicating copy to clipboard operation
BaseKit-code-samples copied to clipboard

CL_OUT_OF_RESOURCES: oneDPL/dpc_reduce

Open zjin-lcf opened this issue 5 years ago • 0 comments

Can you reproduce the error of the following program on a CPU after installing oneAPI base toolkit ?

~/BaseKit-code-samples/DPC++Compiler/oneDPL/dpc_reduce/build$ ./src/dpc_reduce Number of steps is 1000000 terminate called after throwing an instance of 'cl::sycl::runtime_error' what(): OpenCL API failed. OpenCL API returns: -5 (CL_OUT_OF_RESOURCES) -5 (CL_OUT_OF_RESOURCES) PLEASE submit a bug report to https://software.intel.com/en-us/support/priority-support and include the crash backtrace. Aborted (core dumped)

zjin-lcf avatar Aug 06 '20 02:08 zjin-lcf