"sgl-kernel/python/vscode:/vscode.git/clone" did not exist on "f98e88b9fbbb59ad700892da765bc49bda34c59b"
[Bugfix] Fix missing lock intialization (#1314)
This commit fixes a bug where the lock guard (for concurrently accessing
the same scope from different threads) had basically no effect, due to
being bound to a temporary only.
Co-authored-by:
Minjie Wang <minjie.wang@nyu.edu>
Showing
Please register or sign in to comment