MCPcopy Create free account
hub / github.com/NVIDIA/cuda-samples / print_header

Function print_header

python/1_GettingStarted/systemInfo/systemInfo.py:55–59  ·  view source on GitHub ↗
(title: str)

Source from the content-addressed store, hash-verified

53
54
55def print_header(title: str) -> None:
56 print()
57 print("=" * 70)
58 print(title)
59 print("=" * 70)
60
61
62def format_bytes(nbytes: int) -> str:

Callers 3

print_driver_infoFunction · 0.85
print_topologyFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected