Last active
November 11, 2023 03:07
-
-
Save awt-256/199a9e5dfca1d1602dfadd9aa84a401f to your computer and use it in GitHub Desktop.
m1 cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PAGE_SIZE = 16384 | |
CACHE_LINE_SIZE = 128 | |
Core 1 - Performance | |
L1D_SIZE = 131072 | |
L1I_SIZE = 196608 | |
L2_SIZE = 12582912 | |
Core 2 - Efficiency | |
L1D_SIZE = 65536 | |
L1I_SIZE = 131072 | |
L2_SIZE = 4194304 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment