Skip to content

Commit 05adb52

Browse files
authored
copypaste fix
1 parent 87470a3 commit 05adb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compare_sgemm_shgemm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ main (int argc, char *argv[])
7373
for (i = 0; i < k; i++)
7474
{
7575
B[j * k + i] = ((FLOAT) rand () / (FLOAT) RAND_MAX) + 0.5;
76-
BB[j * k + i] = (hfloat16) A[j * k + i];
76+
BB[j * k + i] = (hfloat16) B[j * k + i];
7777
}
7878
}
7979
for (y = 0; y < 4; y++)

0 commit comments

Comments
 (0)