Skip to content

Microbenchmark to measure load/store ops and identify performance anomalies such as 4K aliasing

Notifications You must be signed in to change notification settings

vamsi-sripathi/bench-load-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Load Store Bench

Microbenchmark to measure load/store ops and identify performance anomalies such as 4K aliasing

image

Load-Store micro-benchmark to measure performance with varying alignment, offset values between load/store buffers, written in Compiler Intrinsics

  • SSE, AVX, AVX512. All loads/stores are on aligned (16B|32B|64B) addresses.
  • Store can be NT (vmovntpd) or RFO (vmovupd)

Parameters

  • Dynamic memory management, alignment, relative offsets, distance between load/store buffers
  • N: Number of elements (FP64) to be copied from Load to Store Buffer
  • D: Load and Store Buffers are separated by d elements (d>=N)
  • Base Alignment: Any power of 2 alignment, covers page alignment cases of 2MB or 4KB
  • Load/Store Offset: Number of elements from buffer: Primary parameter to tweak/adjust the lower address bits of load/store buffer addresses.

About

Microbenchmark to measure load/store ops and identify performance anomalies such as 4K aliasing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published