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
Describe the bug
The GPU semaphore makes the assumption that each task has a single thread, but that is not true for python UDFs where a writer thread is launched in the background to feed the process.
We really want is that is for a task to get the semaphore and not a thread.
The text was updated successfully, but these errors were encountered:
Describe the bug
The GPU semaphore makes the assumption that each task has a single thread, but that is not true for python UDFs where a writer thread is launched in the background to feed the process.
We really want is that is for a task to get the semaphore and not a thread.
The text was updated successfully, but these errors were encountered: