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 found clCreateContext will be called repeatedly. After reaching a certain number of times, this function will fail.I checked the information, and it seems that many graphics cards can only create a limited number of contexts. If each thread creates one, for example, 64, that seems too many.