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

Does a Pod GPU MAX memory usage also capped by GPU Milli specified in the GPU-v2023 Trace? #207

Open
matthewygf opened this issue Feb 7, 2024 · 1 comment

Comments

@matthewygf
Copy link

A pod currently can specify:

  1. GPU count
  2. GPU Milli
  3. GPU Card-model

Does GPU Milli refers to the % of memory used for that specific card-model ?
If so, how does the following translate to memory required ?

name,cpu_milli,memory_mib,num_gpu,gpu_milli,gpu_spec
iopenb-pod-0021,8000,30517,1,440,G2|P100|T4|V100M16|V100M32

For the case of P100(16GB) :
440/1000*16 = 7.04GB?

For the case of V100M32(32GB):
44/1000*32 = 14.08GB?

@BhAem
Copy link

BhAem commented Mar 11, 2024

I have the same question. Can anybody help answer it?

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

2 participants