-
Notifications
You must be signed in to change notification settings - Fork 20
Make qos_fill and qos_stop local for each thread in sparsebytemap #744
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAttention: Patch coverage is
🚀 New features to boost your workflow:
|
This reverts commit 14e5449.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove that dep from project.toml and this is good to go!
@@ -254,8 +254,8 @@ function distribute_level( | |||
distribute_buffer(ctx, lvl.tbl, arch, style), | |||
distribute_buffer(ctx, lvl.srt, arch, style), | |||
lvl.shape, | |||
lvl.qos_fill, | |||
lvl.qos_stop, | |||
distribute_buffer(ctx, lvl.qos_fill, arch, style), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't realize this was such a simple fix. Thank you so much!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nevermind about the tensormarket dep, I read the diff wrong
No description provided.