Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
def
print_header(title: str) -> None:
56
print()
57
print(
"="
* 70)
58
print(title)
59
print(
"="
* 70)
60
61
62
def
format_bytes(nbytes: int) -> str:
Callers
3
print_driver_info
Function · 0.85
print_topology
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected