We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7acb122 + aad97c7 commit 81b30d4Copy full SHA for 81b30d4
1 file changed
test/compare_sgemm_bgemm.c
@@ -57,7 +57,7 @@ static void *malloc_safe(size_t size) {
57
return malloc(size);
58
}
59
60
-static is_close(float a, float b, float rtol, float atol) {
+static float is_close(float a, float b, float rtol, float atol) {
61
return fabs(a - b) <= (atol + rtol*fabs(b));
62
63
0 commit comments