-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add GPU table and VRAM into specification. To be done: Adjust flavor name parser, pretty printer, generator. * Version 3.2, adjust examples. * Fix empty line and extra space. * Minor addition of information for AMD and intel. * Typo. * Note about 1/7 uncertainties. Nvidia spelling. Also mention older generations ... * Appease markdownlint. * More appeasement for markdownlint. One true fix (broken link) And tweak the double-space test for tolerating two spaces after a | in a table. * One more fix against double spaces. * add vram and vramperf to GPU (retrofitting v1 and v2) * bugfix: use correct variable * appease flake8 * GPU VRAM always comes with CU spec: Use "and" wording. Just for a bit better readability. * 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 frequencyor 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]> Signed-off-by: Matthias Büchse <[email protected]> Co-authored-by: Matthias Büchse <[email protected]>
- Loading branch information
Showing
5 changed files
with
155 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters