Support GPU similar to CPU
See original GitHub issueIssue Description
Is your feature request related to a problem? Please describe.
CPU (cores) are first-class citizens in Host but not GPU’s. Add support for GPU core count?
Describe the solution you’d like
We have machines with 8 GPU’s in them. it would be nice to be able to specify a service with GPU cores and have similar to taskset
affinity to the GPU’s.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:9 (9 by maintainers)
Top Results From Across the Web
CPU vs. GPU: What's the Difference? - Intel
A central processing unit (CPU) and a graphics processing unit (GPU) have very different roles. What are CPUs used for? What are GPUs...
Read more >CPU vs GPU? What's the Difference? Which Is Better?
A primary difference between CPU vs GPU architecture is that GPUs break complex problems into thousands or millions of separate tasks and ...
Read more >CPU vs GPU | Definition and FAQs - HEAVY.AI
The main difference between CPU and GPU architecture is that a CPU is designed to handle a wide-range of tasks quickly (as measured...
Read more >CPU vs GPU: Know the Difference - Incredibuild
The main difference between a CPU and a GPU is how they process the instructions given to them. In human terms, you could...
Read more >GPU vs CPU: What's the Difference? - Tech Guided
The GPU, or 'graphics processing unit', is a chip that handles—you guessed it—graphics processing, performing tasks like rendering game frames ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
A little update on this. I have the majority of this ported over.
Some outstanding issues that I will need some help on.
for simplicity I modified the Initial migration to incorporate all the changed needed in both the tables, functions and triggers. To keep backward compatibility for users it will need to make it into a migration.
Our cuegui and rqd have diverged too much for easy merge. I’ve ported what I can, but it will likely be missing elements.
We don’t use windows, the GPU RQD side uses
nvidia-smi
directly. we will want to find an OS-agnostic method.tests. we will definitely need to write some tests.
That’d be amazing - thanks @larsbijl !