Skip to content

Commit eb18b6f

Browse files
authored
Update B200TCRN.m
1 parent d1d3e17 commit eb18b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/B200TCRN.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
end
6060
end
6161
elseif ismember(informat, {'tf32', 'tensorfloat32'})
62-
def_params.fma=4;
62+
def_params.fma=8;
6363
elseif ismember(informat, {'fp8-e5m2','fp8-e4m3','e5m2','e4m3'})
6464
% FMA size is 16, but interleaved pattern is used to join two
6565
% 16-element vectors.

0 commit comments

Comments
 (0)