Skip to content

Add GPUs to machine info#158

Merged
dianaclarke merged 4 commits into
mainfrom
gpu-info
Sep 3, 2021
Merged

Add GPUs to machine info#158
dianaclarke merged 4 commits into
mainfrom
gpu-info

Conversation

@dianaclarke

Copy link
Copy Markdown
Member

No description provided.

Comment thread conbench/machine_info.py
try:
command = ["nvidia-smi", "--query-gpu=gpu_name", "--format=csv,noheader"]
result = subprocess.run(command, capture_output=True)
if result.returncode != 0:

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Double checked on gpu machine where cudf benchmarks run:

sh-4.2$ nvidia-smi --query-gpu=gpu_name --format=csv,noheader
Tesla T4
sh-4.2$

@dianaclarke
dianaclarke merged commit b4945d0 into main Sep 3, 2021
@dianaclarke
dianaclarke deleted the gpu-info branch September 3, 2021 18:58
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.

2 participants