<div dir="ltr"><div>Hi,</div><div><br></div><div>I try to contribute my matrix multiplication benchmarks into the Vector API micro benchmark suite. I try to replicate some issues that I encountered with bigger matrix sizes.</div><div><br></div><div>Currently, my benchmarks run with array sizes up to 1024x1024 but I have no syntax error with array sizes of 32768x32768 but the benchmark just stops, halts, freezes? without results?</div><div><br></div><div>Is there a maximum time limit which is given by the framework?<br></div><div>I tried to increase time on Warmup and Measurements to 120s, without effect. I have a feeling it stalls around the 1s mark.</div><div><br></div><div>My current code can be found here:</div><div><a href="https://gist.github.com/Styp/39be04debde25a716e824c61c3c349a2">https://gist.github.com/Styp/39be04debde25a716e824c61c3c349a2</a></div></div>