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

Bandwidth in performance testing script #7

Open
sheevy opened this issue Jul 25, 2023 · 1 comment
Open

Bandwidth in performance testing script #7

sheevy opened this issue Jul 25, 2023 · 1 comment

Comments

@sheevy
Copy link
Contributor

sheevy commented Jul 25, 2023

In perftest.jl the number used for andwidth is 1355:
println("So that's cool. We are getting close to hardware limit, running at $(round(T_eff/1355*100), sigdigits=2) % of memory copy! 🚀")
Is that right. From what I can find online, the bandwith of A100 40GB is 1555. Also the readme states 1.55 TB/s.
Shall it be changed to 1555 in perftest.jl?

@luraess
Copy link
Member

luraess commented Jul 25, 2023

1.55 TB/s is the vendor announced BW. Practically, memcopy often slightly differs from that theoretical number, reason I have the set the memcopy measured BW as ref here.

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