Skip to content

Conversation

@bbernhar
Copy link
Contributor

@bbernhar bbernhar commented Jul 8, 2022

Using RefCounted to track allocated slab blocks was slow due to the performance of std::memory_order_relaxed based increment.

This change replaces it with a normal increment, since slab access is already thread-safe.

Using RefCounted to track allocated slab blocks was slow due to the performance of std::memory_order_relaxed based increment.

This change replaces it with a normal increment, since slab access is already thread-safe.
@bbernhar bbernhar added the enhancement New feature or request label Jul 8, 2022
@bbernhar bbernhar enabled auto-merge (squash) July 8, 2022 23:03
@github-actions github-actions bot added the Frontend Changes to common or GPU API agnostic code. label Jul 8, 2022
@bbernhar bbernhar merged commit ef05b1f into main Jul 8, 2022
@bbernhar bbernhar deleted the tmp2 branch July 8, 2022 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request Frontend Changes to common or GPU API agnostic code.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants