-
Notifications
You must be signed in to change notification settings - Fork 84
Update gpgpusim.config #129
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where are the new latency numbers from?
# clock domains | ||
#-gpgpu_clock_domains <Core Clock>:<Interconnect Clock>:<L2 Clock>:<DRAM Clock> | ||
-gpgpu_clock_domains 1410:1410:1410:1512 | ||
-gpgpu_clock_domains 1410:1410:1512:6048 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really? 6048 seems a bit high.
Also do you know how this affects sim speed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
opps that was one of the expermintes
-gpgpu_kernel_launch_latency 5000 | ||
-gpgpu_kernel_launch_latency 5000 | ||
-gpgpu_TB_launch_latency 0 | ||
-gpgpu_max_concurrent_kernel 128 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this removed on purpose?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nope
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh wait I forgot this. Can you add back this line and open another PR? I'll force merge it. I don't even think we regress A100.
what latency numbers ? |
oh just re ran tunner to get those numbers, I think those give better error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates the gpgpusim.config file for SM80_A100 to reflect more accurate A100 GPU specifications and performance parameters.
- Removes concurrent kernel limit configuration
- Updates memory and cache configurations for improved A100 simulation accuracy
- Adjusts timing parameters including latencies and clock domains
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
update A100