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
While working on a separate issue I found a bug that can occur in workerd::api::gpu::AsyncRunner::QueueTick(). Since AsyncRunner owns it's own timeout id generator it can create IDs that interfere with the IDs generated by the global scope.
The text was updated successfully, but these errors were encountered:
Warfields
changed the title
π Bug Report β Runtime APIs WGPU Timeout Generator
π Bug Report β Runtime APIs GPU Timeout Generator
Feb 12, 2024
While working on a separate issue I found a bug that can occur in
workerd::api::gpu::AsyncRunner::QueueTick()
. Since AsyncRunner owns it's own timeout id generator it can create IDs that interfere with the IDs generated by the global scope.The text was updated successfully, but these errors were encountered: