Skip to content
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

why L1_cache_size and L2_cache_size are constant value #1101

Open
dervon opened this issue Apr 11, 2024 · 0 comments
Open

why L1_cache_size and L2_cache_size are constant value #1101

dervon opened this issue Apr 11, 2024 · 0 comments
Labels

Comments

@dervon
Copy link

dervon commented Apr 11, 2024

Different cpu should have different L1_cache_size/L2_cache_size, and I can't find any code in ComputeLibrary that will update these values later.

unsigned int L1_cache_size = 32768;
unsigned int L2_cache_size = 262144;

Thank you in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants