I would like to know if there is a way to determine CPU cache size in managed code?
I am writing a Strassen\'s algorithm for matrix multiplication in C# and would li
is this what you are looking for? The Win32_Processor class features L2CacheSize and L3CacheSize members.