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

Feat/add gpu vram #780

Merged
merged 15 commits into from
Oct 17, 2024
Merged

Feat/add gpu vram #780

merged 15 commits into from
Oct 17, 2024

Commits on Oct 13, 2024

  1. Add GPU table and VRAM into specification.

    To be done: Adjust flavor name parser, pretty printer, generator.
    
    Signed-off-by: Kurt Garloff <[email protected]>
    garloff committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    822cb86 View commit details
    Browse the repository at this point in the history
  2. Version 3.2, adjust examples.

    Signed-off-by: Kurt Garloff <[email protected]>
    garloff committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    2115c59 View commit details
    Browse the repository at this point in the history
  3. Fix empty line and extra space.

    Signed-off-by: Kurt Garloff <[email protected]>
    garloff committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    8b5a0aa View commit details
    Browse the repository at this point in the history
  4. Minor addition of information for AMD and intel.

    Signed-off-by: Kurt Garloff <[email protected]>
    garloff committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    1fe9863 View commit details
    Browse the repository at this point in the history
  5. Typo.

    Signed-off-by: Kurt Garloff <[email protected]>
    garloff committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    930e31d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Note about 1/7 uncertainties. Nvidia spelling.

    Also mention older generations ...
    
    Signed-off-by: Kurt Garloff <[email protected]>
    garloff committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    8266e07 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Appease markdownlint.

    Signed-off-by: Kurt Garloff <[email protected]>
    garloff committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3f86082 View commit details
    Browse the repository at this point in the history
  2. More appeasement for mardownlint.

    One true fix (broken link)
    And tweak the double-space test for tolerating two spaces after a | in a
    table.
    
    Signed-off-by: Kurt Garloff <[email protected]>
    garloff committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c3ecab0 View commit details
    Browse the repository at this point in the history
  3. One more fix against double spaces.

    Signed-off-by: Kurt Garloff <[email protected]>
    garloff committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4f539b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. add vram and vramperf to GPU (retrofitting v1 and v2)

    Signed-off-by: Matthias Büchse <[email protected]>
    mbuechse committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fbf9fa2 View commit details
    Browse the repository at this point in the history
  2. bugfix: use correct variable

    Signed-off-by: Matthias Büchse <[email protected]>
    mbuechse committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f962edf View commit details
    Browse the repository at this point in the history
  3. appease flake8

    Signed-off-by: Matthias Büchse <[email protected]>
    mbuechse committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    73a02bc View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. GPU VRAM always comes with CU spec: Use "and" wording.

    Just for a bit better readability.
    
    Signed-off-by: Kurt Garloff <[email protected]>
    garloff committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    989b228 View commit details
    Browse the repository at this point in the history
  2. More specific meaning of GPU h modifiers.

    h on the SMs/CUs/EUs: High frequency
    h on the VRAM: High bandwidth
    
    Again, this is really only to differentiate if a vendor has several
    otherwise similar models that have a material difference in frequency
    or bandwidth, such as e.g. a GDDR6 vs an HBM2e veriant ...
    or a low-power, low-frequency variant.
    
    Signed-off-by: Kurt Garloff <[email protected]>
    garloff committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9f94b26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    801a735 View commit details
    Browse the repository at this point in the history