When we measured the performance of SGEMM on ARM Neoverse V1 with 64 cores,
the performance values were not smooth and significant up-down, as shown in the following graph.
For example, the performance drops about 35% at m=n=k=1100, compared to the points before and after.
The significant fluctuations in performance values depend on the number of parallel threads and data size,
leading me to believe that the issue causes in the thread partitioning control. I am planning to modify it.

When we measured the performance of SGEMM on ARM Neoverse V1 with 64 cores,
the performance values were not smooth and significant up-down, as shown in the following graph.
For example, the performance drops about 35% at m=n=k=1100, compared to the points before and after.
The significant fluctuations in performance values depend on the number of parallel threads and data size,
leading me to believe that the issue causes in the thread partitioning control. I am planning to modify it.