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
Right now we emit a thread switch after every texture sampler operation. We could get better parallelism if we only emitted the thread switches when necessary (we need the result of a previous texture sample, or the FIFOs will be full).