The error /libnomp/src/opencl.c:41 clCreateBuffer failed with error code: -2125574144 is repeatedly occurring as the cause for most of the test cases when the project is built with debug symbols. This issue is specific to the OpenCL implementation, while the CUDA backend appears to be functioning correctly.
To reproduce the steps:
- Build the libnomp project with debug symbols:
./lncfg -b debug && ./lninstall --no.
- Run the tests with the OpenCL backend:
lnrun t -b opencl -v 2.