Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPU support in explorer #465

Closed
xmonader opened this issue Jun 4, 2023 · 4 comments
Closed

GPU support in explorer #465

xmonader opened this issue Jun 4, 2023 · 4 comments
Assignees
Labels
dashboard type_feature New feature or request
Milestone

Comments

@xmonader
Copy link
Contributor

xmonader commented Jun 4, 2023

threefoldtech/home#1392

threefoldtech/zos#1973

suggestions:

nodes table

  • a new toggle for gpu, like online and gateways
    image

  • column has gpu with a checkbox readonly?

node detail

once you click on the node you can see the information of the available gpus (it requires sending ListGPUs rmb call), maybe with a card rendering a list of gpus

Note: if we index the GPUs on the explorer, we could also add a filter for specific GPUs and show the names in the nodes explorer

require: threefoldtech/tfgrid-sdk-go#201

@xmonader xmonader added the type_feature New feature or request label Jun 7, 2023
@xmonader xmonader added this to the 2.1.0 milestone Jun 7, 2023
@xmonader xmonader added this to 3.11.x Jun 7, 2023
@xmonader xmonader moved this to Accepted in 3.11.x Jun 7, 2023
@0oM4R 0oM4R self-assigned this Jun 21, 2023
@0oM4R 0oM4R moved this from Accepted to In Progress in 3.11.x Jun 21, 2023
@AhmedHanafy725
Copy link
Contributor

each gpu in the list should look like

  {
    id: '0000:0e:00.0/1002/744c',
    vendor: 'Advanced Micro Devices, Inc. [AMD/ATI]',
    device: 'Navi 31 [Radeon RX 7900 XT/7900 XTX]',
    contract: 31540
  }

@0oM4R
Copy link
Contributor

0oM4R commented Jun 21, 2023

image

what do you think?
@xmonader @AhmedHanafy725

@0oM4R 0oM4R mentioned this issue Jun 22, 2023
5 tasks
@0oM4R
Copy link
Contributor

0oM4R commented Jun 25, 2023

merged waiting for release

@0oM4R 0oM4R moved this from In Progress to Verification in 3.11.x Jul 11, 2023
@mohamedamer453
Copy link
Contributor

Verified on devnet.

GPU toggle was added to filter only nodes with GPU.

image

And a new column was added to display the number of gpus available for each node.

image

and gpu information was added in the in the node details.

image

@github-project-automation github-project-automation bot moved this from Verification to Done in 3.11.x Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dashboard type_feature New feature or request
Projects
No open projects
Status: Done
Development

No branches or pull requests

4 participants