We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87470a3 commit 05adb52Copy full SHA for 05adb52
test/compare_sgemm_shgemm.c
@@ -73,7 +73,7 @@ main (int argc, char *argv[])
73
for (i = 0; i < k; i++)
74
{
75
B[j * k + i] = ((FLOAT) rand () / (FLOAT) RAND_MAX) + 0.5;
76
- BB[j * k + i] = (hfloat16) A[j * k + i];
+ BB[j * k + i] = (hfloat16) B[j * k + i];
77
}
78
79
for (y = 0; y < 4; y++)
0 commit comments