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
If you check the GUI version of the Ray Tracer and print the current thread id in the places where a TaskSchedule is created/executed, you will see that different threads create and execute the TaskSchedule.
I think this is a bug since I don't think sharing TaskSchedules between threads is safe.
I am not sure, but this could be the cause we sometimes see clBuildError with OpenCL devices.
The text was updated successfully, but these errors were encountered:
If you check the GUI version of the Ray Tracer and print the current thread id in the places where a TaskSchedule is created/executed, you will see that different threads create and execute the TaskSchedule.
I think this is a bug since I don't think sharing TaskSchedules between threads is safe.
I am not sure, but this could be the cause we sometimes see
clBuildError
with OpenCL devices.The text was updated successfully, but these errors were encountered: