workerd icon indicating copy to clipboard operation
workerd copied to clipboard

🐛 Bug Report — Runtime APIs GPU Timeout Generator

Open Warfields opened this issue 1 year ago • 0 comments

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.

Warfields avatar Feb 12 '24 23:02 Warfields