Skip to content

Commit

Permalink
benchmark header: add gpu info (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
stas00 authored Mar 7, 2024
1 parent 99ecff6 commit 33a1a82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/sizing/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def print_benchmark_header(notes="None"):
** Platform:
{" ".join(platform.uname())}
{torch.cuda.get_device_properties(torch.device('cuda'))}
** Critical component versions:
torch={torch.__version__}, cuda={torch.version.cuda}, nccl={torch.cuda.nccl.version()}
Expand Down

0 comments on commit 33a1a82

Please sign in to comment.