Skip to content

Commit 7fd495c

Browse files
committed
docs(mfu): removed B200 FIXME
2.25 seems to be the correct value for dense operations on B200. 4.5 is for sparse operations.
1 parent 002383f commit 7fd495c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/modalities/utils/mfu.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# https://www.nvidia.com/en-us/data-center/h100/
1515
#
1616
# NOTE: These values are valid for fp16 and bf16 only
17-
# FIXME: For B200, is 2.25 PFLOPS correct or should it be 4.5 PFLOPS?
1817
PEAK_PERFORMANCE = {"A100": 312e12, "H100": 989e12, "GH200": 989e12, "B200": 2.25e15}
1918

2019

0 commit comments

Comments
 (0)