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

compute in gpu_configs.json meaning #8

Open
RaccoonOnion opened this issue Dec 4, 2023 · 2 comments
Open

compute in gpu_configs.json meaning #8

RaccoonOnion opened this issue Dec 4, 2023 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@RaccoonOnion
Copy link

Hi! I want to add some GPU specs to gpu_configs.json. What is the meaning of compute in that file? Is it the TFLOPS under certain precision?

@RahulSChand RahulSChand self-assigned this Dec 4, 2023
@RahulSChand RahulSChand added the question Further information is requested label Dec 4, 2023
@RahulSChand
Copy link
Owner

Yes, its the Float16 TFlops. Most info is taken from

https://www.techpowerup.com/gpu-specs/

@bver
Copy link

bver commented Nov 8, 2024

First of all, thank you for your calculator!

Yes, its the Float16 TFlops. Most info is taken from

https://www.techpowerup.com/gpu-specs/

Then A100 parameters are inconsistent with gpu-specs DB since F16 performance is 78 TFlops (which is slightly more than "compute": 19.5 in the config file ;).

Also, it could be helpful to have some README note about adding new GPU parameters: Any new GPU line in gpu_config.json has to be reflected also in App.js UI. Ideally, the <select> content could be loaded from config on the app start -- or am I missing some build step?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants