Skip to content

Report MFU on B300 in VLMTokensPerSec#114

Open
main-voice wants to merge 1 commit into
NVIDIA:mainfrom
main-voice:feat/b300-mfu-peak-flops
Open

Report MFU on B300 in VLMTokensPerSec#114
main-voice wants to merge 1 commit into
NVIDIA:mainfrom
main-voice:feat/b300-mfu-peak-flops

Conversation

@main-voice

Copy link
Copy Markdown
Contributor

torch.cuda.get_device_name() returns 'NVIDIA B300 SXM6 AC', which the device->peak-FLOPs table in VLMTokensPerSec._resolve_peak_flops did not match, so useful_mfu was skipped ("unknown device ... MFU not reported").

Add a B300/GB300 branch returning 2.25e15 (HGX B300 dense BF16 per the NVIDIA datasheet: 36 PFLOPS sparse / 2 / 8 GPUs = 2.25 PFLOP/s/GPU), placed ahead of the B200 branch since the peaks differ.

torch.cuda.get_device_name() returns 'NVIDIA B300 SXM6 AC', which the
device->peak-FLOPs table in VLMTokensPerSec._resolve_peak_flops did not
match, so useful_mfu was skipped ("unknown device ... MFU not reported").

Add a B300/GB300 branch returning 2.25e15 (HGX B300 dense BF16 per the
NVIDIA datasheet: 36 PFLOPS sparse / 2 / 8 GPUs = 2.25 PFLOP/s/GPU),
placed ahead of the B200 branch since the peaks differ.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant