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
In the cl::pipe constructor, "flags = CL_MEM_READ_WRITE | CL_MEM_HOST_NO_ACCESS;" results in error -30. Changing it to merely "CL_MEM_READ_WRITE" causes it to work fine. I saw this was an open issue in another, I think more outdated, repo. Actually, in that issue, someone suggested that =201 works. I do not understand the source of 201 as it does not fit the enumeration.
The text was updated successfully, but these errors were encountered:
In the cl::pipe constructor, "flags = CL_MEM_READ_WRITE | CL_MEM_HOST_NO_ACCESS;" results in error -30. Changing it to merely "CL_MEM_READ_WRITE" causes it to work fine. I saw this was an open issue in another, I think more outdated, repo. Actually, in that issue, someone suggested that =201 works. I do not understand the source of 201 as it does not fit the enumeration.
The text was updated successfully, but these errors were encountered: