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

Questions about this project. #1

Open
fighterhit opened this issue Oct 10, 2023 · 7 comments
Open

Questions about this project. #1

fighterhit opened this issue Oct 10, 2023 · 7 comments

Comments

@fighterhit
Copy link

Hi @mYmNeo , thank you for your work. I have a few questions about the usage.

  1. How does the device index uniquely determine a certain GPU card? As far as I know, when a certain card breaks, the index will change.
  2. What is the unit of device core/memory limitation? Could you give a specific example?
  3. Can this project be smoothly integrated with vcuda-controller and gpu-manager?
@mYmNeo
Copy link
Owner

mYmNeo commented Oct 10, 2023

  1. server_monitor.c is only a example to demonstrate a way to control gpu utilization, one who wants to use it in production should implement it by his own way.
  2. core limitation is range from 1 to 100, memory is binary prefix unit.
  3. No, being compatible with vcuda-controller and gpu-manager has lots of work to do. I've no time for that.

@fighterhit
Copy link
Author

Thanks @mYmNeo , does this project support all current and future cuda versions (e.g. cuda >= 12.0)?

@mYmNeo
Copy link
Owner

mYmNeo commented Oct 11, 2023

Thanks @mYmNeo , does this project support all current and future cuda versions (e.g. cuda >= 12.0)?

Not guaranteed, but cuda 12 is supported recently.

@fighterhit
Copy link
Author

All cuda 12.x supported? Could you give some guidance on how to support newer CUDA versions in the future? Thanks!

@mYmNeo
Copy link
Owner

mYmNeo commented Oct 11, 2023

All cuda 12.x supported? Could you give some guidance on how to support newer CUDA versions in the future? Thanks!

files with hook suffix, the mechanism is the same with vcuda-controller

@cwdsuzhou
Copy link

cwdsuzhou commented Dec 1, 2023

I also have a question: does this project support all nvidia driver versions ?

@mYmNeo
Copy link
Owner

mYmNeo commented Dec 7, 2023

I also have a question: does this project support all nvidia driver versions ?

Consider the drivers listed in https://github.com/NVIDIA/open-gpu-kernel-modules as supported.

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

No branches or pull requests

3 participants