= "A pdf file that contains a bad link"
10
11 strings:
12 $pdf_magic = {68 47 77
22}
13 $s_anchor_tag = "
17%
02.08.2021
SGEMM
for N = [2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192]
A = single( rand(N,N) );
B = single( rand(N,N) );
start = clock();
C = A*B;
elapsedTime = etime(clock(), start