What
In event data control we need to know the cache line size to prevent false sharing. This information can be retrieved in C++ using hardware_destructive_interference_size.
What we have right now in code is a hardcoded value of 64. However, this might be different in the host or if we change hardware.
Switch to the above API to retrieve the information.
How
No response
Estimates for realization
- Effort low
- No impact on users expected
Category
Requirements / Architecture