Skip to content

Commit 6fbdfa7

Browse files
Wrong format specifier
1 parent b5cff60 commit 6fbdfa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flash.sac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ int main()
6363
O = FlashAttention(Q, K, V);
6464

6565
sec2, nsec2 = MTClock::gettime();
66-
printf("This took %fs\n", MTClock::timediff(sec1, nsec1, sec2, nsec2));
66+
printf("This took %ds\n", MTClock::timediff(sec1, nsec1, sec2, nsec2));
6767
printf("l2norm is %f, should be %f\n", l2norm(O), Math::sqrt(tof(D*N)));
6868

6969
return 0;

0 commit comments

Comments
 (0)