[oneDPL][RNG] Changing type of internal parameter of discard_block_engine
Changing type of internal parameter from int to size_t. Note: changes break ABI backward compatibility.
The failures in testing not related to PR: 1/1 Test #14: sycl_iterator.pass ...............Exit code 0xc0000409 ***Exception: 0.71 sec Cannot load TBB from neither Windows registry key nor CPU runtime configuration file (cl.cfg / cl.fpga_emu.cfg). Error: Windows error code: 126. You can ask your administrator to configure TBB library location in the configuration file.
We have two failed steps: https://github.com/oneapi-src/oneDPL/actions/runs/3267430013/jobs/5372599082 https://github.com/oneapi-src/oneDPL/actions/runs/3267430013/jobs/5372599367
I suppose it's because the specified c++ version of the std compiler flag wasn't changed after this commit: https://github.com/oneapi-src/oneDPL/commit/5a5b9534bd3446f0fb6a7f10d0499c2a2a6a4332 According to this, the failures are not related to the PR