Skip to content

Commit

Permalink
Add missing break in main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabertaccini committed Aug 16, 2024
1 parent c173bf1 commit 43fbc95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sw/blas/gemm/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ int main() {
if (fabs(result[idx] - ((__fp16 *)local_c)[idx]) <
fabs(result[idx] * 0.005))
errors--;
break;
case FP8:
printf("Automated golden model not yet available for fp8!\n");
return -1;
Expand Down

0 comments on commit 43fbc95

Please sign in to comment.