You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build dpctl with code coverage turned on using python setup.py develop --coverage=1 and that leads to a hang (at least on my system) when running the DPCTLQueueMemberFuncTests/TestDPCTLQueueMemberFunctions.CheckMemOpsNullPtr tests.
I see the following error message printed :
NULL pointer argument in memory copy operation. -30 (CL_INVALID_VALUE)
The error seems to be similar to what is happening with the coverage action in our CI.